DBA Data[Home] [Help]

APPS.GHR_EMPLOYEE_API dependencies on HR_API

Line 246: raise hr_api.validate_enabled;

242:
243: -- When in validation only mode raise the Validate_Enabled exception
244: --
245: if p_validate then
246: raise hr_api.validate_enabled;
247: end if;
248: --
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 50);

Line 252: when hr_api.validate_enabled then

248: --
249: --
250: hr_utility.set_location(' Leaving:'||l_proc, 50);
251: exception
252: when hr_api.validate_enabled then
253: --
254: -- As the Validate_Enabled exception has been raised
255: -- we must rollback to the savepoint
256: --