Greeting Dear Community. For db packages, I can look at dba_sources. What is the equivalent for apex apps ? My boss asks me to do a dependency research in our apex environment. And from the code and SQL from the previous developers.
We have these 5 tables that contain the source code of our app
count(*) table_name
35 flows_030100.wwv_flow_page_plugs
15 flows_030100.wwv_flow_security_schemes
1 flows_030100.wwv_flow_step_items
3 flows_030100.wwv_flow_step_processing
1 flows_030100.wwv_flow_step_validations
Is that all the source being stored ? I did a google search and it does not seem to give me an answer on how apex source code is being stored ? We are on Apex 3.1 and Oracle 9i Thanks for all the help.