DBA Data[Home] [Help]

APPS.FF_ARCHIVE_API dependencies on HR_API

Line 446: raise hr_api.validate_enabled;

442: --
443: -- When in validation only mode raise the Validate_Enabled exception
444: --
445: if p_validate then
446: raise hr_api.validate_enabled;
447: end if;
448: --
449: -- Set all output arguments
450: --

Line 485: when hr_api.validate_enabled then

481: --
482: hr_utility.set_message(800, 'FF_34958_INVALID_ARCHIVE_TYPE');
483: hr_utility.raise_error;
484: --
485: when hr_api.validate_enabled then
486: --
487: -- As the Validate_Enabled exception has been raised
488: -- we must rollback to the savepoint
489: --

Line 728: raise hr_api.validate_enabled;

724: --
725: -- When in validation only mode raise the Validate_Enabled exception
726: --
727: if p_validate then
728: raise hr_api.validate_enabled;
729: end if;
730: --
731: -- Set all output arguments
732: --

Line 760: when hr_api.validate_enabled then

756: --
757: hr_utility.set_message(800, 'FF_34958_INVALID_ARCHIVE_TYPE');
758: hr_utility.raise_error;
759: --
760: when hr_api.validate_enabled then
761: --
762: -- As the Validate_Enabled exception has been raised
763: -- we must rollback to the savepoint
764: --