DBA Data[Home] [Help]

APPS.XTR_REPLICATE_BANK_BALANCES dependencies on CE_INTEREST_CALC

Line 503: CE_INTEREST_CALC.int_cal_xtr( trunc(l_prv_date),

499: /* Commented the below line in R12. Interest is calculated using CE API
500: l_interest := xtr_fps2_p.interest_round(l_prv_bal * l_prv_rate / 100 * l_no_days
501: / l_yr_basis,l_round_factor,l_prv_rounding_type); */
502: -- Added the below line R12 Bug 4593594
503: CE_INTEREST_CALC.int_cal_xtr( trunc(l_prv_date),
504: trunc(p_balance_rec.balance_date),
505: l_ce_bank_account_id,
506: l_prv_rate,
507: 'TREASURY',

Line 526: l_new_rate := CE_INTEREST_CALC.GET_INTEREST_RATE(l_ce_bank_account_id,p_balance_rec.balance_date

522: , l_ccy
523: , p_balance_rec.balance_date
524: , l_new_rate);
525: */
526: l_new_rate := CE_INTEREST_CALC.GET_INTEREST_RATE(l_ce_bank_account_id,p_balance_rec.balance_date
527: ,NVL(p_balance_rec.STATEMENT_BALANCE,0)+NVL(p_balance_rec.BALANCE_ADJUSTMENT,0)
528: ,l_new_rate);
529: IF l_new_rate IS NULL THEN
530: l_new_rate := 0;