DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_BK1 dependencies on HR_API

Line 104: l_commit_unit_number := hr_api.return_commit_unit;

100: l_commit_unit_number number;
101: l_legislation_code varchar2(30);
102: begin
103: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK1.CREATE_PERSON_ABSENCE_A', 10);
104: l_commit_unit_number := hr_api.return_commit_unit;
105: if hr_api.call_app_hooks then
106: hr_person_absence_be1.CREATE_PERSON_ABSENCE_A
107: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
108: ,P_PERSON_ID => P_PERSON_ID

Line 105: if hr_api.call_app_hooks then

101: l_legislation_code varchar2(30);
102: begin
103: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK1.CREATE_PERSON_ABSENCE_A', 10);
104: l_commit_unit_number := hr_api.return_commit_unit;
105: if hr_api.call_app_hooks then
106: hr_person_absence_be1.CREATE_PERSON_ABSENCE_A
107: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE
108: ,P_PERSON_ID => P_PERSON_ID
109: ,P_BUSINESS_GROUP_ID => P_BUSINESS_GROUP_ID

Line 202: if hr_api.call_leg_hooks then

198: ,P_ABS_DAY_AFTER_WARNING => P_ABS_DAY_AFTER_WARNING
199: ,P_DUR_OVERWRITTEN_WARNING => P_DUR_OVERWRITTEN_WARNING
200: );
201: end if;
202: if hr_api.call_leg_hooks then
203: l_legislation_code := PER_PER_BUS.return_legislation_code(P_PERSON_ID => P_PERSON_ID
204: );
205: if l_legislation_code = 'DK' then
206: hr_loc_absence.create_absence

Line 285: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_PERSON_ABSENCE', 'AP');

281: );
282: end if;
283: end if;
284: hr_multi_message.end_validation_set;
285: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_PERSON_ABSENCE', 'AP');
286: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK1.CREATE_PERSON_ABSENCE_A', 20);
287: end CREATE_PERSON_ABSENCE_A;
288: procedure CREATE_PERSON_ABSENCE_B
289: (P_EFFECTIVE_DATE in DATE

Line 377: l_commit_unit_number := hr_api.return_commit_unit;

373: l_commit_unit_number number;
374: l_legislation_code varchar2(30);
375: begin
376: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK1.CREATE_PERSON_ABSENCE_B', 10);
377: l_commit_unit_number := hr_api.return_commit_unit;
378: if hr_api.call_leg_hooks then
379: l_legislation_code := PER_PER_BUS.return_legislation_code(P_PERSON_ID => P_PERSON_ID
380: );
381: if l_legislation_code = 'ES' then

Line 378: if hr_api.call_leg_hooks then

374: l_legislation_code varchar2(30);
375: begin
376: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK1.CREATE_PERSON_ABSENCE_B', 10);
377: l_commit_unit_number := hr_api.return_commit_unit;
378: if hr_api.call_leg_hooks then
379: l_legislation_code := PER_PER_BUS.return_legislation_code(P_PERSON_ID => P_PERSON_ID
380: );
381: if l_legislation_code = 'ES' then
382: PER_ES_ABSENCE.VALIDATE_ABS_CREATE

Line 493: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_PERSON_ABSENCE', 'BP');

489: ,P_ABS_ATTENDANCE_REASON_ID => P_ABS_ATTENDANCE_REASON_ID
490: );
491: end if;
492: end if;
493: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_PERSON_ABSENCE', 'BP');
494: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK1.CREATE_PERSON_ABSENCE_B', 20);
495: end CREATE_PERSON_ABSENCE_B;
496: end HR_PERSON_ABSENCE_BK1;