DBA Data[Home] [Help]

APPS.BEN_ELI_DEL dependencies on HR_API

Line 62: When hr_api.child_integrity_violated then

58: --
59: hr_utility.set_location(' Leaving:'||l_proc, 10);
60: --
61: Exception
62: When hr_api.child_integrity_violated then
63: -- Child integrity has been violated
64: ben_eli_shd.constraint_error
65: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
66: When Others Then

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

61: Exception
62: When hr_api.child_integrity_violated then
63: -- Child integrity has been violated
64: ben_eli_shd.constraint_error
65: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
66: When Others Then
67: Raise;
68: End delete_dml;
69: --

Line 216: when hr_api.cannot_find_prog_unit then

212: p_eli_information29_o => ben_eli_shd.g_old_rec.eli_information29 ,
213: p_eli_information30_o => ben_eli_shd.g_old_rec.eli_information30
214: );
215: exception
216: when hr_api.cannot_find_prog_unit then
217: hr_api.cannot_find_prog_unit_error
218: ( p_module_name => 'BEN_ELP_EXTRA_INFO'
219: ,p_hook_type => 'AD'
220: );

Line 217: hr_api.cannot_find_prog_unit_error

213: p_eli_information30_o => ben_eli_shd.g_old_rec.eli_information30
214: );
215: exception
216: when hr_api.cannot_find_prog_unit then
217: hr_api.cannot_find_prog_unit_error
218: ( p_module_name => 'BEN_ELP_EXTRA_INFO'
219: ,p_hook_type => 'AD'
220: );
221: end;

Line 276: Raise HR_Api.Validate_Enabled;

272: --
273: -- If we are validating then raise the Validate_Enabled exception
274: --
275: If p_validate then
276: Raise HR_Api.Validate_Enabled;
277: End If;
278: --
279: hr_utility.set_location(' Leaving:'||l_proc, 10);
280: Exception

Line 281: When HR_Api.Validate_Enabled Then

277: End If;
278: --
279: hr_utility.set_location(' Leaving:'||l_proc, 10);
280: Exception
281: When HR_Api.Validate_Enabled Then
282: --
283: -- As the Validate_Enabled exception has been raised
284: -- we must rollback to the savepoint
285: --