DBA Data[Home] [Help]

APPS.PAY_IN_PAYSLIP_ARCHIVE dependencies on PER_ACCRUAL_CALC_FUNCTIONS

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

397: -- Type : PROCEDURE --
398: -- Access : Private --
399: -- Description : This procedure is used to archive accrual details --
400: -- for a given assignment_action_id. --
401: -- It calls per_accrual_calc_functions.get_net_accrual --
402: -- to get the net_accrual for the given assignment_id --
403: -- --
404: -- Parameters : --
405: -- IN : p_payroll_action_id NUMBER --

Line 519: per_accrual_calc_functions.get_net_accrual

515: -- Call to get annual leave balance
516:
517: pay_in_utils.set_location(g_debug,l_procedure, 20);
518:
519: per_accrual_calc_functions.get_net_accrual
520: (
521: p_assignment_id => p_assignment_id -- number in
522: ,p_plan_id => rec.accrual_plan_id -- number in
523: ,p_payroll_id => rec.payroll_id -- number in

Line 543: l_leave_taken := per_accrual_calc_functions.get_absence

539:
540:
541: pay_in_utils.set_location(g_debug,l_procedure, 30);
542:
543: l_leave_taken := per_accrual_calc_functions.get_absence
544: (
545: p_assignment_id
546: ,rec.accrual_plan_id
547: ,p_period_end_date