DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_INV_INTERORG_PKG

Line 197: csi_inv_interorg_pkg.intransit_receipt (p_transaction_id,

193: ELSIF p_transaction_type = 'CSIORGTR' THEN
194: debug('Before Transaction If for: '||p_transaction_type);
195: l_trx_error_rec.transaction_type_id := 144;
196: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('INTERORG_TRANS_RECEIPT','INV');
197: csi_inv_interorg_pkg.intransit_receipt (p_transaction_id,
198: NULL,
199: l_return_status,
200: l_trx_error_rec);
201:

Line 212: csi_inv_interorg_pkg.intransit_shipment (p_transaction_id,

208: ELSIF p_transaction_type = 'CSIORGTS' THEN
209: debug('Before Transaction If for: '||p_transaction_type);
210: l_trx_error_rec.transaction_type_id := 145;
211: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('INTERORG_TRANS_SHIPMENT','INV');
212: csi_inv_interorg_pkg.intransit_shipment (p_transaction_id,
213: NULL,
214: l_return_status,
215: l_trx_error_rec);
216:

Line 227: csi_inv_interorg_pkg.direct_shipment (p_transaction_id,

223: ELSIF p_transaction_type = 'CSIORGDS' THEN
224: debug('Before Transaction If for: '||p_transaction_type);
225: l_trx_error_rec.transaction_type_id := 143;
226: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('INTERORG_DIRECT_SHIP','INV');
227: csi_inv_interorg_pkg.direct_shipment (p_transaction_id,
228: NULL,
229: l_return_status,
230: l_trx_error_rec);
231: