DBA Data[Home] [Help]

APPS.HR_ITEM_CONTEXTS_PKG dependencies on FND_ID_FLEX_STRUCTURES

Line 488: from fnd_id_flex_structures fifs

484: where application_short_name = x_application_short_name;
485:
486: select id_flex_num
487: into x_id_flex_num
488: from fnd_id_flex_structures fifs
489: where fifs.application_id = x_application_id
490: and fifs.id_flex_structure_code = x_id_flex_structure_code
491: and fifs.id_flex_code = x_id_flex_code;
492: