DBA Data[Home] [Help]

APPS.GHR_SIT_API dependencies on HR_API

Line 173: raise hr_api.validate_enabled;

169: --Set OUT parameters
170: --
171: --
172: if p_validate then
173: raise hr_api.validate_enabled;
174: end if;
175: --
176: p_analysis_criteria_id := l_analysis_criteria_id;
177: p_person_analysis_id := l_person_analysis_id;

Line 182: when hr_api.validate_enabled then

178: p_pea_object_version_number := l_pea_object_version_number;
179:
180: hr_utility.set_location(' Leaving:'||l_proc, 20);
181: exception
182: when hr_api.validate_enabled then
183: --
184: -- As the Validate_Enabled exception has been raised
185: -- we must rollback to the savepoint
186: --

Line 373: raise hr_api.validate_enabled;

369: --
370: p_analysis_criteria_id := l_analysis_criteria_id;
371: --
372: if p_validate then
373: raise hr_api.validate_enabled;
374: end if;
375: --
376: hr_utility.set_location(' Leaving:'||l_proc, 50);
377: exception

Line 378: when hr_api.validate_enabled then

374: end if;
375: --
376: hr_utility.set_location(' Leaving:'||l_proc, 50);
377: exception
378: when hr_api.validate_enabled then
379: --
380: -- As the Validate_Enabled exception has been raised
381: -- we must rollback to the savepoint
382: --