DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_BK3 dependencies on HR_API

Line 13: l_commit_unit_number := hr_api.return_commit_unit;

9: l_commit_unit_number number;
10: l_legislation_code varchar2(30);
11: begin
12: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK3.DELETE_PERSON_ABSENCE_A', 10);
13: l_commit_unit_number := hr_api.return_commit_unit;
14: if hr_api.call_app_hooks then
15: hr_person_absence_be3.DELETE_PERSON_ABSENCE_A
16: (P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID
17: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER

Line 14: if hr_api.call_app_hooks then

10: l_legislation_code varchar2(30);
11: begin
12: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK3.DELETE_PERSON_ABSENCE_A', 10);
13: l_commit_unit_number := hr_api.return_commit_unit;
14: if hr_api.call_app_hooks then
15: hr_person_absence_be3.DELETE_PERSON_ABSENCE_A
16: (P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID
17: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
18: );

Line 20: if hr_api.call_leg_hooks then

16: (P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID
17: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER
18: );
19: end if;
20: if hr_api.call_leg_hooks then
21: l_legislation_code := PER_ABS_BUS.return_legislation_code(P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID
22: );
23: if l_legislation_code = 'GB' then
24: PER_GB_ABSENCE_RULES.SICKNESS_DATE_UPDATE

Line 30: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_PERSON_ABSENCE', 'AP');

26: );
27: end if;
28: end if;
29: hr_multi_message.end_validation_set;
30: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_PERSON_ABSENCE', 'AP');
31: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK3.DELETE_PERSON_ABSENCE_A', 20);
32: end DELETE_PERSON_ABSENCE_A;
33: procedure DELETE_PERSON_ABSENCE_B
34: (P_ABSENCE_ATTENDANCE_ID in NUMBER

Line 41: l_commit_unit_number := hr_api.return_commit_unit;

37: l_commit_unit_number number;
38: l_legislation_code varchar2(30);
39: begin
40: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK3.DELETE_PERSON_ABSENCE_B', 10);
41: l_commit_unit_number := hr_api.return_commit_unit;
42: if hr_api.call_leg_hooks then
43: l_legislation_code := PER_ABS_BUS.return_legislation_code(P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID
44: );
45: if l_legislation_code = 'DK' then

Line 42: if hr_api.call_leg_hooks then

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

Line 71: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_PERSON_ABSENCE', 'BP');

67: (P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID
68: );
69: end if;
70: end if;
71: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_PERSON_ABSENCE', 'BP');
72: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK3.DELETE_PERSON_ABSENCE_B', 20);
73: end DELETE_PERSON_ABSENCE_B;
74: end HR_PERSON_ABSENCE_BK3;