DBA Data[Home] [Help]

APPS.PAY_PAYSGSOE_XMLP_PKG dependencies on PER_ACCRUAL_CALC_FUNCTIONS

Line 80: cp_abs_this_period := per_accrual_calc_functions.get_absence

76:
77: function cf_get_absence_detailsformula(assignment_id_l in number, accrual_plan_id_l in number, period_end_date in date, period_start_date in date, payroll_id_l in number, business_group_id_l in number, effective_date_l in date) return number is
78:
79: begin
80: cp_abs_this_period := per_accrual_calc_functions.get_absence
81: (p_assignment_id => assignment_id_l,
82: p_plan_id => accrual_plan_id_l,
83: p_calculation_date => period_end_date,
84: p_start_date => period_start_date);