DBA Data[Home] [Help]

APPS.HR_LOCATION_BK2 dependencies on HR_UTILITY

Line 93: hr_utility.set_location('Entering: HR_LOCATION_BK2.UPDATE_LOCATION_A', 10);

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

Line 187: hr_utility.set_location(' Leaving: HR_LOCATION_BK2.UPDATE_LOCATION_A', 20);

183: );
184: end if;
185: hr_multi_message.end_validation_set;
186: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_LOCATION', 'AP');
187: hr_utility.set_location(' Leaving: HR_LOCATION_BK2.UPDATE_LOCATION_A', 20);
188: end UPDATE_LOCATION_A;
189: procedure UPDATE_LOCATION_B
190: (P_EFFECTIVE_DATE in DATE
191: ,P_LANGUAGE_CODE in VARCHAR2

Line 277: hr_utility.set_location('Entering: HR_LOCATION_BK2.UPDATE_LOCATION_B', 10);

273: )is
274: l_commit_unit_number number;
275: l_legislation_code varchar2(30);
276: begin
277: hr_utility.set_location('Entering: HR_LOCATION_BK2.UPDATE_LOCATION_B', 10);
278: l_commit_unit_number := hr_api.return_commit_unit;
279: if hr_api.call_leg_hooks then
280: l_legislation_code := HR_LOC_BUS.RETURN_LEGISLATION_CODE(P_LOCATION_ID => P_LOCATION_ID
281: );

Line 312: hr_utility.set_location(' Leaving: HR_LOCATION_BK2.UPDATE_LOCATION_B', 20);

308: );
309: end if;
310: end if;
311: hr_api.validate_commit_unit(l_commit_unit_number, 'UPDATE_LOCATION', 'BP');
312: hr_utility.set_location(' Leaving: HR_LOCATION_BK2.UPDATE_LOCATION_B', 20);
313: end UPDATE_LOCATION_B;
314: end HR_LOCATION_BK2;