DBA Data[Home] [Help]

APPS.PER_ZA_EQT_DEL dependencies on HR_API

Line 73: When hr_api.child_integrity_violated then

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

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

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

Line 217: Raise HR_Api.Validate_Enabled;

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

Line 222: When HR_Api.Validate_Enabled Then

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