DBA Data[Home] [Help]

APPS.BEN_CQB_INS dependencies on HR_API

Line 160: When hr_api.check_integrity_violated Then

156: ben_cqb_shd.g_api_dml := false; -- Unset the api dml status
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: Exception
160: When hr_api.check_integrity_violated Then
161: -- A check constraint has been violated
162: ben_cqb_shd.g_api_dml := false; -- Unset the api dml status
163: ben_cqb_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.check_integrity_violated Then
161: -- A check constraint has been violated
162: ben_cqb_shd.g_api_dml := false; -- Unset the api dml status
163: ben_cqb_shd.constraint_error
164: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
165: When hr_api.parent_integrity_violated Then
166: -- Parent integrity has been violated
167: ben_cqb_shd.g_api_dml := false; -- Unset the api dml status
168: ben_cqb_shd.constraint_error

Line 165: When hr_api.parent_integrity_violated Then

161: -- A check constraint has been violated
162: ben_cqb_shd.g_api_dml := false; -- Unset the api dml status
163: ben_cqb_shd.constraint_error
164: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
165: When hr_api.parent_integrity_violated Then
166: -- Parent integrity has been violated
167: ben_cqb_shd.g_api_dml := false; -- Unset the api dml status
168: ben_cqb_shd.constraint_error
169: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

165: When hr_api.parent_integrity_violated Then
166: -- Parent integrity has been violated
167: ben_cqb_shd.g_api_dml := false; -- Unset the api dml status
168: ben_cqb_shd.constraint_error
169: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
170: When hr_api.unique_integrity_violated Then
171: -- Unique integrity has been violated
172: ben_cqb_shd.g_api_dml := false; -- Unset the api dml status
173: ben_cqb_shd.constraint_error

Line 170: When hr_api.unique_integrity_violated Then

166: -- Parent integrity has been violated
167: ben_cqb_shd.g_api_dml := false; -- Unset the api dml status
168: ben_cqb_shd.constraint_error
169: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
170: When hr_api.unique_integrity_violated Then
171: -- Unique integrity has been violated
172: ben_cqb_shd.g_api_dml := false; -- Unset the api dml status
173: ben_cqb_shd.constraint_error
174: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

170: When hr_api.unique_integrity_violated Then
171: -- Unique integrity has been violated
172: ben_cqb_shd.g_api_dml := false; -- Unset the api dml status
173: ben_cqb_shd.constraint_error
174: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
175: When Others Then
176: ben_cqb_shd.g_api_dml := false; -- Unset the api dml status
177: Raise;
178: End insert_dml;

Line 331: when hr_api.cannot_find_prog_unit then

327: );
328: --
329: exception
330: --
331: when hr_api.cannot_find_prog_unit then
332: --
333: hr_api.cannot_find_prog_unit_error
334: (p_module_name => 'ben_cbr_quald_bnf'
335: ,p_hook_type => 'AI');

Line 333: hr_api.cannot_find_prog_unit_error

329: exception
330: --
331: when hr_api.cannot_find_prog_unit then
332: --
333: hr_api.cannot_find_prog_unit_error
334: (p_module_name => 'ben_cbr_quald_bnf'
335: ,p_hook_type => 'AI');
336: --
337: end;