DBA Data[Home] [Help]

APPS.BEN_RTS_INS dependencies on HR_API

Line 211: When hr_api.check_integrity_violated Then

207: if g_debug then
208: hr_utility.set_location(' Leaving:'||l_proc, 10);
209: end if;
210: Exception
211: When hr_api.check_integrity_violated Then
212: -- A check constraint has been violated
213: ben_rts_shd.g_api_dml := false; -- Unset the api dml status
214: ben_rts_shd.constraint_error
215: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

211: When hr_api.check_integrity_violated Then
212: -- A check constraint has been violated
213: ben_rts_shd.g_api_dml := false; -- Unset the api dml status
214: ben_rts_shd.constraint_error
215: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
216: When hr_api.parent_integrity_violated Then
217: -- Parent integrity has been violated
218: ben_rts_shd.g_api_dml := false; -- Unset the api dml status
219: ben_rts_shd.constraint_error

Line 216: When hr_api.parent_integrity_violated Then

212: -- A check constraint has been violated
213: ben_rts_shd.g_api_dml := false; -- Unset the api dml status
214: ben_rts_shd.constraint_error
215: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
216: When hr_api.parent_integrity_violated Then
217: -- Parent integrity has been violated
218: ben_rts_shd.g_api_dml := false; -- Unset the api dml status
219: ben_rts_shd.constraint_error
220: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

216: When hr_api.parent_integrity_violated Then
217: -- Parent integrity has been violated
218: ben_rts_shd.g_api_dml := false; -- Unset the api dml status
219: ben_rts_shd.constraint_error
220: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
221: When hr_api.unique_integrity_violated Then
222: -- Unique integrity has been violated
223: ben_rts_shd.g_api_dml := false; -- Unset the api dml status
224: ben_rts_shd.constraint_error

Line 221: When hr_api.unique_integrity_violated Then

217: -- Parent integrity has been violated
218: ben_rts_shd.g_api_dml := false; -- Unset the api dml status
219: ben_rts_shd.constraint_error
220: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
221: When hr_api.unique_integrity_violated Then
222: -- Unique integrity has been violated
223: ben_rts_shd.g_api_dml := false; -- Unset the api dml status
224: ben_rts_shd.constraint_error
225: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

221: When hr_api.unique_integrity_violated Then
222: -- Unique integrity has been violated
223: ben_rts_shd.g_api_dml := false; -- Unset the api dml status
224: ben_rts_shd.constraint_error
225: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
226: When Others Then
227: ben_rts_shd.g_api_dml := false; -- Unset the api dml status
228: Raise;
229: End insert_dml;

Line 480: when hr_api.cannot_find_prog_unit then

476: );
477: --
478: exception
479: --
480: when hr_api.cannot_find_prog_unit then
481: --
482: hr_api.cannot_find_prog_unit_error
483: (p_module_name => 'BEN_CWB_PERSON_RATES'
484: ,p_hook_type => 'AI');

Line 482: hr_api.cannot_find_prog_unit_error

478: exception
479: --
480: when hr_api.cannot_find_prog_unit then
481: --
482: hr_api.cannot_find_prog_unit_error
483: (p_module_name => 'BEN_CWB_PERSON_RATES'
484: ,p_hook_type => 'AI');
485: --
486: end;