DBA Data[Home] [Help]

APPS.HXC_HAT_UPD dependencies on HXC_ALIAS_TYPES

Line 72: -- Update the hxc_alias_types Row

68: p_rec.object_version_number := p_rec.object_version_number + 1;
69: --
70: --
71: --
72: -- Update the hxc_alias_types Row
73: --
74: update hxc_alias_types
75: set
76: alias_type_id = p_rec.alias_type_id

Line 74: update hxc_alias_types

70: --
71: --
72: -- Update the hxc_alias_types Row
73: --
74: update hxc_alias_types
75: set
76: alias_type_id = p_rec.alias_type_id
77: ,alias_type = p_rec.alias_type
78: ,reference_object = p_rec.reference_object

Line 227: (p_module_name => 'HXC_ALIAS_TYPES'

223: --
224: when hr_api.cannot_find_prog_unit then
225: --
226: hr_api.cannot_find_prog_unit_error
227: (p_module_name => 'HXC_ALIAS_TYPES'
228: ,p_hook_type => 'AU');
229: --
230: end;
231: --