DBA Data[Home] [Help]

APPS.HXC_CREATE_FLEX_MAPPINGS dependencies on FND_ID_FLEX_SEGMENTS

Line 528: from fnd_id_flex_segments

524: ,p_id_flex_num in number
525: ,p_application_id in number
526: ) is
527: select 'Y'
528: from fnd_id_flex_segments
529: where id_flex_code = p_id_flex_code
530: and id_flex_num = p_id_flex_num
531: and segment_name = p_seg_name
532: and application_id = p_application_id;