DBA Data[Home] [Help]

APPS.HR_LOC_RKU dependencies on HR_UTILITY

Line 172: hr_utility.set_location('Entering: HR_LOC_RKU.AFTER_UPDATE', 10);

168: )is
169: l_commit_unit_number number;
170: l_legislation_code varchar2(30);
171: begin
172: hr_utility.set_location('Entering: HR_LOC_RKU.AFTER_UPDATE', 10);
173: l_commit_unit_number := hr_api.return_commit_unit;
174: if hr_api.call_app_hooks then
175: ZX_HR_LOCATIONS_GNR_HOOK.UPDATE_GNR
176: (P_LOCATION_ID => P_LOCATION_ID

Line 209: hr_utility.set_location(' Leaving: HR_LOC_RKU.AFTER_UPDATE', 20);

205: );
206: end if;
207: end if;
208: hr_api.validate_commit_unit(l_commit_unit_number, 'HR_LOCATIONS_ALL', 'AU');
209: hr_utility.set_location(' Leaving: HR_LOC_RKU.AFTER_UPDATE', 20);
210: end AFTER_UPDATE;
211: end HR_LOC_RKU;