DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_INV_TRANSFER_PKG

Line 183: csi_inv_transfer_pkg.subinv_transfer (p_transaction_id,

179: ELSIF p_transaction_type = 'CSISUBTR' THEN
180: debug('Before Transaction If for: '||p_transaction_type);
181: l_trx_error_rec.transaction_type_id := 114;
182: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('SUBINVENTORY_TRANSFER','INV');
183: csi_inv_transfer_pkg.subinv_transfer (p_transaction_id,
184: NULL,
185: l_return_status,
186: l_trx_error_rec);
187: debug('After Transaction If for: '||p_transaction_type);