DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_BK2 dependencies on HR_PERSON_ABSENCE_BK2

Line 1: package body HR_PERSON_ABSENCE_BK2 as

1: package body HR_PERSON_ABSENCE_BK2 as
2: /* $Header: peabsapi.pkb 120.35.12020000.2 2013/02/20 06:55:45 generated ship $ */
3: -- Code generated by the Oracle HRMS API Hook Pre-processor
4: -- Created on 2013/08/13 18:46:34 (YYYY/MM/DD HH24:MI:SS)
5: procedure UPDATE_PERSON_ABSENCE_A

Line 99: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK2.UPDATE_PERSON_ABSENCE_A', 10);

95: )is
96: l_commit_unit_number number;
97: l_legislation_code varchar2(30);
98: begin
99: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK2.UPDATE_PERSON_ABSENCE_A', 10);
100: l_commit_unit_number := hr_api.return_commit_unit;
101: if hr_api.call_app_hooks then
102: hr_person_absence_be2.UPDATE_PERSON_ABSENCE_A
103: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE

Line 260: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK2.UPDATE_PERSON_ABSENCE_A', 20);

256: end if;
257: end if;
258: hr_multi_message.end_validation_set;
259: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_PERSON_ABSENCE', 'AP');
260: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK2.UPDATE_PERSON_ABSENCE_A', 20);
261: end UPDATE_PERSON_ABSENCE_A;
262: procedure UPDATE_PERSON_ABSENCE_B
263: (P_EFFECTIVE_DATE in DATE
264: ,P_ABSENCE_ATTENDANCE_ID in NUMBER

Line 348: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK2.UPDATE_PERSON_ABSENCE_B', 10);

344: )is
345: l_commit_unit_number number;
346: l_legislation_code varchar2(30);
347: begin
348: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK2.UPDATE_PERSON_ABSENCE_B', 10);
349: l_commit_unit_number := hr_api.return_commit_unit;
350: if hr_api.call_leg_hooks then
351: l_legislation_code := PER_ABS_BUS.return_legislation_code(P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID
352: );

Line 480: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK2.UPDATE_PERSON_ABSENCE_B', 20);

476: );
477: end if;
478: end if;
479: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_PERSON_ABSENCE', 'BP');
480: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK2.UPDATE_PERSON_ABSENCE_B', 20);
481: end UPDATE_PERSON_ABSENCE_B;
482: end HR_PERSON_ABSENCE_BK2;

Line 482: end HR_PERSON_ABSENCE_BK2;

478: end if;
479: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_PERSON_ABSENCE', 'BP');
480: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK2.UPDATE_PERSON_ABSENCE_B', 20);
481: end UPDATE_PERSON_ABSENCE_B;
482: end HR_PERSON_ABSENCE_BK2;