DBA Data[Home] [Help]

APPS.BEN_CPI_INS dependencies on HR_API

Line 459: When hr_api.check_integrity_violated Then

455: if g_debug then
456: hr_utility.set_location(' Leaving:'||l_proc, 10);
457: end if;
458: Exception
459: When hr_api.check_integrity_violated Then
460: -- A check constraint has been violated
461: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
462: ben_cpi_shd.constraint_error
463: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

459: When hr_api.check_integrity_violated Then
460: -- A check constraint has been violated
461: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
462: ben_cpi_shd.constraint_error
463: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
464: When hr_api.parent_integrity_violated Then
465: -- Parent integrity has been violated
466: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
467: ben_cpi_shd.constraint_error

Line 464: When hr_api.parent_integrity_violated Then

460: -- A check constraint has been violated
461: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
462: ben_cpi_shd.constraint_error
463: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
464: When hr_api.parent_integrity_violated Then
465: -- Parent integrity has been violated
466: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
467: ben_cpi_shd.constraint_error
468: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

464: When hr_api.parent_integrity_violated Then
465: -- Parent integrity has been violated
466: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
467: ben_cpi_shd.constraint_error
468: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
469: When hr_api.unique_integrity_violated Then
470: -- Unique integrity has been violated
471: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
472: ben_cpi_shd.constraint_error

Line 469: When hr_api.unique_integrity_violated Then

465: -- Parent integrity has been violated
466: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
467: ben_cpi_shd.constraint_error
468: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
469: When hr_api.unique_integrity_violated Then
470: -- Unique integrity has been violated
471: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
472: ben_cpi_shd.constraint_error
473: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

469: When hr_api.unique_integrity_violated Then
470: -- Unique integrity has been violated
471: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
472: ben_cpi_shd.constraint_error
473: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
474: When Others Then
475: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
476: Raise;
477: End insert_dml;

Line 933: when hr_api.cannot_find_prog_unit then

929: );
930: --
931: exception
932: --
933: when hr_api.cannot_find_prog_unit then
934: --
935: hr_api.cannot_find_prog_unit_error
936: (p_module_name => 'BEN_CWB_PERSON_INFO'
937: ,p_hook_type => 'AI');

Line 935: hr_api.cannot_find_prog_unit_error

931: exception
932: --
933: when hr_api.cannot_find_prog_unit then
934: --
935: hr_api.cannot_find_prog_unit_error
936: (p_module_name => 'BEN_CWB_PERSON_INFO'
937: ,p_hook_type => 'AI');
938: --
939: end;