DBA Data[Home] [Help]

APPS.INV_UTILITIES dependencies on FND_FLEX_KEYVAL

Line 692: l_val := fnd_flex_keyval.validate_segs(

688: --Get Concatenated Segments...
689: p_concatenated_segments := fnd_flex_ext.concatenate_segments(l_n_segments, l_segment_array, l_delimiter);
690:
691: --Check for the combination...
692: l_val := fnd_flex_keyval.validate_segs(
693: operation => 'FIND_COMBINATION',
694: appl_short_name => 'INV',
695: key_flex_code => 'MKTS',
696: structure_number => '101',

Line 702: p_source_id := fnd_flex_keyval.combination_id;

698: validation_date => SYSDATE);
699:
700: --Get the combination id (source_id)...
701: IF l_val THEN
702: p_source_id := fnd_flex_keyval.combination_id;
703: END IF;
704: END get_sales_order_id ;
705:
706: END inv_utilities;