DBA Data[Home] [Help]

APPS.CSI_INV_TXNSTUB_PKG dependencies on CSI_RMA_FULFILL_PUB

Line 443: csi_rma_fulfill_pub.rma_fulfillment(

439: debug('Before Transaction If for: '||p_transaction_type);
440: l_trx_error_rec.transaction_type_id := 54;
441: l_trx_error_rec.transaction_type_id := csi_inv_trxs_pkg.get_txn_type_id('RMA_FULFILL','CSI');
442: l_trx_error_rec.inv_material_transaction_id := null;
443: csi_rma_fulfill_pub.rma_fulfillment(
444: p_rma_line_id => p_transaction_id,
445: p_message_id => NULL,
446: x_return_status => l_return_status,
447: px_trx_error_rec => l_trx_error_rec);