I have a requirement where I need to retrieve arguments, their data type, mode (IN/OUT) of private function n procedure define in package similar like dba_argument table.
Asked
Active
Viewed 38 times
0
-
[Possibly also relevant](https://stackoverflow.com/q/44589749/266304) if you're trying to get both public and private subprogram info. – Alex Poole Jul 11 '17 at 08:22
-
Please read [Under what circumstances may I add “urgent” or other similar phrases to my question, in order to obtain faster answers?](//meta.stackoverflow.com/q/326569) - the summary is that this is not an ideal way to address volunteers, and is probably counterproductive to obtaining answers. Please refrain from adding this to your questions. – halfer Jul 11 '17 at 08:45
-
Just like DBA_ARGUMENTS gives me all the details like arguments_name , argument data type, mode in which argument (IN/OUT). I need similar block for private function/procedure as well. – Navendra Gupta Jul 11 '17 at 08:53