Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Procedures within Packages
Hi all,
dba_dependencies tells us which tables that a package touches. However, a package might consist of 20 separate procedures. We have been asked to find out what tables each procedures of a package reference.
for example:
test.proc1 references tables: emp, department, region test.proc2 references tables: emp test.proc3 references tables: region, department
Thanks for the help
![]() |
![]() |