DBA Data[Home] [Help]

APPS.BEN_LSF_INS dependencies on HR_API

Line 172: When hr_api.check_integrity_violated Then

168: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
169: --
170: hr_utility.set_location(' Leaving:'||l_proc, 10);
171: Exception
172: When hr_api.check_integrity_violated Then
173: -- A check constraint has been violated
174: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
175: ben_lsf_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

172: When hr_api.check_integrity_violated Then
173: -- A check constraint has been violated
174: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
175: ben_lsf_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When hr_api.parent_integrity_violated Then
178: -- Parent integrity has been violated
179: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
180: ben_lsf_shd.constraint_error

Line 177: When hr_api.parent_integrity_violated Then

173: -- A check constraint has been violated
174: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
175: ben_lsf_shd.constraint_error
176: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
177: When hr_api.parent_integrity_violated Then
178: -- Parent integrity has been violated
179: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
180: ben_lsf_shd.constraint_error
181: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

177: When hr_api.parent_integrity_violated Then
178: -- Parent integrity has been violated
179: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
180: ben_lsf_shd.constraint_error
181: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
182: When hr_api.unique_integrity_violated Then
183: -- Unique integrity has been violated
184: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
185: ben_lsf_shd.constraint_error

Line 182: When hr_api.unique_integrity_violated Then

178: -- Parent integrity has been violated
179: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
180: ben_lsf_shd.constraint_error
181: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
182: When hr_api.unique_integrity_violated Then
183: -- Unique integrity has been violated
184: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
185: ben_lsf_shd.constraint_error
186: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

182: When hr_api.unique_integrity_violated Then
183: -- Unique integrity has been violated
184: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
185: ben_lsf_shd.constraint_error
186: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
187: When Others Then
188: ben_lsf_shd.g_api_dml := false; -- Unset the api dml status
189: Raise;
190: End insert_dml;

Line 349: when hr_api.cannot_find_prog_unit then

345: );
346: --
347: exception
348: --
349: when hr_api.cannot_find_prog_unit then
350: --
351: hr_api.cannot_find_prog_unit_error
352: (p_module_name => 'ben_los_fctr'
353: ,p_hook_type => 'AI');

Line 351: hr_api.cannot_find_prog_unit_error

347: exception
348: --
349: when hr_api.cannot_find_prog_unit then
350: --
351: hr_api.cannot_find_prog_unit_error
352: (p_module_name => 'ben_los_fctr'
353: ,p_hook_type => 'AI');
354: --
355: end;