DBA Data[Home] [Help]

APPS.BEN_DPNT_EGD_INS dependencies on HR_API

Line 193: When hr_api.check_integrity_violated Then

189: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 10);
192: Exception
193: When hr_api.check_integrity_violated Then
194: -- A check constraint has been violated
195: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
196: ben_dpnt_egd_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

193: When hr_api.check_integrity_violated Then
194: -- A check constraint has been violated
195: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
196: ben_dpnt_egd_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When hr_api.parent_integrity_violated Then
199: -- Parent integrity has been violated
200: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
201: ben_dpnt_egd_shd.constraint_error

Line 198: When hr_api.parent_integrity_violated Then

194: -- A check constraint has been violated
195: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
196: ben_dpnt_egd_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When hr_api.parent_integrity_violated Then
199: -- Parent integrity has been violated
200: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
201: ben_dpnt_egd_shd.constraint_error
202: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

198: When hr_api.parent_integrity_violated Then
199: -- Parent integrity has been violated
200: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
201: ben_dpnt_egd_shd.constraint_error
202: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
203: When hr_api.unique_integrity_violated Then
204: -- Unique integrity has been violated
205: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
206: ben_dpnt_egd_shd.constraint_error

Line 203: When hr_api.unique_integrity_violated Then

199: -- Parent integrity has been violated
200: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
201: ben_dpnt_egd_shd.constraint_error
202: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
203: When hr_api.unique_integrity_violated Then
204: -- Unique integrity has been violated
205: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
206: ben_dpnt_egd_shd.constraint_error
207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

203: When hr_api.unique_integrity_violated Then
204: -- Unique integrity has been violated
205: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
206: ben_dpnt_egd_shd.constraint_error
207: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
208: When Others Then
209: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
210: Raise;
211: End insert_dml;

Line 382: when hr_api.cannot_find_prog_unit then

378: );
379: --
380: exception
381: --
382: when hr_api.cannot_find_prog_unit then
383: --
384: hr_api.cannot_find_prog_unit_error
385: (p_module_name => 'ben_eligy_criteria_dpnt'
386: ,p_hook_type => 'AI');

Line 384: hr_api.cannot_find_prog_unit_error

380: exception
381: --
382: when hr_api.cannot_find_prog_unit then
383: --
384: hr_api.cannot_find_prog_unit_error
385: (p_module_name => 'ben_eligy_criteria_dpnt'
386: ,p_hook_type => 'AI');
387: --
388: end;