DBA Data[Home] [Help]

APPS.PER_PPB_INS dependencies on HR_API

Line 206: When hr_api.check_integrity_violated Then

202: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
203: --
204: hr_utility.set_location(' Leaving:'||l_proc, 10);
205: Exception
206: When hr_api.check_integrity_violated Then
207: -- A check constraint has been violated
208: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
209: p_rec := l_rec;
210: per_ppb_shd.constraint_error

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

207: -- A check constraint has been violated
208: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
209: p_rec := l_rec;
210: per_ppb_shd.constraint_error
211: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
212: When hr_api.parent_integrity_violated Then
213: -- Parent integrity has been violated
214: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
215: p_rec := l_rec;

Line 212: When hr_api.parent_integrity_violated Then

208: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
209: p_rec := l_rec;
210: per_ppb_shd.constraint_error
211: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
212: When hr_api.parent_integrity_violated Then
213: -- Parent integrity has been violated
214: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
215: p_rec := l_rec;
216: per_ppb_shd.constraint_error

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

213: -- Parent integrity has been violated
214: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
215: p_rec := l_rec;
216: per_ppb_shd.constraint_error
217: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
218: When hr_api.unique_integrity_violated Then
219: -- Unique integrity has been violated
220: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
221: p_rec := l_rec;

Line 218: When hr_api.unique_integrity_violated Then

214: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
215: p_rec := l_rec;
216: per_ppb_shd.constraint_error
217: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
218: When hr_api.unique_integrity_violated Then
219: -- Unique integrity has been violated
220: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
221: p_rec := l_rec;
222: per_ppb_shd.constraint_error

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

219: -- Unique integrity has been violated
220: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
221: p_rec := l_rec;
222: per_ppb_shd.constraint_error
223: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
224: When Others Then
225: per_ppb_shd.g_api_dml := false; -- Unset the api dml status
226: p_rec := l_rec;
227: Raise;

Line 481: when hr_api.cannot_find_prog_unit then

477: );
478: --
479: exception
480: --
481: when hr_api.cannot_find_prog_unit then
482: --
483: hr_api.cannot_find_prog_unit_error
484: (p_module_name => 'PER_PAY_BASES'
485: ,p_hook_type => 'AI');

Line 483: hr_api.cannot_find_prog_unit_error

479: exception
480: --
481: when hr_api.cannot_find_prog_unit then
482: --
483: hr_api.cannot_find_prog_unit_error
484: (p_module_name => 'PER_PAY_BASES'
485: ,p_hook_type => 'AI');
486: --
487: end;