[Home] [Help]
117: ,p_object_version_number => p_object_version_number
118: );
119: --
120: hr_utility.set_location(l_proc, 20);
121: ghr_history_api.post_update_process;
122: hr_utility.set_location(l_proc,25);
123: --
124: -- When in validation only mode raise the Validate_Enabled exception
125: --
286: );
287:
288: --
289: hr_utility.set_location(l_proc, 20);
290: ghr_history_api.post_update_process;
291: hr_utility.set_location(l_proc,25);
292: --
293: -- When in validation only mode raise the Validate_Enabled exception
294: --
429: ,p_addr_attribute20 => p_addr_attribute20
430: );
431: --
432: hr_utility.set_location(l_proc, 25);
433: ghr_history_api.post_update_process;
434: hr_utility.set_location(' Leaving:'||l_proc, 30);
435: if p_validate then
436: raise hr_api.validate_enabled;
437: end if;
613: ,p_add_information20 => p_add_information20
614: );
615: --
616: hr_utility.set_location(l_proc, 25);
617: ghr_history_api.post_update_process;
618: hr_utility.set_location(' Leaving:'||l_proc, 30);
619: if p_validate then
620: raise hr_api.validate_enabled;
621: end if;