DBA Data[Home] [Help]

APPS.PAY_MGR_DEL dependencies on HR_API

Line 71: When hr_api.child_integrity_violated then

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

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

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

Line 215: Raise HR_Api.Validate_Enabled;

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

Line 220: When HR_Api.Validate_Enabled Then

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