DBA Data[Home] [Help]

APPS.HXC_HAV_SHD dependencies on HXC_ALIAS_VALUES_TL

Line 99: hxc_alias_values_tl havt

95: ,attribute29
96: ,attribute30
97: ,object_version_number
98: from hxc_alias_values hav,
99: hxc_alias_values_tl havt
100: where hav.alias_value_id = p_alias_value_id
101: and havt.language = USERENV('LANG')
102: and havt.alias_value_id = hav.alias_value_id;
103: --

Line 205: hxc_alias_values_tl havt

201: ,attribute29
202: ,attribute30
203: ,object_version_number
204: from hxc_alias_values hav,
205: hxc_alias_values_tl havt
206: where hav.alias_value_id = p_alias_value_id
207: and havt.language = USERENV('LANG')
208: and havt.alias_value_id = hav.alias_value_id
209: for update nowait;