[Home] [Help]
APPS.HR_ITEM_CONTEXTS_PKG dependencies on FND_ID_FLEX_STRUCTURES
Line 509: from fnd_id_flex_structures fifs
505: where application_short_name = x_application_short_name;
506:
507: select id_flex_num
508: into x_id_flex_num
509: from fnd_id_flex_structures fifs
510: where fifs.application_id = x_application_id
511: and fifs.id_flex_structure_code = x_id_flex_structure_code
512: and fifs.id_flex_code = x_id_flex_code;
513: