DBA Data[Home] [Help]

APPS.BEN_XID_INS dependencies on HR_API

Line 152: When hr_api.check_integrity_violated Then

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

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

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

Line 157: When hr_api.parent_integrity_violated Then

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

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

157: When hr_api.parent_integrity_violated Then
158: -- Parent integrity has been violated
159: ben_xid_shd.g_api_dml := false; -- Unset the api dml status
160: ben_xid_shd.constraint_error
161: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
162: When hr_api.unique_integrity_violated Then
163: -- Unique integrity has been violated
164: ben_xid_shd.g_api_dml := false; -- Unset the api dml status
165: ben_xid_shd.constraint_error

Line 162: When hr_api.unique_integrity_violated Then

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

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

162: When hr_api.unique_integrity_violated Then
163: -- Unique integrity has been violated
164: ben_xid_shd.g_api_dml := false; -- Unset the api dml status
165: ben_xid_shd.constraint_error
166: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
167: When Others Then
168: ben_xid_shd.g_api_dml := false; -- Unset the api dml status
169: Raise;
170: End insert_dml;

Line 290: when hr_api.cannot_find_prog_unit then

286: );
287: --
288: exception
289: --
290: when hr_api.cannot_find_prog_unit then
291: --
292: hr_api.cannot_find_prog_unit_error
293: (p_module_name => 'ben_ext_incl_data_elmt'
294: ,p_hook_type => 'AI');

Line 292: hr_api.cannot_find_prog_unit_error

288: exception
289: --
290: when hr_api.cannot_find_prog_unit then
291: --
292: hr_api.cannot_find_prog_unit_error
293: (p_module_name => 'ben_ext_incl_data_elmt'
294: ,p_hook_type => 'AI');
295: --
296: end;