DBA Data[Home] [Help]

APPS.GHR_PERSON_EXTRA_INFO_API dependencies on GHR_HISTORY_API

Line 154: ghr_history_api.post_update_process;

150: p_person_extra_info_id => l_person_extra_info_id ,
151: p_object_version_number => l_object_version_number
152: );
153: --
154: ghr_history_api.post_update_process;
155: if p_validate then
156: raise hr_api.validate_enabled;
157: end if;
158: --

Line 326: ghr_history_api.post_update_process;

322: --
323: --
324: hr_utility.set_location(l_proc, 7);
325: --
326: ghr_history_api.post_update_process;
327:
328: if p_validate then
329: raise hr_api.validate_enabled;
330: end if;