DBA Data[Home] [Help]

APPS.BEN_CRT_INS dependencies on HR_API

Line 178: When hr_api.check_integrity_violated Then

174: ben_crt_shd.g_api_dml := false; -- Unset the api dml status
175: --
176: hr_utility.set_location(' Leaving:'||l_proc, 10);
177: Exception
178: When hr_api.check_integrity_violated Then
179: -- A check constraint has been violated
180: ben_crt_shd.g_api_dml := false; -- Unset the api dml status
181: ben_crt_shd.constraint_error
182: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

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

Line 183: When hr_api.parent_integrity_violated Then

179: -- A check constraint has been violated
180: ben_crt_shd.g_api_dml := false; -- Unset the api dml status
181: ben_crt_shd.constraint_error
182: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
183: When hr_api.parent_integrity_violated Then
184: -- Parent integrity has been violated
185: ben_crt_shd.g_api_dml := false; -- Unset the api dml status
186: ben_crt_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

183: When hr_api.parent_integrity_violated Then
184: -- Parent integrity has been violated
185: ben_crt_shd.g_api_dml := false; -- Unset the api dml status
186: ben_crt_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.unique_integrity_violated Then
189: -- Unique integrity has been violated
190: ben_crt_shd.g_api_dml := false; -- Unset the api dml status
191: ben_crt_shd.constraint_error

Line 188: When hr_api.unique_integrity_violated Then

184: -- Parent integrity has been violated
185: ben_crt_shd.g_api_dml := false; -- Unset the api dml status
186: ben_crt_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.unique_integrity_violated Then
189: -- Unique integrity has been violated
190: ben_crt_shd.g_api_dml := false; -- Unset the api dml status
191: ben_crt_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.unique_integrity_violated Then
189: -- Unique integrity has been violated
190: ben_crt_shd.g_api_dml := false; -- Unset the api dml status
191: ben_crt_shd.constraint_error
192: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
193: When Others Then
194: ben_crt_shd.g_api_dml := false; -- Unset the api dml status
195: Raise;
196: End insert_dml;

Line 379: when hr_api.cannot_find_prog_unit then

375: p_effective_date => p_effective_date );
376: end if ;
377: exception
378: --
379: when hr_api.cannot_find_prog_unit then
380: --
381: hr_api.cannot_find_prog_unit_error
382: (p_module_name => 'ben_crt_ordr'
383: ,p_hook_type => 'AI');

Line 381: hr_api.cannot_find_prog_unit_error

377: exception
378: --
379: when hr_api.cannot_find_prog_unit then
380: --
381: hr_api.cannot_find_prog_unit_error
382: (p_module_name => 'ben_crt_ordr'
383: ,p_hook_type => 'AI');
384: --
385: end;