DBA Data[Home] [Help]

APPS.WSH_SC_TRX_INTERFACE dependencies on FND_FLEX_KEYVAL

Line 94: valid_flag := fnd_flex_keyval.validate_ccid(

90: close IN_MTL_PARAM;
91: end if;
92:
93: if check_item = 'Y' then
94: valid_flag := fnd_flex_keyval.validate_ccid(
95: appl_short_name=>'INV',
96: key_flex_code=>'MSTK',
97: structure_number=>101,
98: combination_id=>x_item_id,

Line 100: x_item_concat_segs := fnd_flex_keyval.concatenated_values;

96: key_flex_code=>'MSTK',
97: structure_number=>101,
98: combination_id=>x_item_id,
99: data_set=>x_warehouse_id);
100: x_item_concat_segs := fnd_flex_keyval.concatenated_values;
101: end if;
102:
103: open DUP_CHECK;
104: fetch DUP_CHECK into X_transaction_id;