DBA Data[Home] [Help]

APPS.HR_LOCATION_BK1 dependencies on HR_UTILITY

Line 94: hr_utility.set_location('Entering: HR_LOCATION_BK1.CREATE_LOCATION_A', 10);

90: )is
91: l_commit_unit_number number;
92: l_legislation_code varchar2(30);
93: begin
94: hr_utility.set_location('Entering: HR_LOCATION_BK1.CREATE_LOCATION_A', 10);
95: l_commit_unit_number := hr_api.return_commit_unit;
96: if hr_api.call_app_hooks then
97: WSH_MAP_LOCATION_REGION_PKG.Location_User_Hook_API
98: (P_LOCATION_ID => P_LOCATION_ID

Line 189: hr_utility.set_location(' Leaving: HR_LOCATION_BK1.CREATE_LOCATION_A', 20);

185: );
186: end if;
187: hr_multi_message.end_validation_set;
188: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_LOCATION', 'AP');
189: hr_utility.set_location(' Leaving: HR_LOCATION_BK1.CREATE_LOCATION_A', 20);
190: end CREATE_LOCATION_A;
191: procedure CREATE_LOCATION_B
192: (P_EFFECTIVE_DATE in DATE
193: ,P_LANGUAGE_CODE in VARCHAR2

Line 278: hr_utility.set_location('Entering: HR_LOCATION_BK1.CREATE_LOCATION_B', 10);

274: )is
275: l_commit_unit_number number;
276: l_legislation_code varchar2(30);
277: begin
278: hr_utility.set_location('Entering: HR_LOCATION_BK1.CREATE_LOCATION_B', 10);
279: l_commit_unit_number := hr_api.return_commit_unit;
280: if hr_api.call_leg_hooks then
281: l_legislation_code := hr_api.return_legislation_code(p_business_group_id => P_BUSINESS_GROUP_ID);
282: if l_legislation_code = 'AE' then

Line 311: hr_utility.set_location(' Leaving: HR_LOCATION_BK1.CREATE_LOCATION_B', 20);

307: );
308: end if;
309: end if;
310: hr_api.validate_commit_unit(l_commit_unit_number, 'CREATE_LOCATION', 'BP');
311: hr_utility.set_location(' Leaving: HR_LOCATION_BK1.CREATE_LOCATION_B', 20);
312: end CREATE_LOCATION_B;
313: end HR_LOCATION_BK1;