DBA Data[Home] [Help]

APPS.PER_OBJ_DEL dependencies on HR_API

Line 61: When hr_api.child_integrity_violated then

57: --
58: hr_utility.set_location(' Leaving:'||l_proc, 10);
59: --
60: Exception
61: When hr_api.child_integrity_violated then
62: -- Child integrity has been violated
63: per_obj_shd.constraint_error
64: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
65: When Others Then

Line 64: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

60: Exception
61: When hr_api.child_integrity_violated then
62: -- Child integrity has been violated
63: per_obj_shd.constraint_error
64: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
65: When Others Then
66: Raise;
67: End delete_dml;
68: --

Line 226: when hr_api.cannot_find_prog_unit then

222:
223:
224: );
225: exception
226: when hr_api.cannot_find_prog_unit then
227: hr_api.cannot_find_prog_unit_error
228: (p_module_name => 'PER_OBJECTIVES'
229: ,p_hook_type => 'AD'
230: );

Line 227: hr_api.cannot_find_prog_unit_error

223:
224: );
225: exception
226: when hr_api.cannot_find_prog_unit then
227: hr_api.cannot_find_prog_unit_error
228: (p_module_name => 'PER_OBJECTIVES'
229: ,p_hook_type => 'AD'
230: );
231: end;

Line 294: Raise HR_Api.Validate_Enabled;

290: --
291: -- If we are validating then raise the Validate_Enabled exception
292: --
293: If p_validate then
294: Raise HR_Api.Validate_Enabled;
295: End If;
296: --
297: hr_utility.set_location(' Leaving:'||l_proc, 10);
298: Exception

Line 299: When HR_Api.Validate_Enabled Then

295: End If;
296: --
297: hr_utility.set_location(' Leaving:'||l_proc, 10);
298: Exception
299: When HR_Api.Validate_Enabled Then
300: --
301: -- As the Validate_Enabled exception has been raised
302: -- we must rollback to the savepoint
303: --