DBA Data[Home] [Help]

APPS.BEN_XCT_INS dependencies on HR_API

Line 153: When hr_api.check_integrity_violated Then

149: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
150: --
151: hr_utility.set_location(' Leaving:'||l_proc, 10);
152: Exception
153: When hr_api.check_integrity_violated Then
154: -- A check constraint has been violated
155: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
156: ben_xct_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.check_integrity_violated Then
154: -- A check constraint has been violated
155: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
156: ben_xct_shd.constraint_error
157: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
158: When hr_api.parent_integrity_violated Then
159: -- Parent integrity has been violated
160: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
161: ben_xct_shd.constraint_error

Line 158: When hr_api.parent_integrity_violated Then

154: -- A check constraint has been violated
155: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
156: ben_xct_shd.constraint_error
157: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
158: When hr_api.parent_integrity_violated Then
159: -- Parent integrity has been violated
160: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
161: ben_xct_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.parent_integrity_violated Then
159: -- Parent integrity has been violated
160: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
161: ben_xct_shd.constraint_error
162: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
163: When hr_api.unique_integrity_violated Then
164: -- Unique integrity has been violated
165: ben_xct_shd.g_api_dml := false; -- Unset the api dml status
166: ben_xct_shd.constraint_error

Line 163: When hr_api.unique_integrity_violated Then

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

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

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

Line 292: when hr_api.cannot_find_prog_unit then

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

Line 294: hr_api.cannot_find_prog_unit_error

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