ODA FAQ
ODA and stored procedures. ODA requirement. Oracle pivileges for ODA running Does ODA search objects dependences in Oracle Forms 6i/10g?
ODA supplements the dependences between the objects with the context of using -
shows the program code, where table or procedure is used.
Packages in this case are parsed to the procedures and the functions.
Therefore you obtain the fragment of the code with the indication of the name of the specific procedure of package.
ODA uses DBA views (DBA_OBJECTS,PUBLIC_DEPENDENCY,DBA_SOURCE) and for this ODA repoisitory owner
requires SELECT grants.