DBA Data[Home] [Help]

APPS.BEN_EAT_INS dependencies on HR_API

Line 183: When hr_api.check_integrity_violated Then

179: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
180: --
181: hr_utility.set_location(' Leaving:'||l_proc, 10);
182: Exception
183: When hr_api.check_integrity_violated Then
184: -- A check constraint has been violated
185: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
186: ben_eat_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.check_integrity_violated Then
184: -- A check constraint has been violated
185: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
186: ben_eat_shd.constraint_error
187: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
188: When hr_api.parent_integrity_violated Then
189: -- Parent integrity has been violated
190: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
191: ben_eat_shd.constraint_error

Line 188: When hr_api.parent_integrity_violated Then

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

Line 193: When hr_api.unique_integrity_violated Then

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

Line 348: when hr_api.cannot_find_prog_unit then

344: );
345: --
346: exception
347: --
348: when hr_api.cannot_find_prog_unit then
349: --
350: hr_api.cannot_find_prog_unit_error
351: (p_module_name => 'ben_actn_typ'
352: ,p_hook_type => 'AI');

Line 350: hr_api.cannot_find_prog_unit_error

346: exception
347: --
348: when hr_api.cannot_find_prog_unit then
349: --
350: hr_api.cannot_find_prog_unit_error
351: (p_module_name => 'ben_actn_typ'
352: ,p_hook_type => 'AI');
353: --
354: end;