DBA Data[Home] [Help]

APPS.HXC_HAT_BUS dependencies on HXC_ALIAS_DEFINITIONS

Line 273: from hxc_alias_definitions had,

269: select 'error'
270: from sys.dual
271: where exists(
272: select 'x'
273: from hxc_alias_definitions had,
274: hxc_alias_types hat
275: where hat.alias_type_id = p_alias_type_id and
276: hat.alias_type_id = had.alias_type_id
277: );