I want to retrieve a report_id for the default report for an IG. I tried using apex_application_page_ir_rpt APEX view but there is no data there for that specific application. How can I programmatically find a default report ID?
Oracle APEX - retrieve default report_id for an IG
435 views Asked by Coding Duchess At
1
Best place to start is the view
APEX_DICTIONARY. For interactive grid related views, search for any names that have the string 'IG' in them (view with 'IR' reference interactive reports only).The logical view name that sticks out is
APEX_APPLICATION_PAGE_IG_RPTS. The following query will give all available info for a saved report: