DBA Data[Home] [Help]

APPS.XTR_ACCOUNT_BAL_MAINT_P dependencies on XTR_CALC_P

Line 364: XTR_CALC_P.CALC_DAYS_RUN(trunc(l_prv_date),

360: ELSE
361: l_first_trans_flag :=NULL;
362: END IF;
363: --
364: XTR_CALC_P.CALC_DAYS_RUN(trunc(l_prv_date),
365: trunc(new_date),
366: l_yr_type,
367: l_no_days,
368: yr_basis,

Line 775: XTR_CALC_P.CALC_DAYS_RUN(trunc(l_prv_date),

771: ELSE
772: l_first_trans_flag :=NULL;
773: END IF;
774: --
775: XTR_CALC_P.CALC_DAYS_RUN(trunc(l_prv_date),
776: trunc(l_calc_date),
777: --l_yr_type,
778: l_notl_year_calc_type,
779: l_no_days,

Line 1097: XTR_CALC_P.CALC_DAYS_RUN(trunc(l_prv_date),

1093: ELSE
1094: l_first_trans_flag :=NULL;
1095: END IF;
1096: --
1097: XTR_CALC_P.CALC_DAYS_RUN(trunc(l_prv_date),
1098: trunc(l_calc_date),
1099: l_yr_type,
1100: l_no_days,
1101: yr_basis,