DBA Data[Home] [Help]

APPS.PAY_GRR_DEL dependencies on HR_API

Line 396: Raise HR_Api.Validate_Enabled;

392: --
393: -- If we are validating then raise the Validate_Enabled exception
394: --
395: If p_validate then
396: Raise HR_Api.Validate_Enabled;
397: End If;
398: --
399: hr_utility.set_location(' Leaving:'||l_proc, 10);
400: Exception

Line 401: When HR_Api.Validate_Enabled Then

397: End If;
398: --
399: hr_utility.set_location(' Leaving:'||l_proc, 10);
400: Exception
401: When HR_Api.Validate_Enabled Then
402: --
403: -- As the Validate_Enabled exception has been raised
404: -- we must rollback to the savepoint
405: --