DBA Data[Home] [Help]

APPS.PAY_US_PTO_CO_PKG dependencies on PER_ACCRUAL_CALC_FUNCTIONS

Line 757: per_accrual_calc_functions.get_carry_over_values (

753: -- We retrieve the max co and effective date here, so that
754: -- the exact effective date can be used immediately, rather
755: -- than the calculation date entered by the user
756: --
757: per_accrual_calc_functions.get_carry_over_values (
758: p_assignment_id => p_assignment_id,
759: p_co_formula_id => p_co_formula_id,
760: p_accrual_plan_id => p_plan_id,
761: p_business_group_id => p_business_group_id,

Line 809: l_enrolled := per_accrual_calc_functions.check_assignment_enrollment(

805: p_session_date => l_effective_date + 1);
806:
807: write_log('l_res_link_id: '||to_char(l_res_link_id), DEBUG);
808:
809: l_enrolled := per_accrual_calc_functions.check_assignment_enrollment(
810: p_assignment_id => p_assignment_id,
811: p_accrual_plan_element_type_id => p_plan_ele_type_id,
812: p_calculation_date => l_effective_date + 1);
813:

Line 835: per_accrual_calc_functions.Get_Net_Accrual (

831: l_max_carryover is not null THEN
832:
833: write_log(l_proc||', 60', DEBUG);
834:
835: per_accrual_calc_functions.Get_Net_Accrual (
836: P_Assignment_ID => p_assignment_id
837: ,P_Plan_ID => p_plan_id
838: ,P_Payroll_ID => l_payroll_id
839: ,P_Business_Group_ID => p_business_group_id