DBA Data[Home] [Help]

APPS.PAY_CN_PAYSLIP_ARCHIVE dependencies on PER_ACCRUAL_CALC_FUNCTIONS

Line 299: -- It calls per_accrual_calc_functions.get_net_accrual --

295: -- Type : PROCEDURE --
296: -- Access : Private --
297: -- Description : This procedure is used to archive accrual details --
298: -- for a given assignment_action_id. --
299: -- It calls per_accrual_calc_functions.get_net_accrual --
300: -- to get the net_accrual for the given assignment_id --
301: -- --
302: -- Parameters : --
303: -- IN : p_payroll_action_id NUMBER --

Line 429: per_accrual_calc_functions.get_net_accrual

425: -- Call to get annual leave balance
426:
427: hr_utility.set_location('Archiving Annual leave Balance information',30);
428:
429: per_accrual_calc_functions.get_net_accrual
430: (
431: p_assignment_id => p_assignment_id -- number in
432: ,p_plan_id => l_accrual_plan_id -- number in
433: ,p_payroll_id => l_payroll_id -- number in

Line 453: l_leave_taken := per_accrual_calc_functions.get_absence

449:
450:
451: hr_utility.set_location('Archiving Leave Taken information',40);
452:
453: l_leave_taken := per_accrual_calc_functions.get_absence
454: (
455: p_assignment_id
456: ,l_accrual_plan_id
457: ,p_period_end_date