DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_BK3 dependencies on PER_ABS_BUS

Line 23: l_legislation_code := PER_ABS_BUS.return_legislation_code(P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID

19: ,P_PERSON_ID => P_PERSON_ID
20: );
21: end if;
22: if hr_api.call_leg_hooks then
23: l_legislation_code := PER_ABS_BUS.return_legislation_code(P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID
24: );
25: if l_legislation_code = 'GB' then
26: PER_GB_ABSENCE_RULES.SICKNESS_DATE_UPDATE
27: (P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID

Line 45: l_legislation_code := PER_ABS_BUS.return_legislation_code(P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID

41: begin
42: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK3.DELETE_PERSON_ABSENCE_B', 10);
43: l_commit_unit_number := hr_api.return_commit_unit;
44: if hr_api.call_leg_hooks then
45: l_legislation_code := PER_ABS_BUS.return_legislation_code(P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID
46: );
47: if l_legislation_code = 'DK' then
48: hr_loc_absence.delete_absence
49: (P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID