DBA Data[Home] [Help]

APPS.BEN_PIL_INS dependencies on HR_API

Line 188: When hr_api.check_integrity_violated Then

184: ben_pil_shd.g_api_dml := false; -- Unset the api dml status
185: --
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: Exception
188: When hr_api.check_integrity_violated Then
189: -- A check constraint has been violated
190: ben_pil_shd.g_api_dml := false; -- Unset the api dml status
191: ben_pil_shd.constraint_error
192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

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

Line 193: When hr_api.parent_integrity_violated Then

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

Line 198: When hr_api.unique_integrity_violated Then

194: -- Parent integrity has been violated
195: ben_pil_shd.g_api_dml := false; -- Unset the api dml status
196: ben_pil_shd.constraint_error
197: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
198: When hr_api.unique_integrity_violated Then
199: -- Unique integrity has been violated
200: ben_pil_shd.g_api_dml := false; -- Unset the api dml status
201: ben_pil_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.unique_integrity_violated Then
199: -- Unique integrity has been violated
200: ben_pil_shd.g_api_dml := false; -- Unset the api dml status
201: ben_pil_shd.constraint_error
202: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
203: When Others Then
204: ben_pil_shd.g_api_dml := false; -- Unset the api dml status
205: Raise;
206: End insert_dml;

Line 373: when hr_api.cannot_find_prog_unit then

369: );
370: --
371: exception
372: --
373: when hr_api.cannot_find_prog_unit then
374: --
375: hr_api.cannot_find_prog_unit_error
376: (p_module_name => 'ben_per_in_ler'
377: ,p_hook_type => 'AI');

Line 375: hr_api.cannot_find_prog_unit_error

371: exception
372: --
373: when hr_api.cannot_find_prog_unit then
374: --
375: hr_api.cannot_find_prog_unit_error
376: (p_module_name => 'ben_per_in_ler'
377: ,p_hook_type => 'AI');
378: --
379: end;