DBA Data[Home] [Help]

APPS.HR_PREVIOUS_EMPLOYMENT_BK1 dependencies on HR_UTILITY

Line 90: hr_utility.set_location('Entering: HR_PREVIOUS_EMPLOYMENT_BK1.CREATE_PREVIOUS_EMPLOYER_A', 10);

86: )is
87: l_commit_unit_number number;
88: l_legislation_code varchar2(30);
89: begin
90: hr_utility.set_location('Entering: HR_PREVIOUS_EMPLOYMENT_BK1.CREATE_PREVIOUS_EMPLOYER_A', 10);
91: l_commit_unit_number := hr_api.return_commit_unit;
92: if hr_api.call_app_hooks then
93: hr_previous_employment_be1.CREATE_PREVIOUS_EMPLOYER_A
94: (P_EFFECTIVE_DATE => P_EFFECTIVE_DATE

Line 178: hr_utility.set_location(' Leaving: HR_PREVIOUS_EMPLOYMENT_BK1.CREATE_PREVIOUS_EMPLOYER_A', 20);

174: );
175: end if;
176: hr_multi_message.end_validation_set;
177: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_PREVIOUS_EMPLOYER', 'AP');
178: hr_utility.set_location(' Leaving: HR_PREVIOUS_EMPLOYMENT_BK1.CREATE_PREVIOUS_EMPLOYER_A', 20);
179: end CREATE_PREVIOUS_EMPLOYER_A;
180: procedure CREATE_PREVIOUS_EMPLOYER_B
181: (P_EFFECTIVE_DATE in DATE
182: ,P_PREVIOUS_EMPLOYER_ID in NUMBER

Line 265: hr_utility.set_location('Entering: HR_PREVIOUS_EMPLOYMENT_BK1.CREATE_PREVIOUS_EMPLOYER_B', 10);

261: )is
262: l_commit_unit_number number;
263: l_legislation_code varchar2(30);
264: begin
265: hr_utility.set_location('Entering: HR_PREVIOUS_EMPLOYMENT_BK1.CREATE_PREVIOUS_EMPLOYER_B', 10);
266: l_commit_unit_number := hr_api.return_commit_unit;
267: if hr_api.call_leg_hooks then
268: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
269: if l_legislation_code = 'AE' then

Line 363: hr_utility.set_location(' Leaving: HR_PREVIOUS_EMPLOYMENT_BK1.CREATE_PREVIOUS_EMPLOYER_B', 20);

359: );
360: end if;
361: end if;
362: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_PREVIOUS_EMPLOYER', 'BP');
363: hr_utility.set_location(' Leaving: HR_PREVIOUS_EMPLOYMENT_BK1.CREATE_PREVIOUS_EMPLOYER_B', 20);
364: end CREATE_PREVIOUS_EMPLOYER_B;
365: end HR_PREVIOUS_EMPLOYMENT_BK1;