DBA Data[Home] [Help]

APPS.HR_CONTACT_REL_BK1 dependencies on HR_UTILITY

Line 204: hr_utility.set_location('Entering: HR_CONTACT_REL_BK1.CREATE_CONTACT_A', 10);

200: ,P_NAME_COMBINATION_WARNING in BOOLEAN
201: ,P_ORIG_HIRE_WARNING in BOOLEAN
202: )is
203: begin
204: hr_utility.set_location('Entering: HR_CONTACT_REL_BK1.CREATE_CONTACT_A', 10);
205: hr_utility.set_location(' Leaving: HR_CONTACT_REL_BK1.CREATE_CONTACT_A', 20);
206: end CREATE_CONTACT_A;
207: procedure CREATE_CONTACT_B
208: (P_START_DATE in DATE

Line 205: hr_utility.set_location(' Leaving: HR_CONTACT_REL_BK1.CREATE_CONTACT_A', 20);

201: ,P_ORIG_HIRE_WARNING in BOOLEAN
202: )is
203: begin
204: hr_utility.set_location('Entering: HR_CONTACT_REL_BK1.CREATE_CONTACT_A', 10);
205: hr_utility.set_location(' Leaving: HR_CONTACT_REL_BK1.CREATE_CONTACT_A', 20);
206: end CREATE_CONTACT_A;
207: procedure CREATE_CONTACT_B
208: (P_START_DATE in DATE
209: ,P_BUSINESS_GROUP_ID in NUMBER

Line 398: hr_utility.set_location('Entering: HR_CONTACT_REL_BK1.CREATE_CONTACT_B', 10);

394: )is
395: l_commit_unit_number number;
396: l_legislation_code varchar2(30);
397: begin
398: hr_utility.set_location('Entering: HR_CONTACT_REL_BK1.CREATE_CONTACT_B', 10);
399: l_commit_unit_number := hr_api.return_commit_unit;
400: if hr_api.call_leg_hooks then
401: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
402: if l_legislation_code = 'PL' then

Line 435: hr_utility.set_location(' Leaving: HR_CONTACT_REL_BK1.CREATE_CONTACT_B', 20);

431: );
432: end if;
433: end if;
434: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_CONTACT', 'BP');
435: hr_utility.set_location(' Leaving: HR_CONTACT_REL_BK1.CREATE_CONTACT_B', 20);
436: end CREATE_CONTACT_B;
437: end HR_CONTACT_REL_BK1;