DBA Data[Home] [Help]

APPS.MTL_INV_VALIDATE_GRP dependencies on FND_FLEX_KEYVAL

Line 3301: L_keystat_val := FND_FLEX_KEYVAL.Validate_Segs(

3297: mdebug('Concat_segs Nsegments: '||to_char(L_n_segments));
3298: END IF;
3299: --
3300:
3301: L_keystat_val := FND_FLEX_KEYVAL.Validate_Segs(
3302: OPERATION => L_keyval_mode,
3303: APPL_SHORT_NAME => 'INV',
3304: KEY_FLEX_CODE => L_key_flex_code,
3305: STRUCTURE_NUMBER=> L_structure_number,

Line 3311: x_msg_data := fnd_flex_keyval.error_segment;

3307: VALUES_OR_IDS => 'V',
3308: DATA_SET => P_Organization_Id
3309: );
3310:
3311: x_msg_data := fnd_flex_keyval.error_segment;
3312: x_msg_data := fnd_flex_keyval.error_message;
3313: IF (l_debug = 1) THEN
3314: mdebug('Error Mess- If - '||x_msg_data);
3315: END IF;

Line 3312: x_msg_data := fnd_flex_keyval.error_message;

3308: DATA_SET => P_Organization_Id
3309: );
3310:
3311: x_msg_data := fnd_flex_keyval.error_segment;
3312: x_msg_data := fnd_flex_keyval.error_message;
3313: IF (l_debug = 1) THEN
3314: mdebug('Error Mess- If - '||x_msg_data);
3315: END IF;
3316:

Line 3318: L_new_ccid := FND_FLEX_KEYVAL.combination_id;

3314: mdebug('Error Mess- If - '||x_msg_data);
3315: END IF;
3316:
3317: if L_keystat_val then
3318: L_new_ccid := FND_FLEX_KEYVAL.combination_id;
3319:
3320: IF (l_debug = 1) THEN
3321: mdebug('Validate Seg CCid: '||to_char(L_new_ccid));
3322: END IF;

Line 3340: x_msg_data := fnd_flex_keyval.error_segment;

3336: mdebug('Create New Seg CCid: '||to_char(L_new_ccid));
3337: END IF;
3338: else
3339:
3340: x_msg_data := fnd_flex_keyval.error_segment;
3341: IF (l_debug = 1) THEN
3342: mdebug('Errored out procedure');
3343: END IF;
3344: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;