DBA Data[Home] [Help]

APPS.PER_RI_WORKBENCH_PKG dependencies on FND_DESCR_FLEX_CONTEXTS

Line 451: From fnd_descr_flex_contexts

447: Return Varchar2 Is
448:
449: Cursor csr_get_structure Is
450: Select descriptive_flex_context_code
451: From fnd_descr_flex_contexts
452: Where descriptive_flexfield_name = p_flexfield_name
453: and (descriptive_flex_context_code = p_legislation_code or descriptive_flex_context_code = p_legislation_code || '_GLB')
454: and enabled_flag = 'Y'
455: and application_id = p_app_id ;