DBA Data[Home] [Help]

APPS.PAY_AU_MODULE_PARAMETERS_API dependencies on HR_API

Line 105: raise hr_api.validate_enabled;

101: --
102: -- When in validation only mode raise the Validate_Enabled exception
103: --
104: if p_validate then
105: raise hr_api.validate_enabled;
106: end if;
107: --
108: -- Set all output arguments
109: --

Line 115: when hr_api.validate_enabled then

111: p_object_version_number := l_object_version_number;
112: --
113: hr_utility.set_location(' Leaving:'||l_proc, 100);
114: exception
115: when hr_api.validate_enabled then
116: --
117: -- Only set output warning arguments
118: -- (Any key or derived arguments must be set to null
119: -- when validation only mode is being used.)

Line 169: raise hr_api.validate_enabled;

165: --
166: -- When in validation only mode raise the Validate_Enabled exception
167: --
168: if p_validate then
169: raise hr_api.validate_enabled;
170: end if;
171: --
172: hr_utility.set_location(' Leaving:'||l_proc, 100);
173: exception

Line 174: when hr_api.validate_enabled then

170: end if;
171: --
172: hr_utility.set_location(' Leaving:'||l_proc, 100);
173: exception
174: when hr_api.validate_enabled then
175: --
176: -- As the Validate_Enabled exception has been raised
177: -- we must rollback to the savepoint
178: --

Line 250: raise hr_api.validate_enabled;

246: --
247: -- When in validation only mode raise the Validate_Enabled exception
248: --
249: if p_validate then
250: raise hr_api.validate_enabled;
251: end if;
252: --
253: hr_utility.set_location(' Leaving:'||l_proc, 100);
254: exception

Line 255: when hr_api.validate_enabled then

251: end if;
252: --
253: hr_utility.set_location(' Leaving:'||l_proc, 100);
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: --