DBA Data[Home] [Help]

APPS.BEN_CPG_INS dependencies on HR_API

Line 185: When hr_api.check_integrity_violated Then

181: if g_debug then
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: end if;
184: Exception
185: When hr_api.check_integrity_violated Then
186: -- A check constraint has been violated
187: ben_cpg_shd.g_api_dml := false; -- Unset the api dml status
188: ben_cpg_shd.constraint_error
189: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

185: When hr_api.check_integrity_violated Then
186: -- A check constraint has been violated
187: ben_cpg_shd.g_api_dml := false; -- Unset the api dml status
188: ben_cpg_shd.constraint_error
189: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
190: When hr_api.parent_integrity_violated Then
191: -- Parent integrity has been violated
192: ben_cpg_shd.g_api_dml := false; -- Unset the api dml status
193: ben_cpg_shd.constraint_error

Line 190: When hr_api.parent_integrity_violated Then

186: -- A check constraint has been violated
187: ben_cpg_shd.g_api_dml := false; -- Unset the api dml status
188: ben_cpg_shd.constraint_error
189: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
190: When hr_api.parent_integrity_violated Then
191: -- Parent integrity has been violated
192: ben_cpg_shd.g_api_dml := false; -- Unset the api dml status
193: ben_cpg_shd.constraint_error
194: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

190: When hr_api.parent_integrity_violated Then
191: -- Parent integrity has been violated
192: ben_cpg_shd.g_api_dml := false; -- Unset the api dml status
193: ben_cpg_shd.constraint_error
194: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
195: When hr_api.unique_integrity_violated Then
196: -- Unique integrity has been violated
197: ben_cpg_shd.g_api_dml := false; -- Unset the api dml status
198: ben_cpg_shd.constraint_error

Line 195: When hr_api.unique_integrity_violated Then

191: -- Parent integrity has been violated
192: ben_cpg_shd.g_api_dml := false; -- Unset the api dml status
193: ben_cpg_shd.constraint_error
194: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
195: When hr_api.unique_integrity_violated Then
196: -- Unique integrity has been violated
197: ben_cpg_shd.g_api_dml := false; -- Unset the api dml status
198: ben_cpg_shd.constraint_error
199: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

195: When hr_api.unique_integrity_violated Then
196: -- Unique integrity has been violated
197: ben_cpg_shd.g_api_dml := false; -- Unset the api dml status
198: ben_cpg_shd.constraint_error
199: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
200: When Others Then
201: ben_cpg_shd.g_api_dml := false; -- Unset the api dml status
202: Raise;
203: End insert_dml;

Line 434: when hr_api.cannot_find_prog_unit then

430: );
431: --
432: exception
433: --
434: when hr_api.cannot_find_prog_unit then
435: --
436: hr_api.cannot_find_prog_unit_error
437: (p_module_name => 'BEN_CWB_PERSON_GROUPS'
438: ,p_hook_type => 'AI');

Line 436: hr_api.cannot_find_prog_unit_error

432: exception
433: --
434: when hr_api.cannot_find_prog_unit then
435: --
436: hr_api.cannot_find_prog_unit_error
437: (p_module_name => 'BEN_CWB_PERSON_GROUPS'
438: ,p_hook_type => 'AI');
439: --
440: end;