DBA Data[Home] [Help]

APPS.OTA_TSR_DEL dependencies on HR_API

Line 92: When hr_api.child_integrity_violated then

88: --
89: hr_utility.set_location(' Leaving:'||l_proc, 10);
90: --
91: Exception
92: When hr_api.child_integrity_violated then
93: -- Child integrity has been violated
94: ota_tsr_shd.g_api_dml := false; -- Unset the api dml status
95: ota_tsr_shd.constraint_error
96: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

92: When hr_api.child_integrity_violated then
93: -- Child integrity has been violated
94: ota_tsr_shd.g_api_dml := false; -- Unset the api dml status
95: ota_tsr_shd.constraint_error
96: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
97: When Others Then
98: ota_tsr_shd.g_api_dml := false; -- Unset the api dml status
99: Raise;
100: End delete_dml;

Line 236: Raise HR_Api.Validate_Enabled;

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

Line 241: When HR_Api.Validate_Enabled Then

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