DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_BK3 dependencies on HR_UTILITY

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

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

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

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

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

38: )is
39: l_commit_unit_number number;
40: l_legislation_code varchar2(30);
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: );

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

70: );
71: end if;
72: end if;
73: hr_api.validate_commit_unit(l_commit_unit_number, 'DELETE_PERSON_ABSENCE', 'BP');
74: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK3.DELETE_PERSON_ABSENCE_B', 20);
75: end DELETE_PERSON_ABSENCE_B;
76: end HR_PERSON_ABSENCE_BK3;