DBA Data[Home] [Help]

APPS.JAI_RCV_RGM_CLAIMS_PKG dependencies on JAI_RCV_DELIVER_RTR_PKG

Line 228: Addded nvl condition to ln_process_special_amount while calling the procedure jai_rcv_deliver_rtr_pkg.process_transaction.

224: claim schedule, so that all installments would be populated with rounded
225: amounts.
226:
227: 20. 02-JUL-2009 Bgowrava for Bug#8414075 , File Version 120.6.12000000.7 / 120.15.12010000.4 / 120.18
228: Addded nvl condition to ln_process_special_amount while calling the procedure jai_rcv_deliver_rtr_pkg.process_transaction.
229: Also rounded the ln_amount value according to rounding factor mentioned in the tax setupthe same is passed in the
230: call to jai_cmn_rgm_terms_pkg.generate_term_schedules.
231:
232: 21 09-AUG-2009 Bug 8648138

Line 2775: jai_rcv_deliver_rtr_pkg.process_transaction(

2771: fnd_file.put_line(fnd_file.log, 'Apportion Factor'||ABS(jai_rcv_trx_processing_pkg.get_apportion_factor(r_deliver_rtr_txns.transaction_id)));
2772:
2773: END IF;
2774:
2775: jai_rcv_deliver_rtr_pkg.process_transaction(
2776: p_transaction_id => r_deliver_rtr_txns.transaction_id,
2777: p_simulate => jai_constants.no,
2778: p_codepath => lv_code_path,
2779: p_process_message => lv_process_message,