DBA Data[Home] [Help]

APPS.BEN_GOS_INS dependencies on HR_API

Line 148: When hr_api.check_integrity_violated Then

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

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

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

Line 153: When hr_api.parent_integrity_violated Then

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

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

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

Line 158: When hr_api.unique_integrity_violated Then

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

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

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

Line 313: when hr_api.cannot_find_prog_unit then

309: );
310: --
311: exception
312: --
313: when hr_api.cannot_find_prog_unit then
314: --
315: hr_api.cannot_find_prog_unit_error
316: (p_module_name => 'ben_gd_or_svc_typ'
317: ,p_hook_type => 'AI');

Line 315: hr_api.cannot_find_prog_unit_error

311: exception
312: --
313: when hr_api.cannot_find_prog_unit then
314: --
315: hr_api.cannot_find_prog_unit_error
316: (p_module_name => 'ben_gd_or_svc_typ'
317: ,p_hook_type => 'AI');
318: --
319: end;