DBA Data[Home] [Help]

APPS.HXC_CREATE_FLEX_MAPPINGS dependencies on FND_ID_FLEX_SEGMENTS

Line 627: from fnd_id_flex_segments

623: ,p_id_flex_num in number
624: ,p_application_id in number
625: ) is
626: select 'Y'
627: from fnd_id_flex_segments
628: where id_flex_code = p_id_flex_code
629: and id_flex_num = p_id_flex_num
630: and segment_name = p_seg_name
631: and application_id = p_application_id;