DBA Data[Home] [Help]

APPS.GHR_CPDF_EHRIS dependencies on FND_ID_FLEX_STRUCTURES_TL

Line 501: from fnd_id_flex_structures_tl flx

497: AND per.effective_end_date;
498:
499: Cursor c_flex_num is
500: select flx.id_flex_num
501: from fnd_id_flex_structures_tl flx
502: where flx.id_flex_code = 'PEA' --
503: and flx.application_id = 800 --
504: and flx.id_flex_structure_name = l_flex_struct_name
505: and flx.language = 'US';