DBA Data[Home] [Help]

APPS.MTL_INV_VALIDATE_GRP dependencies on FND_ID_FLEX_SEGMENTS

Line 3235: fnd_id_flex_segments

3231: /* Commented the above statement of l_keyval_mode for bug 1881366 .
3232: INstead of CREATE_COMBINATIO,used new operation code CREATE_COMB_NO_AT*/
3233:
3234: SELECT count(segment_num) into L_n_segments from
3235: fnd_id_flex_segments
3236: where application_id = 401
3237: and id_flex_code = L_key_flex_code
3238: and enabled_flag = 'Y'
3239: order by segment_num;