[Home] [Help]
152: --
153:
154: hr_utility.set_location(l_proc, 7);
155: --
156: ghr_history_api.post_update_process;
157: -- When in validation only mode raise the Validate_Enabled exception
158: --
159: if p_validate then
160: raise hr_api.validate_enabled;
331: hr_utility.set_location(l_proc, 7);
332: --
333: --
334: --
335: ghr_history_api.post_update_process;
336:
337: if p_validate then
338: raise hr_api.validate_enabled;
339: end if;