DBA Data[Home] [Help]

APPS.INV_UTILITIES dependencies on FND_FLEX_KEYVAL

Line 860: l_val := fnd_flex_keyval.validate_segs(

856: --Get Concatenated Segments...
857: p_concatenated_segments := fnd_flex_ext.concatenate_segments(l_n_segments, l_segment_array, l_delimiter);
858:
859: --Check for the combination...
860: l_val := fnd_flex_keyval.validate_segs(
861: operation => 'FIND_COMBINATION',
862: appl_short_name => 'INV',
863: key_flex_code => 'MKTS',
864: structure_number => '101',

Line 870: p_source_id := fnd_flex_keyval.combination_id;

866: validation_date => SYSDATE);
867:
868: --Get the combination id (source_id)...
869: IF l_val THEN
870: p_source_id := fnd_flex_keyval.combination_id;
871: END IF;
872: END get_sales_order_id ;
873:
874: /*