DBA Data[Home] [Help]

APPS.BEN_CPI_DEL dependencies on HR_API

Line 111: When hr_api.child_integrity_violated then

107: hr_utility.set_location(' Leaving:'||l_proc, 10);
108: end if;
109: --
110: Exception
111: When hr_api.child_integrity_violated then
112: -- Child integrity has been violated
113: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
114: ben_cpi_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

111: When hr_api.child_integrity_violated then
112: -- Child integrity has been violated
113: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
114: ben_cpi_shd.constraint_error
115: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
116: When Others Then
117: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
118: Raise;
119: End delete_dml;

Line 523: when hr_api.cannot_find_prog_unit then

519: );
520: --
521: exception
522: --
523: when hr_api.cannot_find_prog_unit then
524: --
525: hr_api.cannot_find_prog_unit_error
526: (p_module_name => 'BEN_CWB_PERSON_INFO'
527: ,p_hook_type => 'AD');

Line 525: hr_api.cannot_find_prog_unit_error

521: exception
522: --
523: when hr_api.cannot_find_prog_unit then
524: --
525: hr_api.cannot_find_prog_unit_error
526: (p_module_name => 'BEN_CWB_PERSON_INFO'
527: ,p_hook_type => 'AD');
528: --
529: end;