DBA Data[Home] [Help]

APPS.PAY_AU_PROCESSES_API dependencies on HR_API

Line 98: raise hr_api.validate_enabled;

94: --
95: -- When in validation only mode raise the Validate_Enabled exception
96: --
97: if p_validate then
98: raise hr_api.validate_enabled;
99: end if;
100: --
101: -- Set all output arguments
102: --

Line 108: when hr_api.validate_enabled then

104: p_object_version_number := l_object_version_number;
105: --
106: hr_utility.set_location(' Leaving:'||l_proc, 100);
107: exception
108: when hr_api.validate_enabled then
109: --
110: -- Only set output warning arguments
111: -- (Any key or derived arguments must be set to null
112: -- when validation only mode is being used.)

Line 162: raise hr_api.validate_enabled;

158: --
159: -- When in validation only mode raise the Validate_Enabled exception
160: --
161: if p_validate then
162: raise hr_api.validate_enabled;
163: end if;
164: --
165: hr_utility.set_location(' Leaving:'||l_proc, 100);
166: exception

Line 167: when hr_api.validate_enabled then

163: end if;
164: --
165: hr_utility.set_location(' Leaving:'||l_proc, 100);
166: exception
167: when hr_api.validate_enabled then
168: --
169: -- As the Validate_Enabled exception has been raised
170: -- we must rollback to the savepoint
171: --

Line 230: raise hr_api.validate_enabled;

226: --
227: -- When in validation only mode raise the Validate_Enabled exception
228: --
229: if p_validate then
230: raise hr_api.validate_enabled;
231: end if;
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 100);
234: exception

Line 235: when hr_api.validate_enabled then

231: end if;
232: --
233: hr_utility.set_location(' Leaving:'||l_proc, 100);
234: exception
235: when hr_api.validate_enabled then
236: --
237: -- As the Validate_Enabled exception has been raised
238: -- we must rollback to the savepoint
239: --