DBA Data[Home] [Help]

APPS.HXC_HAS_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_has_shd.g_api_dml := false; -- Unset the api dml status
89: hxc_has_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_has_shd.g_api_dml := false; -- Unset the api dml status
89: hxc_has_shd.constraint_error
90: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
91: When Others Then
92: hxc_has_shd.g_api_dml := false; -- Unset the api dml status
93: Raise;
94: End delete_dml;

Line 207: when hr_api.cannot_find_prog_unit then

203: );
204: --
205: exception
206: --
207: when hr_api.cannot_find_prog_unit then
208: --
209: hr_api.cannot_find_prog_unit_error
210: (p_module_name => 'HXC_APPROVAL_STYLES'
211: ,p_hook_type => 'AD');

Line 209: hr_api.cannot_find_prog_unit_error

205: exception
206: --
207: when hr_api.cannot_find_prog_unit then
208: --
209: hr_api.cannot_find_prog_unit_error
210: (p_module_name => 'HXC_APPROVAL_STYLES'
211: ,p_hook_type => 'AD');
212: --
213: end;