DBA Data[Home] [Help]

APPS.GHR_POSNDT_API dependencies on HR_API

Line 389: raise hr_api.validate_enabled;

385:
386: -- When in validation only mode raise the Validate_Enabled exception
387: --
388: if p_validate then
389: raise hr_api.validate_enabled;
390: end if;
391: p_position_definition_id := p_position_definition_id;
392: p_name := p_name;
393: --

Line 396: when hr_api.validate_enabled then

392: p_name := p_name;
393: --
394: hr_utility.set_location(' Leaving:'||l_proc, 50);
395: exception
396: when hr_api.validate_enabled then
397: --
398: -- As the Validate_Enabled exception has been raised
399: -- we must rollback to the savepoint
400: --

Line 791: raise hr_api.validate_enabled;

787: ,p_datetrack_mode => p_datetrack_mode
788: );
789:
790: if p_validate then
791: raise hr_api.validate_enabled;
792: end if;
793: p_effective_start_date := l_effective_start_date;
794: p_effective_end_date := l_effective_end_date;
795: l_valid_grades_changed_warning := p_valid_grades_changed_warning;

Line 803: when hr_api.validate_enabled then

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
804: --
805: -- As the Validate_Enabled exception has been raised
806: -- we must rollback to the savepoint
807: --