DBA Data[Home] [Help]

APPS.PA_PAGE_LAYOUT_UTILS dependencies on PA_OBJECT_PAGE_LAYOUTS

Line 91: FROM pa_object_page_layouts

87: , effective_from
88: , effective_to
89: , object_page_layout_id
90: , pers_function_name
91: FROM pa_object_page_layouts
92: WHERE object_type = p_object_type
93: AND object_id = p_object_id_from;
94:
95: CURSOR obj_regions

Line 502: FROM pa_object_page_layouts

498: IS
499: CURSOR c_object_layout_referenced
500: IS
501: SELECT 'X'
502: FROM pa_object_page_layouts
503: WHERE page_id = p_page_id;
504:
505: -- Bug 3454743 : Added the below cursor
506: CURSOR c_report_type_referenced