DBA Data[Home] [Help]

APPS.PA_REPORT_TYPES_UTILS dependencies on PA_PAGE_LAYOUTS

Line 21: from pa_page_layouts

17:
18: begin
19: select page_id
20: into x_page_id
21: from pa_page_layouts
22: where page_type_code = 'PPR'
23: and page_name = p_page_layout
24: and trunc(SYSDATE) between trunc(Start_Date_Active) and nvl(trunc(End_Date_Active),trunc(SYSDATE));
25: exception