DBA Data[Home] [Help]

APPS.IRC_APL_PROFILE_ACCESS_API dependencies on HR_API

Line 91: raise hr_api.validate_enabled;

87: --
88: -- When in validation only mode raise the Validate_Enabled exception
89: --
90: if p_validate then
91: raise hr_api.validate_enabled;
92: end if;
93: --
94: -- Set all IN OUT and OUT parameters with out values
95: --

Line 101: when hr_api.validate_enabled then

97: p_object_version_number := l_object_version_number;
98: --
99: hr_utility.set_location(' Leaving:'||l_proc, 70);
100: exception
101: when hr_api.validate_enabled then
102: --
103: -- As the Validate_Enabled exception has been raised
104: -- we must rollback to the savepoint
105: --

Line 177: when hr_api.cannot_find_prog_unit then

173: ,p_apl_profile_access_id => l_apl_profile_access_id
174: ,p_object_version_number => l_object_version_number
175: );
176: exception
177: when hr_api.cannot_find_prog_unit then
178: hr_api.cannot_find_prog_unit_error
179: (p_module_name => 'update_apl_profile_access'
180: ,p_hook_type => 'BP'
181: );

Line 178: hr_api.cannot_find_prog_unit_error

174: ,p_object_version_number => l_object_version_number
175: );
176: exception
177: when hr_api.cannot_find_prog_unit then
178: hr_api.cannot_find_prog_unit_error
179: (p_module_name => 'update_apl_profile_access'
180: ,p_hook_type => 'BP'
181: );
182: end;

Line 207: when hr_api.cannot_find_prog_unit then

203: ,p_apl_profile_access_id => l_apl_profile_access_id
204: ,p_object_version_number => l_object_version_number
205: );
206: exception
207: when hr_api.cannot_find_prog_unit then
208: hr_api.cannot_find_prog_unit_error
209: (p_module_name => 'update_apl_profile_access'
210: ,p_hook_type => 'AP'
211: );

Line 208: hr_api.cannot_find_prog_unit_error

204: ,p_object_version_number => l_object_version_number
205: );
206: exception
207: when hr_api.cannot_find_prog_unit then
208: hr_api.cannot_find_prog_unit_error
209: (p_module_name => 'update_apl_profile_access'
210: ,p_hook_type => 'AP'
211: );
212: end;

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: -- Set all IN OUT and OUT parameters with out values
221: --

Line 227: when hr_api.validate_enabled then

223: p_object_version_number := l_object_version_number;
224: --
225: hr_utility.set_location(' Leaving:'||l_proc, 70);
226: exception
227: when hr_api.validate_enabled then
228: --
229: -- As the Validate_Enabled exception has been raised
230: -- we must rollback to the savepoint
231: --

Line 291: when hr_api.cannot_find_prog_unit then

287: ,p_apl_profile_access_id => p_apl_profile_access_id
288: ,p_object_version_number => p_object_version_number
289: );
290: exception
291: when hr_api.cannot_find_prog_unit then
292: hr_api.cannot_find_prog_unit_error
293: (p_module_name => 'delete_apl_profile_access'
294: ,p_hook_type => 'BP'
295: );

Line 292: hr_api.cannot_find_prog_unit_error

288: ,p_object_version_number => p_object_version_number
289: );
290: exception
291: when hr_api.cannot_find_prog_unit then
292: hr_api.cannot_find_prog_unit_error
293: (p_module_name => 'delete_apl_profile_access'
294: ,p_hook_type => 'BP'
295: );
296: end;

Line 314: when hr_api.cannot_find_prog_unit then

310: ,p_apl_profile_access_id => p_apl_profile_access_id
311: ,p_object_version_number => p_object_version_number
312: );
313: exception
314: when hr_api.cannot_find_prog_unit then
315: hr_api.cannot_find_prog_unit_error
316: (p_module_name => 'delete_apl_profile_access'
317: ,p_hook_type => 'AP'
318: );

Line 315: hr_api.cannot_find_prog_unit_error

311: ,p_object_version_number => p_object_version_number
312: );
313: exception
314: when hr_api.cannot_find_prog_unit then
315: hr_api.cannot_find_prog_unit_error
316: (p_module_name => 'delete_apl_profile_access'
317: ,p_hook_type => 'AP'
318: );
319: end;

Line 324: raise hr_api.validate_enabled;

320: --
321: -- When in validation only mode raise the Validate_Enabled exception
322: --
323: if p_validate then
324: raise hr_api.validate_enabled;
325: end if;
326: --
327: hr_utility.set_location(' Leaving:'||l_proc, 70);
328: exception

Line 329: when hr_api.validate_enabled then

325: end if;
326: --
327: hr_utility.set_location(' Leaving:'||l_proc, 70);
328: exception
329: when hr_api.validate_enabled then
330: --
331: -- As the Validate_Enabled exception has been raised
332: -- we must rollback to the savepoint
333: --