DBA Data[Home] [Help]

APPS.HXC_ATC_UPD dependencies on HXC_ALIAS_TYPE_COMPONENTS

Line 72: -- Update the hxc_alias_type_components Row

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

Line 74: update hxc_alias_type_components

70: --
71: --
72: -- Update the hxc_alias_type_components Row
73: --
74: update hxc_alias_type_components
75: set
76: alias_type_component_id = p_rec.alias_type_component_id
77: ,component_name = p_rec.component_name
78: ,component_type = p_rec.component_type

Line 239: (p_module_name => 'HXC_ALIAS_TYPE_COMPONENTS'

235: --
236: when hr_api.cannot_find_prog_unit then
237: --
238: hr_api.cannot_find_prog_unit_error
239: (p_module_name => 'HXC_ALIAS_TYPE_COMPONENTS'
240: ,p_hook_type => 'AU');
241: --
242: end;
243: --