DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on FND_ID_FLEX_STRUCTURES_TL

Line 488: from fnd_id_flex_structures_tl flx

484: AND per.effective_end_date;
485:
486: Cursor c_flex_num is
487: select flx.id_flex_num
488: from fnd_id_flex_structures_tl flx
489: where flx.id_flex_code = 'PEA' --
490: and flx.application_id = 800 --
491: and flx.id_flex_structure_name = l_flex_struct_name
492: and flx.language = 'US';