DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_INV_ISO_PKG

Line 219: csi_inv_iso_pkg.iso_shipment(p_transaction_id,

215: ELSIF p_transaction_type = 'CSIINTSS' THEN
216: debug('Before Transaction If for: '||p_transaction_type);
217: l_trx_error_rec.transaction_type_id := 130;
218: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('ISO_SHIPMENT','INV');
219: csi_inv_iso_pkg.iso_shipment(p_transaction_id,
220: NULL,
221: l_return_status,
222: l_trx_error_rec);
223:

Line 234: csi_inv_iso_pkg.iso_receipt(p_transaction_id,

230: ELSIF p_transaction_type = 'CSIINTSR' THEN
231: debug('Before Transaction If for: '||p_transaction_type);
232: l_trx_error_rec.transaction_type_id := 131;
233: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('ISO_REQUISITION_RECEIPT','INV');
234: csi_inv_iso_pkg.iso_receipt(p_transaction_id,
235: NULL,
236: l_return_status,
237: l_trx_error_rec);
238:

Line 249: csi_inv_iso_pkg.iso_direct(p_transaction_id,

245: ELSIF p_transaction_type = 'CSIINTDS' THEN
246: debug('Before Transaction If for: '||p_transaction_type);
247: l_trx_error_rec.transaction_type_id := 142;
248: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('ISO_DIRECT_SHIP','INV');
249: csi_inv_iso_pkg.iso_direct(p_transaction_id,
250: NULL,
251: l_return_status,
252: l_trx_error_rec);
253: