/ Published in: SQL
This only shows public procedures, not the privates one declares only in packages body.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
SELECT procedure_name FROM all_procedures WHERE owner = 'YOU' AND object_name = 'YOUR_PACKAGE'