DBA Data[Home] [Help]

APPS.HXC_HTC_DEL dependencies on HR_API

Line 86: When hr_api.child_integrity_violated then

82: hr_utility.set_location(' Leaving:'||l_proc, 10);
83: end if;
84: --
85: Exception
86: When hr_api.child_integrity_violated then
87: -- Child integrity has been violated
88: hxc_htc_shd.g_api_dml := false; -- Unset the api dml status
89: hxc_htc_shd.constraint_error
90: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

86: When hr_api.child_integrity_violated then
87: -- Child integrity has been violated
88: hxc_htc_shd.g_api_dml := false; -- Unset the api dml status
89: hxc_htc_shd.constraint_error
90: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
91: When Others Then
92: hxc_htc_shd.g_api_dml := false; -- Unset the api dml status
93: Raise;
94: End delete_dml;

Line 202: when hr_api.cannot_find_prog_unit then

198: );
199:
200: exception
201: --
202: when hr_api.cannot_find_prog_unit then
203: --
204: hr_api.cannot_find_prog_unit_error
205: (p_module_name => 'HXC_TIME_CATEGORIES'
206: ,p_hook_type => 'AD');

Line 204: hr_api.cannot_find_prog_unit_error

200: exception
201: --
202: when hr_api.cannot_find_prog_unit then
203: --
204: hr_api.cannot_find_prog_unit_error
205: (p_module_name => 'HXC_TIME_CATEGORIES'
206: ,p_hook_type => 'AD');
207: --
208: end;