DBA Data[Home] [Help]

APPS.HXC_ATC_BUS dependencies on DUAL

Line 226: from sys.dual

222: p_alias_type_component_id hxc_alias_type_components.alias_type_component_id%TYPE,
223: p_mapping_component_id hxc_alias_type_components.mapping_component_id%TYPE) is
224: Cursor csr_chk_atc IS
225: select 'error'
226: from sys.dual
227: where exists(
228: select 'x'
229: from hxc_alias_type_components hac
230: where hac.alias_type_id = p_alias_type_id AND

Line 268: from sys.dual

264: Procedure chk_dup_comb_ins (p_alias_type_id hxc_alias_type_components.alias_type_id%TYPE,
265: p_mapping_component_id hxc_alias_type_components.mapping_component_id%TYPE) is
266: Cursor csr_chk_atc IS
267: select 'error'
268: from sys.dual
269: where exists(
270: select 'x'
271: from hxc_alias_type_components hac
272: where hac.alias_type_id = p_alias_type_id AND