DBA Data[Home] [Help]

APPS.GML_MOBILE_RECEIPT dependencies on FND_FLEX_KEYVAL

Line 3331: fnd_flex_keyval.validate_segs(operation => 'CREATE_COMB_NO_AT',

3327: RETURN;
3328: EXCEPTION
3329: WHEN NO_DATA_FOUND THEN
3330: l_keystat_val :=
3331: fnd_flex_keyval.validate_segs(operation => 'CREATE_COMB_NO_AT',
3332: appl_short_name => 'INV', key_flex_code => 'MTLL', structure_number => 101,
3333: concat_segments => p_concat_segs, values_or_ids => 'V', data_set => p_org_id);
3334:
3335:

Line 3342: x_location_id := fnd_flex_keyval.combination_id;

3338: x_result := 'E';
3339: x_exist_or_create := '';
3340: RETURN;
3341: ELSE
3342: x_location_id := fnd_flex_keyval.combination_id;
3343:
3344: x_exist_or_create := 'EXISTS';
3345:
3346: IF fnd_flex_keyval.new_combination THEN

Line 3346: IF fnd_flex_keyval.new_combination THEN

3342: x_location_id := fnd_flex_keyval.combination_id;
3343:
3344: x_exist_or_create := 'EXISTS';
3345:
3346: IF fnd_flex_keyval.new_combination THEN
3347: x_exist_or_create := 'CREATE';
3348:
3349: IF p_sub_code IS NOT NULL THEN
3350: BEGIN