DBA Data[Home] [Help]

APPS.PAY_US_PTO_ACCRUAL dependencies on PER_ACCRUAL_CALC_FUNCTIONS

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

1440: -- from the logic used in the old 10.7 PL/SQL code or
1441: -- b) this accrual plan stores the accruals in a payroll
1442: -- balance.
1443: -- For either of these reasons, the newer call to
1444: -- get_net_accrual (in per_accrual_calc_functions) is used.
1445: --
1446: -- If the assignment_action_id is passed the accruals are
1447: -- simply retrieved from a payroll balance, if the
1448: -- assignment_action_id is not passed, the Fast Formula

Line 1468: per_accrual_calc_functions.get_net_accrual(

1464: end if;
1465:
1466: hr_utility.set_location(l_proc, 30);
1467:
1468: per_accrual_calc_functions.get_net_accrual(
1469: P_assignment_id => p_assignment_id,
1470: P_plan_id => p_plan_id,
1471: P_payroll_id => l_payroll_id,
1472: p_business_group_id => l_business_group_id,