DBA Data[Home] [Help]

APPS.ENI_PROD_VALUESET dependencies on FND_ID_FLEX_SEGMENTS

Line 130: from fnd_id_flex_segments

126:
127: -- CHeck if structure has only one segment enabled
128: BEGIN
129: Select segment_num into l_count
130: from fnd_id_flex_segments
131: where id_flex_num = l_struct_id
132: and enabled_flag = 'Y';
133:
134: EXCEPTION