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 833: from sys.dual;

829: 0,
830: sysdate,
831: 0,
832: 1
833: from sys.dual;
834:
835: end if;
836:
837: close c_info_type_id;

Line 869: from sys.dual

865: 0,
866: sysdate,
867: 0,
868: 1
869: from sys.dual
870: where not exists(
871: select 'Y'
872: from hxc_bld_blk_info_type_usages
873: where bld_blk_info_type_id = l_bld_blk_info_type_id);