RE: how to get function/procedure name and type in a package
- From: "Guang Mei" <GMei@xxxxxx>
- To: <DGoulet@xxxxxxxx>, "Oracle-L \(E-mail\)" <Oracle-L@xxxxxxxxxxxxx>
- Date: Wed, 31 May 2006 15:58:57 -0400
Yes, that works in sqlplus. But I want to get them in my pl/sql program.
Guang
-----Original Message-----
From: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx]On
Behalf Of Goulet, Dick
Sent: Wednesday, May 31, 2006 3:47 PM
To: Guang Mei; Oracle-L (E-mail)
Subject: RE: how to get function/procedure name and type in a package
Describe <package_name> is the bext I know of.
_____
From: oracle-l-bounce@xxxxxxxxxxxxx [mailto:oracle-l-bounce@xxxxxxxxxxxxx] On
Behalf Of Guang Mei
Sent: Wednesday, May 31, 2006 3:35 PM
To: Oracle-L (E-mail)
Subject: how to get function/procedure name and type in a package
Is there any view that lists the name of function/procedure AND IT'S TYPE
(function or procedure) in a package? The following query only lists name, but
I want the type too.
SQL> select distinct package_name, object_name from user_arguments where
PACKAGE_NAME='ACH';
PACKAGE_NAME OBJECT_NAME
------------------------------ ------------------------------
ACH CHECKRELEASELIMITS
ACH DBREQUIRESAPPROVAL
ACH GETVALIDEFFECTIVEDATE
ACH ISDBEDITOR
ACH SETBALANCEDVALIDATOR
ACH GETDEFTEFFECTIVEDATE
ACH SETACHINCLUSIVELIMITCHECK
7 rows selected.
TIA.
Guang
- Follow-Ups:
- Re: how to get function/procedure name and type in a package
- From: Stephane Faroult
Other related posts:
- » how to get function/procedure name and type in a package
- » RE: how to get function/procedure name and type in a package
- » RE: how to get function/procedure name and type in a package
- » Re: how to get function/procedure name and type in a package
- » Re: how to get function/procedure name and type in a package
- » Re: how to get function/procedure name and type in a package
- » Re: how to get function/procedure name and type in a package
- » Re: how to get function/procedure name and type in a package
- » RE: how to get function/procedure name and type in a package
- » Re: how to get function/procedure name and type in a package
- Re: how to get function/procedure name and type in a package
- From: Stephane Faroult