DBA Data[Home] [Help]

APPS.EGO_EXT_FWK_PUB dependencies on EGO_PAGES_V

Line 9751: select display_name PAGE_DISPLAY_NAME from ego_pages_v

9747: WHERE ASSOCIATION_ID = cp_association_id;*/
9748:
9749:
9750: CURSOR page_region_csr (cp_association_id IN NUMBER) IS
9751: select display_name PAGE_DISPLAY_NAME from ego_pages_v
9752: where page_id in (select page_id from ego_page_entries_b
9753: where ASSOCIATION_ID = cp_association_id);
9754:
9755: