DBA Data[Home] [Help]

APPS.HXC_ALIAS_UTILITY dependencies on HXC_MAPPING_COMPONENTS

Line 51: from hxc_mapping_components hmc,

47: cursor g_mapping_info is
48: select hmc.bld_blk_info_type_id,segment,bld_blk_info_type,
49: hatc.component_type,hatc.component_name,bldu.building_block_category,
50: reference_object
51: from hxc_mapping_components hmc,
52: hxc_alias_types hat,
53: hxc_alias_type_components hatc,
54: hxc_alias_definitions had,
55: hxc_bld_blk_info_type_usages bldu,

Line 1091: from hxc_mapping_components hmc,

1087: cursor crs_mapping_info is
1088: select hmc.bld_blk_info_type_id,segment,bld_blk_info_type,
1089: hatc.component_type,hatc.component_name,bldu.building_block_category,
1090: reference_object
1091: from hxc_mapping_components hmc,
1092: hxc_alias_types hat,
1093: hxc_alias_type_components hatc,
1094: hxc_alias_definitions had,
1095: hxc_bld_blk_info_type_usages bldu,

Line 1247: from hxc_mapping_components hmc,

1243: cursor crs_mapping_info is
1244: select hmc.bld_blk_info_type_id,segment,bld_blk_info_type,
1245: hatc.component_type,hatc.component_name,bldu.building_block_category,
1246: reference_object
1247: from hxc_mapping_components hmc,
1248: hxc_alias_types hat,
1249: hxc_alias_type_components hatc,
1250: hxc_alias_definitions had,
1251: hxc_bld_blk_info_type_usages bldu,