DBA Data[Home] [Help]

APPS.OTA_EVT_API_UPD2 dependencies on HR_API

Line 555: raise hr_api.validate_enabled;

551: --
552: -- When in validation only mode raise the Validate_Enabled exception
553: --
554: if p_validate then
555: raise hr_api.validate_enabled;
556: end if;
557:
558: -- call ntf to instructor and learners for cancelled class
559: if p_event_status = 'A' and p_event = 'STATUS' then

Line 570: when hr_api.validate_enabled then

566: end if;
567:
568: --
569: exception
570: when hr_api.validate_enabled then
571: --
572: -- As the Validate_Enabled exception has been raised
573: -- we must rollback to the savepoint
574: --