DBA Data[Home] [Help]

APPS.GHR_ASSIGNMENT_API dependencies on GHR_HISTORY_API

Line 62: ghr_history_api.post_update_process;

58: ,p_effective_end_date => p_effective_end_date
59: );
60: hr_utility.set_location(l_proc, 20);
61: --
62: ghr_history_api.post_update_process;
63:
64: IF p_validate THEN
65: RAISE hr_api.validate_enabled;
66: END IF;