Tables/synonyms referenced in packaged procedures
Hello all,
I can easily find the list of stored procedures and functions within a package, and the list of tables/synonyms referenced by that package, but is there any way at all to tie the object references back to the specific stored procedures that use them? I'd hate to think that rummaging around in DBA_SOURCE is the only way. Even if it is, has anyone already cobbled something together they'd be willing to share?
Many thanks...