DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_INV_TRANSFER_PKG

Line 160: csi_inv_transfer_pkg.subinv_transfer (p_transaction_id,

156: ELSIF p_transaction_type = 'CSISUBTR' THEN
157: debug('Before Transaction If for: '||p_transaction_type);
158: l_trx_error_rec.transaction_type_id := 114;
159: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('SUBINVENTORY_TRANSFER','INV');
160: csi_inv_transfer_pkg.subinv_transfer (p_transaction_id,
161: NULL,
162: l_return_status,
163: l_trx_error_rec);
164: debug('After Transaction If for: '||p_transaction_type);