DBA Data[Home] [Help]

APPS.HXC_EGC_DEL dependencies on HR_API

Line 76: When hr_api.child_integrity_violated then

72: hr_utility.set_location(' Leaving:'||l_proc, 10);
73: end if;
74: --
75: Exception
76: When hr_api.child_integrity_violated then
77: -- Child integrity has been violated
78: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
79: hxc_egc_shd.constraint_error
80: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

76: When hr_api.child_integrity_violated then
77: -- Child integrity has been violated
78: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
79: hxc_egc_shd.constraint_error
80: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
81: When Others Then
82: hxc_egc_shd.g_api_dml := false; -- Unset the api dml status
83: Raise;
84: End delete_dml;

Line 247: when hr_api.cannot_find_prog_unit then

243: );
244: --
245: exception
246: --
247: when hr_api.cannot_find_prog_unit then
248: --
249: hr_api.cannot_find_prog_unit_error
250: (p_module_name => 'HXC_ENTITY_GROUP_COMPS'
251: ,p_hook_type => 'AD');

Line 249: hr_api.cannot_find_prog_unit_error

245: exception
246: --
247: when hr_api.cannot_find_prog_unit then
248: --
249: hr_api.cannot_find_prog_unit_error
250: (p_module_name => 'HXC_ENTITY_GROUP_COMPS'
251: ,p_hook_type => 'AD');
252: --
253: end;