DBA Data[Home] [Help]

APPS.BEN_PLAN_DESIGN_WIZARD_API dependencies on HR_API

Line 477: raise hr_API.validate_enabled;

473: end if;
474:
475: -- p_validate is true
476: if p_process_validate = 1 then
477: raise hr_API.validate_enabled;
478: end if;
479: hr_utility.set_location('Leaving: '||l_proc,20);
480: exception
481: when hr_API.validate_enabled then

Line 481: when hr_API.validate_enabled then

477: raise hr_API.validate_enabled;
478: end if;
479: hr_utility.set_location('Leaving: '||l_proc,20);
480: exception
481: when hr_API.validate_enabled then
482: ROLLBACK TO SUBMIT_REQUEST;
483: when app_exception.application_exception then
484: fnd_msg_pub.add;
485: when others then

Line 491: raise hr_API.validate_enabled;

487: raise;*/
488: -- When in validation only mode raise the Validate_Enabled exception
489: --
490: if p_validate = 1 then -- p_validate is true
491: raise hr_API.validate_enabled;
492: end if;
493: --
494: hr_utility.set_location(' Leaving:'||l_proc, 70);
495: --

Line 498: when hr_API.validate_enabled then

494: hr_utility.set_location(' Leaving:'||l_proc, 70);
495: --
496: exception
497: --
498: when hr_API.validate_enabled then
499: --
500: -- As the Validate_Enabled exception has been raised
501: -- we must rollback to the savepoint
502: --