DBA Data[Home] [Help]

APPS.BEN_BNG_INS dependencies on HR_API

Line 146: When hr_api.check_integrity_violated Then

142: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
143: --
144: hr_utility.set_location(' Leaving:'||l_proc, 10);
145: Exception
146: When hr_api.check_integrity_violated Then
147: -- A check constraint has been violated
148: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
149: ben_bng_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

146: When hr_api.check_integrity_violated Then
147: -- A check constraint has been violated
148: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
149: ben_bng_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When hr_api.parent_integrity_violated Then
152: -- Parent integrity has been violated
153: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
154: ben_bng_shd.constraint_error

Line 151: When hr_api.parent_integrity_violated Then

147: -- A check constraint has been violated
148: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
149: ben_bng_shd.constraint_error
150: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
151: When hr_api.parent_integrity_violated Then
152: -- Parent integrity has been violated
153: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
154: ben_bng_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

151: When hr_api.parent_integrity_violated Then
152: -- Parent integrity has been violated
153: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
154: ben_bng_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
159: ben_bng_shd.constraint_error

Line 156: When hr_api.unique_integrity_violated Then

152: -- Parent integrity has been violated
153: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
154: ben_bng_shd.constraint_error
155: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
159: ben_bng_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

156: When hr_api.unique_integrity_violated Then
157: -- Unique integrity has been violated
158: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
159: ben_bng_shd.constraint_error
160: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
161: When Others Then
162: ben_bng_shd.g_api_dml := false; -- Unset the api dml status
163: Raise;
164: End insert_dml;

Line 308: when hr_api.cannot_find_prog_unit then

304: );
305: --
306: exception
307: --
308: when hr_api.cannot_find_prog_unit then
309: --
310: hr_api.cannot_find_prog_unit_error
311: (p_module_name => 'ben_benfts_grp'
312: ,p_hook_type => 'AI');

Line 310: hr_api.cannot_find_prog_unit_error

306: exception
307: --
308: when hr_api.cannot_find_prog_unit then
309: --
310: hr_api.cannot_find_prog_unit_error
311: (p_module_name => 'ben_benfts_grp'
312: ,p_hook_type => 'AI');
313: --
314: end;