DBA Data[Home] [Help]

APPS.PAY_AU_PROCESS_MODULES_API dependencies on HR_API

Line 89: raise hr_api.validate_enabled;

85: --
86: -- When in validation only mode raise the Validate_Enabled exception
87: --
88: if p_validate then
89: raise hr_api.validate_enabled;
90: end if;
91: --
92: -- Set all output arguments
93: --

Line 99: when hr_api.validate_enabled then

95: p_object_version_number := l_object_version_number;
96: --
97: hr_utility.set_location(' Leaving:'||l_proc, 100);
98: exception
99: when hr_api.validate_enabled then
100: --
101: -- Only set output warning arguments
102: -- (Any key or derived arguments must be set to null
103: -- when validation only mode is being used.)

Line 153: raise hr_api.validate_enabled;

149: --
150: -- When in validation only mode raise the Validate_Enabled exception
151: --
152: if p_validate then
153: raise hr_api.validate_enabled;
154: end if;
155: --
156: hr_utility.set_location(' Leaving:'||l_proc, 100);
157: exception

Line 158: when hr_api.validate_enabled then

154: end if;
155: --
156: hr_utility.set_location(' Leaving:'||l_proc, 100);
157: exception
158: when hr_api.validate_enabled then
159: --
160: -- As the Validate_Enabled exception has been raised
161: -- we must rollback to the savepoint
162: --

Line 217: raise hr_api.validate_enabled;

213: --
214: -- When in validation only mode raise the Validate_Enabled exception
215: --
216: if p_validate then
217: raise hr_api.validate_enabled;
218: end if;
219: --
220: hr_utility.set_location(' Leaving:'||l_proc, 100);
221: exception

Line 222: when hr_api.validate_enabled then

218: end if;
219: --
220: hr_utility.set_location(' Leaving:'||l_proc, 100);
221: exception
222: when hr_api.validate_enabled then
223: --
224: -- As the Validate_Enabled exception has been raised
225: -- we must rollback to the savepoint
226: --