DBA Data[Home] [Help]

APPS.PAY_IN_PAYSLIP_ARCHIVE dependencies on PER_ACCRUAL_CALC_FUNCTIONS

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

467: -- Type : PROCEDURE --
468: -- Access : Private --
469: -- Description : This procedure is used to archive accrual details --
470: -- for a given assignment_action_id. --
471: -- It calls per_accrual_calc_functions.get_net_accrual --
472: -- to get the net_accrual for the given assignment_id --
473: -- --
474: -- Parameters : --
475: -- IN : p_payroll_action_id NUMBER --

Line 589: per_accrual_calc_functions.get_net_accrual

585: -- Call to get annual leave balance
586:
587: pay_in_utils.set_location(g_debug,l_procedure, 20);
588:
589: per_accrual_calc_functions.get_net_accrual
590: (
591: p_assignment_id => p_assignment_id -- number in
592: ,p_plan_id => rec.accrual_plan_id -- number in
593: ,p_payroll_id => rec.payroll_id -- number in

Line 613: l_leave_taken := per_accrual_calc_functions.get_absence

609:
610:
611: pay_in_utils.set_location(g_debug,l_procedure, 30);
612:
613: l_leave_taken := per_accrual_calc_functions.get_absence
614: (
615: p_assignment_id
616: ,rec.accrual_plan_id
617: ,p_period_end_date