DBA Data[Home] [Help]

APPS.PA_PAGE_LAYOUT_UTILS dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 337: FROM fnd_descr_flex_contexts_vl

333:
334: CURSOR get_flex_code is
335: SELECT
336: descriptive_flex_context_code
337: FROM fnd_descr_flex_contexts_vl
338: WHERE application_id = p_application_id
339: AND descriptive_flexfield_name = p_flex_name
340: AND descriptive_flex_context_name = p_region_source_name;
341:

Line 418: FROM fnd_descr_flex_contexts_vl

414: IS
415:
416: CURSOR get_name IS
417: SELECT descriptive_flex_context_name
418: FROM fnd_descr_flex_contexts_vl
419: WHERE descriptive_flexfield_name = 'PA_STATUS_REPORT_DESC_FLEX'
420: AND descriptive_flex_context_code = p_context_code
421: AND application_id = fnd_global.resp_appl_id; /* Added for for Bug 2634995 */
422: