DBA Data[Home] [Help]

APPS.EGO_EXT_FWK_PUB dependencies on EGO_PAGES_V

Line 10721: select display_name PAGE_DISPLAY_NAME from ego_pages_v

10717: WHERE ASSOCIATION_ID = cp_association_id;*/
10718:
10719:
10720: CURSOR page_region_csr (cp_association_id IN NUMBER) IS
10721: select display_name PAGE_DISPLAY_NAME from ego_pages_v
10722: where page_id in (select page_id from ego_page_entries_b
10723: where ASSOCIATION_ID = cp_association_id);
10724:
10725: