DBA Data[Home] [Help]

APPS.HXC_HAD_UPD dependencies on HXC_ALIAS_DEFINITIONS

Line 72: -- Update the hxc_alias_definitions Row

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

Line 74: update hxc_alias_definitions

70: --
71: --
72: -- Update the hxc_alias_definitions Row
73: --
74: update hxc_alias_definitions
75: set
76: alias_definition_id = p_rec.alias_definition_id
77: ,description = p_rec.description
78: ,alias_definition_name = p_rec.alias_definition_name

Line 248: (p_module_name => 'HXC_ALIAS_DEFINITIONS'

244: --
245: when hr_api.cannot_find_prog_unit then
246: --
247: hr_api.cannot_find_prog_unit_error
248: (p_module_name => 'HXC_ALIAS_DEFINITIONS'
249: ,p_hook_type => 'AU');
250: --
251: end;
252: --