DBA Data[Home] [Help]

APPS.HXC_ULT_DEL dependencies on HR_API

Line 80: When hr_api.child_integrity_violated then

76: hr_utility.set_location(' Leaving:'||l_proc, 10);
77: end if;
78: --
79: Exception
80: When hr_api.child_integrity_violated then
81: -- Child integrity has been violated
82: --
83: hxc_ult_shd.constraint_error
84: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));

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

80: When hr_api.child_integrity_violated then
81: -- Child integrity has been violated
82: --
83: hxc_ult_shd.constraint_error
84: (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
85: When Others Then
86: --
87: Raise;
88: End delete_dml;

Line 191: when hr_api.cannot_find_prog_unit then

187: );
188: --
189: exception
190: --
191: when hr_api.cannot_find_prog_unit then
192: --
193: hr_api.cannot_find_prog_unit_error
194: (p_module_name => 'HXC_LAYOUTS_TL'
195: ,p_hook_type => 'AD');

Line 193: hr_api.cannot_find_prog_unit_error

189: exception
190: --
191: when hr_api.cannot_find_prog_unit then
192: --
193: hr_api.cannot_find_prog_unit_error
194: (p_module_name => 'HXC_LAYOUTS_TL'
195: ,p_hook_type => 'AD');
196: --
197: end;