DBA Data[Home] [Help]

APPS.XTR_IG_TRANSFERS_PKG dependencies on XTR_FPS2_P

Line 1240: G_Ig_Main_Rec.INTEREST := xtr_fps2_p.interest_round(G_Ig_Main_Rec.BALANCE_BF * prv_int_rate / 100 *

1236: -- Original Code
1237: -- G_Ig_Main_Rec.INTEREST := round(G_Ig_Main_Rec.BALANCE_BF * prv_int_rate / 100 *
1238: -- G_Ig_Main_Rec.NO_OF_DAYS / yr_basis,roundfac);
1239:
1240: G_Ig_Main_Rec.INTEREST := xtr_fps2_p.interest_round(G_Ig_Main_Rec.BALANCE_BF * prv_int_rate / 100 *
1241: G_Ig_Main_Rec.NO_OF_DAYS / yr_basis,roundfac,l_rounding_type);
1242: end if;
1243:
1244: if G_Ig_Main_Rec.PRINCIPAL_ADJUST is not null then

Line 2534: l_interest := xtr_fps2_p.interest_round(prv_bal_out * prv_int_rate / 100 * l_days / yr_basis,roundfac,

2530: end if;
2531: -- Original Code
2532: -- l_interest := round(prv_bal_out * prv_int_rate / 100 * l_days / yr_basis,roundfac);
2533: --* Add for Interest Project
2534: l_interest := xtr_fps2_p.interest_round(prv_bal_out * prv_int_rate / 100 * l_days / yr_basis,roundfac,
2535: nvl(p_rounding_type,l_rounding_type));
2536: l_interest_hce := nvl(round(l_interest / hce_rate,hce_roundfac),0);
2537:
2538: l_accrual_int := nvl(prv_accrual_int,0) + nvl(l_interest,0);