DBA Data[Home] [Help]

APPS.PAY_NZ_HOLIDAYS_2003 dependencies on PER_ACCRUAL_CALC_FUNCTIONS

Line 1749: per_accrual_calc_functions.get_carry_over_values

1745: -- when called in the mode NZ_FORM
1746: --------------------------------------------------------
1747: --
1748:
1749: per_accrual_calc_functions.get_carry_over_values
1750: (p_co_formula_id => l_co_formula_id
1751: ,p_assignment_id => p_assignment_id
1752: ,p_calculation_date => l_calculation_date
1753: ,p_accrual_plan_id => p_plan_id

Line 1802: per_accrual_calc_functions.get_net_accrual

1798: --
1799: -------------------------------------------------------
1800: --
1801:
1802: per_accrual_calc_functions.get_net_accrual
1803: (p_assignment_id => p_assignment_id
1804: ,p_plan_id => p_plan_id
1805: ,p_payroll_id => p_payroll_id
1806: ,p_business_group_id => p_business_group_id

Line 1821: l_others_entitlement := per_accrual_calc_functions.get_other_net_contribution

1817: -- from entitlement before accrual
1818: --
1819: l_leave_entitlement := l_accrual;
1820: --
1821: l_others_entitlement := per_accrual_calc_functions.get_other_net_contribution
1822: (p_assignment_id => p_assignment_id
1823: ,p_plan_id => p_plan_id
1824: ,p_start_date => l_start_date
1825: ,p_calculation_date => l_entitlement_period_end_date

Line 1837: per_accrual_calc_functions.get_net_accrual

1833: -------------------------------------------------------
1834: -- Find the Net leave at the calculation_date
1835: -------------------------------------------------------
1836: --
1837: per_accrual_calc_functions.get_net_accrual
1838: (p_assignment_id => p_assignment_id
1839: ,p_plan_id => p_plan_id
1840: ,p_payroll_id => p_payroll_id
1841: ,p_business_group_id => p_business_group_id

Line 1932: l_others_accrual := per_accrual_calc_functions.get_other_net_contribution

1928: if g_debug then
1929: hr_utility.trace('l_entitlement_adj = '||to_char(l_entitlement_adj));
1930: hr_utility.trace('l_accrual_adj.... = '||to_char(l_accrual_adj));
1931: end if;
1932: l_others_accrual := per_accrual_calc_functions.get_other_net_contribution
1933: (p_assignment_id => p_assignment_id
1934: ,p_plan_id => p_plan_id
1935: ,p_start_date => l_accrual_period_start_date
1936: ,p_calculation_date => p_calculation_date

Line 1944: l_accrual_absences := per_accrual_calc_functions.get_absence

1940: -- If max_co is 1 then no accrual only entitlement
1941: --
1942: if l_max_co = 1
1943: then
1944: l_accrual_absences := per_accrual_calc_functions.get_absence
1945: (p_assignment_id => p_assignment_id
1946: ,p_plan_id => p_plan_id
1947: ,p_start_date => l_accrual_period_start_date
1948: ,p_calculation_date => p_calculation_date

Line 1960: l_accrual_absences := per_accrual_calc_functions.get_absence

1956: l_leave_entitlement := l_leave_total - l_accrual_absences;
1957: l_leave_accrual := 0;
1958: --
1959: else
1960: l_accrual_absences := per_accrual_calc_functions.get_absence
1961: (p_assignment_id => p_assignment_id
1962: ,p_plan_id => p_plan_id
1963: ,p_start_date => l_start_date
1964: ,p_calculation_date => p_calculation_date