DBA Data[Home] [Help]

APPS.HR_PREVIOUS_EMPLOYMENT_BK2 dependencies on HR_UTILITY

Line 87: hr_utility.set_location('Entering: HR_PREVIOUS_EMPLOYMENT_BK2.UPDATE_PREVIOUS_EMPLOYER_A', 10);

83: )is
84: l_commit_unit_number number;
85: l_legislation_code varchar2(30);
86: begin
87: hr_utility.set_location('Entering: HR_PREVIOUS_EMPLOYMENT_BK2.UPDATE_PREVIOUS_EMPLOYER_A', 10);
88: l_commit_unit_number := hr_api.return_commit_unit;
89: if hr_api.call_app_hooks then
90: hr_previous_employment_be2.UPDATE_PREVIOUS_EMPLOYER_A
91: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE

Line 172: hr_utility.set_location(' Leaving: HR_PREVIOUS_EMPLOYMENT_BK2.UPDATE_PREVIOUS_EMPLOYER_A', 20);

168: );
169: end if;
170: hr_multi_message.end_validation_set;
171: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_PREVIOUS_EMPLOYER', 'AP');
172: hr_utility.set_location(' Leaving: HR_PREVIOUS_EMPLOYMENT_BK2.UPDATE_PREVIOUS_EMPLOYER_A', 20);
173: end UPDATE_PREVIOUS_EMPLOYER_A;
174: procedure UPDATE_PREVIOUS_EMPLOYER_B
175: (P_EFFECTIVE_DATE in DATE
176: ,P_PREVIOUS_EMPLOYER_ID in NUMBER

Line 256: hr_utility.set_location('Entering: HR_PREVIOUS_EMPLOYMENT_BK2.UPDATE_PREVIOUS_EMPLOYER_B', 10);

252: )is
253: l_commit_unit_number number;
254: l_legislation_code varchar2(30);
255: begin
256: hr_utility.set_location('Entering: HR_PREVIOUS_EMPLOYMENT_BK2.UPDATE_PREVIOUS_EMPLOYER_B', 10);
257: l_commit_unit_number := hr_api.return_commit_unit;
258: if hr_api.call_leg_hooks then
259: l_legislation_code := PER_PEM_BUS.RETURN_LEGISLATION_CODE(P_PREVIOUS_EMPLOYER_ID => P_PREVIOUS_EMPLOYER_ID
260: );

Line 350: hr_utility.set_location(' Leaving: HR_PREVIOUS_EMPLOYMENT_BK2.UPDATE_PREVIOUS_EMPLOYER_B', 20);

346: );
347: end if;
348: end if;
349: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_PREVIOUS_EMPLOYER', 'BP');
350: hr_utility.set_location(' Leaving: HR_PREVIOUS_EMPLOYMENT_BK2.UPDATE_PREVIOUS_EMPLOYER_B', 20);
351: end UPDATE_PREVIOUS_EMPLOYER_B;
352: end HR_PREVIOUS_EMPLOYMENT_BK2;