DBA Data[Home] [Help]

APPS.PAY_AU_MODULES_API dependencies on HR_API

Line 100: raise hr_api.validate_enabled;

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

Line 110: when hr_api.validate_enabled then

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

Line 164: raise hr_api.validate_enabled;

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

Line 169: when hr_api.validate_enabled then

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

Line 237: raise hr_api.validate_enabled;

233: --
234: -- When in validation only mode raise the Validate_Enabled exception
235: --
236: if p_validate then
237: raise hr_api.validate_enabled;
238: end if;
239: --
240: hr_utility.set_location(' Leaving:'||l_proc, 100);
241: exception

Line 242: when hr_api.validate_enabled then

238: end if;
239: --
240: hr_utility.set_location(' Leaving:'||l_proc, 100);
241: exception
242: when hr_api.validate_enabled then
243: --
244: -- As the Validate_Enabled exception has been raised
245: -- we must rollback to the savepoint
246: --