DBA Data[Home] [Help]

APPS.BEN_BFT_INS dependencies on HR_API

Line 280: When hr_api.check_integrity_violated Then

276: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
277: --
278: hr_utility.set_location(' Leaving:'||l_proc, 10);
279: Exception
280: When hr_api.check_integrity_violated Then
281: -- A check constraint has been violated
282: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
283: ben_bft_shd.constraint_error
284: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

280: When hr_api.check_integrity_violated Then
281: -- A check constraint has been violated
282: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
283: ben_bft_shd.constraint_error
284: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
285: When hr_api.parent_integrity_violated Then
286: -- Parent integrity has been violated
287: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
288: ben_bft_shd.constraint_error

Line 285: When hr_api.parent_integrity_violated Then

281: -- A check constraint has been violated
282: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
283: ben_bft_shd.constraint_error
284: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
285: When hr_api.parent_integrity_violated Then
286: -- Parent integrity has been violated
287: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
288: ben_bft_shd.constraint_error
289: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

285: When hr_api.parent_integrity_violated Then
286: -- Parent integrity has been violated
287: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
288: ben_bft_shd.constraint_error
289: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
290: When hr_api.unique_integrity_violated Then
291: -- Unique integrity has been violated
292: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
293: ben_bft_shd.constraint_error

Line 290: When hr_api.unique_integrity_violated Then

286: -- Parent integrity has been violated
287: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
288: ben_bft_shd.constraint_error
289: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
290: When hr_api.unique_integrity_violated Then
291: -- Unique integrity has been violated
292: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
293: ben_bft_shd.constraint_error
294: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

290: When hr_api.unique_integrity_violated Then
291: -- Unique integrity has been violated
292: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
293: ben_bft_shd.constraint_error
294: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
295: When Others Then
296: ben_bft_shd.g_api_dml := false; -- Unset the api dml status
297: Raise;
298: End insert_dml;

Line 507: when hr_api.cannot_find_prog_unit then

503: );
504: --
505: exception
506: --
507: when hr_api.cannot_find_prog_unit then
508: --
509: hr_api.cannot_find_prog_unit_error
510: (p_module_name => 'ben_benefit_actions'
511: ,p_hook_type => 'AI');

Line 509: hr_api.cannot_find_prog_unit_error

505: exception
506: --
507: when hr_api.cannot_find_prog_unit then
508: --
509: hr_api.cannot_find_prog_unit_error
510: (p_module_name => 'ben_benefit_actions'
511: ,p_hook_type => 'AI');
512: --
513: end;