DBA Data[Home] [Help]

APPS.PAY_US_PTO_CO_PKG dependencies on PER_ACCRUAL_CALC_FUNCTIONS

Line 785: per_accrual_calc_functions.get_carry_over_values (

781: -- We retrieve the max co and effective date here, so that
782: -- the exact effective date can be used immediately, rather
783: -- than the calculation date entered by the user
784: --
785: per_accrual_calc_functions.get_carry_over_values (
786: p_assignment_id => p_assignment_id,
787: p_co_formula_id => p_co_formula_id,
788: p_accrual_plan_id => p_plan_id,
789: p_business_group_id => p_business_group_id,

Line 837: l_enrolled := per_accrual_calc_functions.check_assignment_enrollment(

833: p_session_date => l_effective_date + 1);
834:
835: write_log('l_res_link_id: '||to_char(l_res_link_id), DEBUG);
836:
837: l_enrolled := per_accrual_calc_functions.check_assignment_enrollment(
838: p_assignment_id => p_assignment_id,
839: p_accrual_plan_element_type_id => p_plan_ele_type_id,
840: p_calculation_date => l_effective_date + 1);
841:

Line 863: per_accrual_calc_functions.Get_Net_Accrual (

859: l_max_carryover is not null THEN
860:
861: write_log(l_proc||', 60', DEBUG);
862:
863: per_accrual_calc_functions.Get_Net_Accrual (
864: P_Assignment_ID => p_assignment_id
865: ,P_Plan_ID => p_plan_id
866: ,P_Payroll_ID => l_payroll_id
867: ,P_Business_Group_ID => p_business_group_id