DBA Data[Home] [Help]

APPS.JAI_RCV_OPM_COSTING_PKG dependencies on JAI_RCV_TRX_PROCESSING_PKG

Line 190: ln_apportion_factor := jai_rcv_trx_processing_pkg.get_apportion_factor

186: else
187: ln_costing_amount := nvl(ln_non_modvat_amount,0);
188: end if;
189:
190: ln_apportion_factor := jai_rcv_trx_processing_pkg.get_apportion_factor
191: ( p_transaction_id => rcv_costing_records.transaction_id);
192: --Added by JMEENA for bug#7268999
193: fnd_file.put_line(fnd_file.output,'ln_costing_amount before conversion:'||ln_costing_amount );
194: ln_costing_amount:= ln_costing_amount/NVL(rcv_costing_records.currency_conversion_rate,1);