DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_BK2 dependencies on HR_API

Line 100: l_commit_unit_number := hr_api.return_commit_unit;

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
104: ,P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID

Line 101: if hr_api.call_app_hooks then

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
104: ,P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID
105: ,P_OBJECT_VERSION_NUMBER => P_OBJECT_VERSION_NUMBER

Line 194: if hr_api.call_leg_hooks then

190: ,P_DUR_OVERWRITTEN_WARNING => P_DUR_OVERWRITTEN_WARNING
191: ,P_DEL_ELEMENT_ENTRY_WARNING => P_DEL_ELEMENT_ENTRY_WARNING
192: );
193: end if;
194: if hr_api.call_leg_hooks then
195: l_legislation_code := PER_ABS_BUS.return_legislation_code(P_ABSENCE_ATTENDANCE_ID => P_ABSENCE_ATTENDANCE_ID
196: );
197: if l_legislation_code = 'AU' then
198: HR_AU_ABSENCE_HOOK.UPDATE_ABSENCE_DEV_DESC_FLEX

Line 259: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_PERSON_ABSENCE', 'AP');

255: );
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

Line 349: l_commit_unit_number := hr_api.return_commit_unit;

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: );
353: if l_legislation_code = 'ES' then

Line 350: if hr_api.call_leg_hooks then

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: );
353: if l_legislation_code = 'ES' then
354: PER_ES_ABSENCE.VALIDATE_ABS_UPDATE

Line 479: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_PERSON_ABSENCE', 'BP');

475: ,P_ABS_ATTENDANCE_REASON_ID => P_ABS_ATTENDANCE_REASON_ID
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;