DBA Data[Home] [Help]

APPS.OTA_TSR_DEL dependencies on HR_API

Line 74: When hr_api.child_integrity_violated then

70: --
71: hr_utility.set_location(' Leaving:'||l_proc, 10);
72: --
73: Exception
74: When hr_api.child_integrity_violated then
75: -- Child integrity has been violated
76: ota_tsr_shd.g_api_dml := false; -- Unset the api dml status
77: ota_tsr_shd.constraint_error
78: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

74: When hr_api.child_integrity_violated then
75: -- Child integrity has been violated
76: ota_tsr_shd.g_api_dml := false; -- Unset the api dml status
77: ota_tsr_shd.constraint_error
78: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
79: When Others Then
80: ota_tsr_shd.g_api_dml := false; -- Unset the api dml status
81: Raise;
82: End delete_dml;

Line 218: Raise HR_Api.Validate_Enabled;

214: --
215: -- If we are validating then raise the Validate_Enabled exception
216: --
217: If p_validate then
218: Raise HR_Api.Validate_Enabled;
219: End If;
220: --
221: hr_utility.set_location(' Leaving:'||l_proc, 10);
222: Exception

Line 223: When HR_Api.Validate_Enabled Then

219: End If;
220: --
221: hr_utility.set_location(' Leaving:'||l_proc, 10);
222: Exception
223: When HR_Api.Validate_Enabled Then
224: --
225: -- As the Validate_Enabled exception has been raised
226: -- we must rollback to the savepoint
227: --