DBA Data[Home] [Help]

APPS.XTR_CALC_P dependencies on XTR_CALC_P

Line 1: PACKAGE BODY XTR_CALC_P as

1: PACKAGE BODY XTR_CALC_P as
2: /* $Header: xtrcalcb.pls 120.13.12010000.2 2008/08/06 10:42:31 srsampat ship $ */
3: ----------------------------------------------------------------------------------------------------------------
4: -- This is just a cover function that determines whether CALC_DAYS_RUN or
5: -- CALC_DAYS_RUN_B should be called

Line 576: XTR_CALC_P.Calc_Days_Run_C (

572: -- Changed call to Calc_Days_Run_C from Calc_Days_Run in order
573: -- to properly handle the year calc type of 'Actual/Actual-Bond'
574: -- which was introduced in patchset C.
575:
576: XTR_CALC_P.Calc_Days_Run_C (
577: l_last_coupon_date,
578: l_coupon_date,
579: l_year_calc_type,
580: l_frequency,

Line 633: XTR_CALC_P.Calc_Days_Run_C (

629: -- Changed call from Calc_Days_Run to Calc_Days_Run_C in order
630: -- to properly handle the year calc type of 'Actual/Actual-Bond'
631: -- which was introduced in patchset C.
632:
633: XTR_CALC_P.Calc_Days_Run_C (
634: l_last_coupon_date,
635: l_coupon_date,
636: l_year_calc_type,
637: l_frequency,

Line 1184: XTR_CALC_P.CALC_DAYS_RUN(pmt.START_DATE,

1180: end if;
1181: --
1182: pmt.MATURITY_DATE := l_ref_date;
1183:
1184: XTR_CALC_P.CALC_DAYS_RUN(pmt.START_DATE,
1185: pmt.MATURITY_DATE,
1186: l_year_calc_type,
1187: no_of_days,
1188: year_basis,

Line 1221: XTR_CALC_P.CALC_DAYS_RUN(pmt.START_DATE,

1217: -- Recalc interest amount
1218: l_prin_decr := 0;
1219: pmt.ADJUSTED_BALANCE := nvl(pmt.BALANCE_OUT_BF,0) + nvl(l_prin_adj,0);
1220: -- added
1221: XTR_CALC_P.CALC_DAYS_RUN(pmt.START_DATE,
1222: pmt.MATURITY_DATE,
1223: l_year_calc_type,
1224: pmt.NO_OF_DAYS,
1225: year_basis,

Line 1654: end XTR_CALC_P;

1650: END RECALC_DT_DETAILS ;
1651:
1652:
1653:
1654: end XTR_CALC_P;