DBA Data[Home] [Help]

APPS.PAY_BALANCE_ADJUSTMENT_API dependencies on HR_API

Line 250: raise hr_api.validate_enabled;

246: p_object_version_number := l_object_version_number;
247: p_create_warning := l_create_warning;
248:
249: if(p_validate) then
250: raise hr_api.validate_enabled;
251: end if;
252:
253: hr_utility.set_location(' Leaving:'||l_proc, 40);
254: exception

Line 255: when hr_api.validate_enabled then

251: end if;
252:
253: hr_utility.set_location(' Leaving:'||l_proc, 40);
254: exception
255: when hr_api.validate_enabled then
256: --
257: -- As the Validate_Enabled exception has been raised
258: -- we must rollback to the savepoint
259: --

Line 355: raise hr_api.validate_enabled;

351: -- balance adjustment.
352: py_rollback_pkg.rollback_payroll_action(l_payroll_action_id);
353:
354: if(p_validate) then
355: raise hr_api.validate_enabled;
356: end if;
357:
358: hr_utility.set_location(' Leaving:'||l_proc, 100);
359: exception

Line 360: when hr_api.validate_enabled then

356: end if;
357:
358: hr_utility.set_location(' Leaving:'||l_proc, 100);
359: exception
360: when hr_api.validate_enabled then
361: --
362: -- As the Validate_Enabled exception has been raised
363: -- we must rollback to the savepoint
364: --