Hi: Is there a way to search for database objects used by Apex Application codes, from the database?
for example, in the database we can search thru dba_dependencies, dba_objects etc.
Is there such a way we can query from the database, what db objects are used by which application and even down to the page level?
Thanks