DBA Data[Home] [Help]

APPS.JAI_MTL_TRXS_PKG dependencies on JAI_CMN_RGM_TERMS_PKG

Line 116: to jai_cmn_rgm_terms_pkg.generate_term_schedules.

112: changes are done in cenvat_process procedure
113:
114: 18. 01-JUL-2009 Bgowrava for Bug#8414075 , File Version 120.15.12000000.3
115: Addded round condition to the ln_amount value according to the rounding factor mentioned in tax setup and the same is passed
116: to jai_cmn_rgm_terms_pkg.generate_term_schedules.
117:
118: 19. 18-aug-2009 vkaranam for bug#8800063,file version 120.15.12000000.6
119: Issue:
120: IL INTER ORGANIZATION TRANSFER IS GIVING DEADLOCK ERROR

Line 4969: jai_cmn_rgm_terms_pkg.generate_term_schedules(p_term_id => NVL(p_term_id,r_term.term_id),

4965: ln_amount := ROUND(((tax_rec.tax_amount * ln_apportion_factor)*(p_applied_qty/nvl(tax_rec.qty_received,1))),
4966: tax_rec.rounding_factor); --Added Round condition by Bgowrava for Bug#8414075
4967: end if;
4968:
4969: jai_cmn_rgm_terms_pkg.generate_term_schedules(p_term_id => NVL(p_term_id,r_term.term_id),
4970: p_amount => ln_amount,
4971: p_register_date => r_term.receipt_date,
4972: p_schedule_id => ln_schedule_id,
4973: p_process_flag => lv_process_flag,