DBA Data[Home] [Help]

APPS.OTA_EVT_API_UPD2 dependencies on HR_API

Line 481: raise hr_api.validate_enabled;

477: --
478: -- When in validation only mode raise the Validate_Enabled exception
479: --
480: if p_validate then
481: raise hr_api.validate_enabled;
482: end if;
483:
484: -- call ntf to instructor and learners for cancelled class
485: if p_event_status = 'A' and p_event = 'STATUS' then

Line 496: when hr_api.validate_enabled then

492: end if;
493:
494: --
495: exception
496: when hr_api.validate_enabled then
497: --
498: -- As the Validate_Enabled exception has been raised
499: -- we must rollback to the savepoint
500: --