DBA Data[Home] [Help]

APPS.JAI_MTL_TRXS_PKG dependencies on JAI_RCV_TRX_PROCESSING_PKG

Line 4516: ln_apportion_factor := ABS(jai_rcv_trx_processing_pkg.get_apportion_factor(rec_txns.transaction_id));

4512: CLOSE cur_term;
4513:
4514: FOR rec_txns IN cur_txns(rec_lines.shipment_line_id, p_transaction_id)
4515: LOOP
4516: ln_apportion_factor := ABS(jai_rcv_trx_processing_pkg.get_apportion_factor(rec_txns.transaction_id));
4517:
4518:
4519: FOR tax_rec IN cur_tax(rec_lines.shipment_line_id , rec_txns.currency_conversion_rate) -- Harshita for Bug 4995579
4520: LOOP