DBA Data[Home] [Help]

APPS.XTR_CALCULATION_P dependencies on XTR_CALC_P

Line 210: xtr_calc_p.CALC_DAYS_RUN(P_TRANS_START_DATE,

206: P_ADJUSTED_BALANCE := nvl(P_BALANCE_OUT_BF,0) +
207: nvl(P_PRINCIPAL_ADJUST,0);
208: p_accum_int_amount_type := '0';
209:
210: xtr_calc_p.CALC_DAYS_RUN(P_TRANS_START_DATE,
211: nvl(P_TRANS_SETTLE_DATE,P_TRANS_MATURITY_DATE),
212: p_YEAR_CALC_TYPE,
213: P_NO_OF_DAYS,
214: v_year_basis,

Line 665: XTR_CALC_P.RECALC_DT_DETAILS(

661:
662: --Most of the calculations in RECALC_DT_DETAILS are done in
663: --CALC_RTMM_RT_DETAILS. However, RECALC_DT_DETAILS still need to be
664: --called since it has the DML's to DDA and RT tables.
665: XTR_CALC_P.RECALC_DT_DETAILS(
666: c_deal.DEAL_NO,
667: 'N',
668: l_start_date,
669: null,