DBA Data[Home] [Help]

APPS.BEN_CMD_INS dependencies on HR_API

Line 150: When hr_api.check_integrity_violated Then

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

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

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

Line 155: When hr_api.parent_integrity_violated Then

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

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

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

Line 160: When hr_api.unique_integrity_violated Then

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

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

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

Line 316: when hr_api.cannot_find_prog_unit then

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

Line 318: hr_api.cannot_find_prog_unit_error

314: exception
315: --
316: when hr_api.cannot_find_prog_unit then
317: --
318: hr_api.cannot_find_prog_unit_error
319: (p_module_name => 'ben_cm_dlvry_med_typ'
320: ,p_hook_type => 'AI');
321: --
322: end;