DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_INV_INTERORG_PKG

Line 174: csi_inv_interorg_pkg.intransit_receipt (p_transaction_id,

170: ELSIF p_transaction_type = 'CSIORGTR' THEN
171: debug('Before Transaction If for: '||p_transaction_type);
172: l_trx_error_rec.transaction_type_id := 144;
173: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('INTERORG_TRANS_RECEIPT','INV');
174: csi_inv_interorg_pkg.intransit_receipt (p_transaction_id,
175: NULL,
176: l_return_status,
177: l_trx_error_rec);
178:

Line 189: csi_inv_interorg_pkg.intransit_shipment (p_transaction_id,

185: ELSIF p_transaction_type = 'CSIORGTS' THEN
186: debug('Before Transaction If for: '||p_transaction_type);
187: l_trx_error_rec.transaction_type_id := 145;
188: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('INTERORG_TRANS_SHIPMENT','INV');
189: csi_inv_interorg_pkg.intransit_shipment (p_transaction_id,
190: NULL,
191: l_return_status,
192: l_trx_error_rec);
193:

Line 204: csi_inv_interorg_pkg.direct_shipment (p_transaction_id,

200: ELSIF p_transaction_type = 'CSIORGDS' THEN
201: debug('Before Transaction If for: '||p_transaction_type);
202: l_trx_error_rec.transaction_type_id := 143;
203: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('INTERORG_DIRECT_SHIP','INV');
204: csi_inv_interorg_pkg.direct_shipment (p_transaction_id,
205: NULL,
206: l_return_status,
207: l_trx_error_rec);
208: