DBA Data[Home] [Help]

APPS.PAY_US_PTO_ACCRUAL dependencies on PER_ACCRUAL_CALC_FUNCTIONS

Line 1398: -- get_net_accrual (in per_accrual_calc_functions) is used.

1394: -- from the logic used in the old 10.7 PL/SQL code or
1395: -- b) this accrual plan stores the accruals in a payroll
1396: -- balance.
1397: -- For either of these reasons, the newer call to
1398: -- get_net_accrual (in per_accrual_calc_functions) is used.
1399: --
1400: -- If the assignment_action_id is passed the accruals are
1401: -- simply retrieved from a payroll balance, if the
1402: -- assignment_action_id is not passed, the Fast Formula

Line 1421: per_accrual_calc_functions.get_net_accrual(

1417: end if;
1418:
1419: hr_utility.set_location(l_proc, 30);
1420:
1421: per_accrual_calc_functions.get_net_accrual(
1422: P_assignment_id => p_assignment_id,
1423: P_plan_id => p_plan_id,
1424: P_payroll_id => l_payroll_id,
1425: p_business_group_id => l_business_group_id,