DBA Data[Home] [Help]

APPS.PA_PAGE_LAYOUT_UTILS dependencies on PA_OBJECT_PAGE_LAYOUTS

Line 93: FROM pa_object_page_layouts

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

Line 511: FROM pa_object_page_layouts

507: IS
508: CURSOR c_object_layout_referenced
509: IS
510: SELECT 'X'
511: FROM pa_object_page_layouts
512: WHERE page_id = p_page_id;
513:
514: -- Bug 3454743 : Added the below cursor
515: CURSOR c_report_type_referenced