DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_BK3 dependencies on HR_UTILITY

Line 12: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK3.DELETE_PERSON_ABSENCE_A', 10);

8: )is
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

Line 31: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK3.DELETE_PERSON_ABSENCE_A', 20);

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
35: ,P_OBJECT_VERSION_NUMBER in NUMBER

Line 40: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK3.DELETE_PERSON_ABSENCE_B', 10);

36: )is
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: );

Line 72: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK3.DELETE_PERSON_ABSENCE_B', 20);

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;