DBA Data[Home] [Help]

APPS.HR_SUMMARY_API dependencies on HR_API

Line 868: raise hr_api.validate_enabled;

864: --
865: -- When in validation only mode raise the Validate_Enabled exception
866: --
867: if p_validate then
868: raise hr_api.validate_enabled;
869: end if;
870: --
871: hr_utility.set_location(' Leaving:'||l_proc, 70);
872: --

Line 875: when hr_api.validate_enabled then

871: hr_utility.set_location(' Leaving:'||l_proc, 70);
872: --
873: exception
874: --
875: when hr_api.validate_enabled then
876: --
877: -- As the Validate_Enabled exception has been raised
878: -- we must rollback to the savepoint
879: --