DBA Data[Home] [Help]

APPS.JAI_MTL_TRXS_PKG dependencies on JAI_RCV_TRX_PROCESSING_PKG

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

4954: CLOSE cur_term;
4955:
4956: FOR rec_txns IN cur_txns(rec_lines.shipment_line_id, p_transaction_id)
4957: LOOP
4958: ln_apportion_factor := ABS(jai_rcv_trx_processing_pkg.get_apportion_factor(rec_txns.transaction_id));
4959:
4960:
4961: FOR tax_rec IN cur_tax(rec_lines.shipment_line_id , rec_txns.currency_conversion_rate) -- Harshita for Bug 4995579
4962: LOOP