DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_INV_ISO_PKG

Line 242: csi_inv_iso_pkg.iso_shipment(p_transaction_id,

238: ELSIF p_transaction_type = 'CSIINTSS' THEN
239: debug('Before Transaction If for: '||p_transaction_type);
240: l_trx_error_rec.transaction_type_id := 130;
241: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('ISO_SHIPMENT','INV');
242: csi_inv_iso_pkg.iso_shipment(p_transaction_id,
243: NULL,
244: l_return_status,
245: l_trx_error_rec);
246:

Line 257: csi_inv_iso_pkg.iso_receipt(p_transaction_id,

253: ELSIF p_transaction_type = 'CSIINTSR' THEN
254: debug('Before Transaction If for: '||p_transaction_type);
255: l_trx_error_rec.transaction_type_id := 131;
256: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('ISO_REQUISITION_RECEIPT','INV');
257: csi_inv_iso_pkg.iso_receipt(p_transaction_id,
258: NULL,
259: l_return_status,
260: l_trx_error_rec);
261:

Line 272: csi_inv_iso_pkg.iso_direct(p_transaction_id,

268: ELSIF p_transaction_type = 'CSIINTDS' THEN
269: debug('Before Transaction If for: '||p_transaction_type);
270: l_trx_error_rec.transaction_type_id := 142;
271: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('ISO_DIRECT_SHIP','INV');
272: csi_inv_iso_pkg.iso_direct(p_transaction_id,
273: NULL,
274: l_return_status,
275: l_trx_error_rec);
276: