DBA Data[Home] [Help]

APPS.PA_TASK_PVT1 dependencies on PA_OBJECT_PAGE_LAYOUTS

Line 1693: from pa_object_page_layouts

1689:
1690: cursor get_current_page(c_object_id NUMBER)
1691: IS
1692: SELECT object_page_layout_id, record_version_number
1693: from pa_object_page_layouts
1694: where object_id = c_object_id
1695: and object_type = 'PA_TASKS'
1696: and page_type_code = 'AI';
1697: