DBA Data[Home] [Help]

APPS.HR_PERSON_ABSENCE_BK1 dependencies on HR_UTILITY

Line 103: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK1.CREATE_PERSON_ABSENCE_A', 10);

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

Line 286: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK1.CREATE_PERSON_ABSENCE_A', 20);

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
290: ,P_PERSON_ID in NUMBER

Line 376: hr_utility.set_location('Entering: HR_PERSON_ABSENCE_BK1.CREATE_PERSON_ABSENCE_B', 10);

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

Line 492: hr_utility.set_location(' Leaving: HR_PERSON_ABSENCE_BK1.CREATE_PERSON_ABSENCE_B', 20);

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