DBA Data[Home] [Help]

APPS.PA_PROGRESS_REPORT_UTILS dependencies on PA_LOOKUPS

Line 700: from pa_lookups

696:
697: /* Cursor to get the default page layout associated with the page type */
698: Cursor C2 is
699: select to_number(attribute3)
700: from pa_lookups
701: where lookup_type = 'PA_PAGE_TYPES'
702: and lookup_code = p_page_type_code;
703:
704: CURSOR get_ai_page_id IS