DBA Data[Home] [Help]

APPS.HR_ORGANIZATION dependencies on FND_ID_FLEX_STRUCTURES

Line 355: from fnd_id_flex_structures

351: IS
352: --
353: cursor chk_ada_enabled is
354: select 'Y'
355: from fnd_id_flex_structures
356: where enabled_flag = 'Y'
357: and id_flex_num in (50129, 50130)
358: and id_flex_code = 'PEA';
359: --

Line 362: from fnd_id_flex_structures

358: and id_flex_code = 'PEA';
359: --
360: cursor chk_osha_enabled is
361: select 'Y'
362: from fnd_id_flex_structures
363: where enabled_flag = 'Y'
364: and id_flex_num = 50131
365: and id_flex_code = 'PEA';
366: --