DBA Data[Home] [Help]

APPS.OTA_TDB_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_tdb_shd.g_api_dml := false; -- Unset the api dml status
77: ota_tdb_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_tdb_shd.g_api_dml := false; -- Unset the api dml status
77: ota_tdb_shd.constraint_error
78: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
79: When Others Then
80: ota_tdb_shd.g_api_dml := false; -- Unset the api dml status
81: Raise;
82: End delete_dml;

Line 319: Raise HR_Api.Validate_Enabled;

315: --
316: -- If we are validating then raise the Validate_Enabled exception
317: --
318: If p_validate then
319: Raise HR_Api.Validate_Enabled;
320: End If;
321: --
322: hr_utility.set_location(' Leaving:'||l_proc, 10);
323: Exception

Line 324: When HR_Api.Validate_Enabled Then

320: End If;
321: --
322: hr_utility.set_location(' Leaving:'||l_proc, 10);
323: Exception
324: When HR_Api.Validate_Enabled Then
325: --
326: -- As the Validate_Enabled exception has been raised
327: -- we must rollback to the savepoint
328: --