DBA Data[Home] [Help]

APPS.BEN_XRF_INS dependencies on HR_API

Line 171: When hr_api.check_integrity_violated Then

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

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

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

Line 176: When hr_api.parent_integrity_violated Then

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

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

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

Line 181: When hr_api.unique_integrity_violated Then

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

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

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

Line 320: when hr_api.cannot_find_prog_unit then

316: );
317: --
318: exception
319: --
320: when hr_api.cannot_find_prog_unit then
321: --
322: hr_api.cannot_find_prog_unit_error
323: (p_module_name => 'ben_ext_rcd_in_file'
324: ,p_hook_type => 'AI');

Line 322: hr_api.cannot_find_prog_unit_error

318: exception
319: --
320: when hr_api.cannot_find_prog_unit then
321: --
322: hr_api.cannot_find_prog_unit_error
323: (p_module_name => 'ben_ext_rcd_in_file'
324: ,p_hook_type => 'AI');
325: --
326: end;