DBA Data[Home] [Help]

APPS.HXC_VTL_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_vtl_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_vtl_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 192: when hr_api.cannot_find_prog_unit then

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

Line 194: hr_api.cannot_find_prog_unit_error

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