insum-labs / insum-apex-pro

Browser extension to help with Oracle APEX development
GNU General Public License v3.0
24 stars 8 forks source link

Show SQL of LOV's in apex page designer #2

Open bjshumway opened 7 years ago

bjshumway commented 7 years ago

Current Status: Still considering feasibility. Summary of issues I found that the LOV's SQL can is the table: APEX_APPLICATION_LOVS. The tricky part would be running a get request to query this table. The chrome extension would pass the URL to a procedure in our database that would have to match the given Apex URL to the given Database that the Apex engine is installed into.