DBA Data[Home] [Help]

APPS.GHR_PDH_DEL dependencies on HR_API

Line 62: When hr_api.child_integrity_violated then

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

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

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

Line 178: when hr_api.cannot_find_prog_unit then

174: p_item_key_o => ghr_pdh_shd.g_old_rec.item_key,
175: p_object_version_number_o => ghr_pdh_shd.g_old_rec.object_version_number );
176:
177: exception
178: when hr_api.cannot_find_prog_unit then
179: hr_api.cannot_find_prog_unit_error
180: ( p_module_name => 'GHR_PD_ROUTING_HISTORY'
181: ,p_hook_type => 'AD'
182: );

Line 179: hr_api.cannot_find_prog_unit_error

175: p_object_version_number_o => ghr_pdh_shd.g_old_rec.object_version_number );
176:
177: exception
178: when hr_api.cannot_find_prog_unit then
179: hr_api.cannot_find_prog_unit_error
180: ( p_module_name => 'GHR_PD_ROUTING_HISTORY'
181: ,p_hook_type => 'AD'
182: );
183: end;

Line 238: Raise HR_Api.Validate_Enabled;

234: --
235: -- If we are validating then raise the Validate_Enabled exception
236: --
237: If p_validate then
238: Raise HR_Api.Validate_Enabled;
239: End If;
240: --
241: hr_utility.set_location(' Leaving:'||l_proc, 10);
242: Exception

Line 243: When HR_Api.Validate_Enabled Then

239: End If;
240: --
241: hr_utility.set_location(' Leaving:'||l_proc, 10);
242: Exception
243: When HR_Api.Validate_Enabled Then
244: --
245: -- As the Validate_Enabled exception has been raised
246: -- we must rollback to the savepoint
247: --