DBA Data[Home] [Help]

APPS.OKC_UDA_TEMPLATES_UTIL dependencies on EGO_PAGE_ENTRIES_V

Line 1132: FROM EGO_PAGE_ENTRIES_V entries_view, EGO_OBJ_AG_ASSOCS_B assoc

1128: AND pages.object_id = p_object_id;
1129:
1130: CURSOR c_get_page_entries_csr(p_page_id NUMBER) IS
1131: SELECT entries_view.association_id , entries_view.SEQUENCE, assoc.attr_group_id
1132: FROM EGO_PAGE_ENTRIES_V entries_view, EGO_OBJ_AG_ASSOCS_B assoc
1133: WHERE entries_view.OBJECT_ID = p_object_id
1134: AND entries_view.CLASSIFICATION_CODE = p_src_template_code
1135: AND assoc.association_id = entries_view.association_id
1136: AND entries_view. page_id = p_page_id;