DBA Data[Home] [Help]

APPS.BEN_BNR_INS dependencies on HR_API

Line 190: When hr_api.check_integrity_violated Then

186: ben_bnr_shd.g_api_dml := false; -- Unset the api dml status
187: --
188: hr_utility.set_location(' Leaving:'||l_proc, 10);
189: Exception
190: When hr_api.check_integrity_violated Then
191: -- A check constraint has been violated
192: ben_bnr_shd.g_api_dml := false; -- Unset the api dml status
193: ben_bnr_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.check_integrity_violated Then
191: -- A check constraint has been violated
192: ben_bnr_shd.g_api_dml := false; -- Unset the api dml status
193: ben_bnr_shd.constraint_error
194: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
195: When hr_api.parent_integrity_violated Then
196: -- Parent integrity has been violated
197: ben_bnr_shd.g_api_dml := false; -- Unset the api dml status
198: ben_bnr_shd.constraint_error

Line 195: When hr_api.parent_integrity_violated Then

191: -- A check constraint has been violated
192: ben_bnr_shd.g_api_dml := false; -- Unset the api dml status
193: ben_bnr_shd.constraint_error
194: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
195: When hr_api.parent_integrity_violated Then
196: -- Parent integrity has been violated
197: ben_bnr_shd.g_api_dml := false; -- Unset the api dml status
198: ben_bnr_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.parent_integrity_violated Then
196: -- Parent integrity has been violated
197: ben_bnr_shd.g_api_dml := false; -- Unset the api dml status
198: ben_bnr_shd.constraint_error
199: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
200: When hr_api.unique_integrity_violated Then
201: -- Unique integrity has been violated
202: ben_bnr_shd.g_api_dml := false; -- Unset the api dml status
203: ben_bnr_shd.constraint_error

Line 200: When hr_api.unique_integrity_violated Then

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

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

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

Line 367: when hr_api.cannot_find_prog_unit then

363: );
364: --
365: exception
366: --
367: when hr_api.cannot_find_prog_unit then
368: --
369: hr_api.cannot_find_prog_unit_error
370: (p_module_name => 'ben_rptg_grp'
371: ,p_hook_type => 'AI');

Line 369: hr_api.cannot_find_prog_unit_error

365: exception
366: --
367: when hr_api.cannot_find_prog_unit then
368: --
369: hr_api.cannot_find_prog_unit_error
370: (p_module_name => 'ben_rptg_grp'
371: ,p_hook_type => 'AI');
372: --
373: end;