DBA Data[Home] [Help]

APPS.GHR_POSNDT_API dependencies on GHR_HISTORY_API

Line 384: ghr_history_api.post_update_process;

380: p_object_version_number := l_object_version_number;
381:
382: hr_utility.set_location(l_proc, 20);
383: --
384: ghr_history_api.post_update_process;
385:
386: -- When in validation only mode raise the Validate_Enabled exception
387: --
388: if p_validate then

Line 799: ghr_history_api.post_update_process;

795: l_valid_grades_changed_warning := p_valid_grades_changed_warning;
796: --
797: hr_utility.set_location(l_proc, 20);
798: --
799: ghr_history_api.post_update_process;
800: --
801: hr_utility.set_location(' Leaving:'||l_proc, 50);
802: exception
803: when hr_api.validate_enabled then