DBA Data[Home] [Help]

APPS.PER_ONEBOX_VACBAL_ACCRUAL dependencies on PER_ACCRUAL_CALC_FUNCTIONS

Line 57: l_time_off := l_time_off + per_accrual_calc_functions.get_absence

53: l_accrual_plan_id number := 0;
54: begin
55: for gpi in get_plan_id_csr(p_person_id)
56: loop
57: l_time_off := l_time_off + per_accrual_calc_functions.get_absence
58: (p_assignment_id => gpi.assignment_id
59: ,p_plan_id => gpi.accrual_plan_id
60: ,p_calculation_date => p_date
61: ,p_start_date => fnd_date.canonical_to_date(substr(fnd_date.date_to_canonical(p_date), 1, 4) || '/01/01 00:00:00'));