DBA Data[Home] [Help]

APPS.HXC_CREATE_FLEX_MAPPINGS dependencies on DUAL

Line 334: from dual

330: select
331: hxc_pref_definitions_s.nextval,
332: context_rec.descriptive_flex_context_code,
333: p_flex_name
334: from dual
335: where not exists(
336: select 'Y'
337: from hxc_pref_definitions
338: where code = context_rec.descriptive_flex_context_code

Line 734: from sys.dual;

730: 0,
731: sysdate,
732: 0,
733: 1
734: from sys.dual;
735:
736: end if;
737:
738: close c_info_type_id;

Line 770: from sys.dual

766: 0,
767: sysdate,
768: 0,
769: 1
770: from sys.dual
771: where not exists(
772: select 'Y'
773: from hxc_bld_blk_info_type_usages
774: where bld_blk_info_type_id = l_bld_blk_info_type_id);