DBA Data[Home] [Help]

APPS.HXC_MAPPING_UTILITIES dependencies on HXC_DEPOSIT_PROCESSES

Line 2003: , hxc_deposit_processes hdp

1999: select distinct hmc.segment, hit.bld_blk_info_type
2000: from hxc_mapping_components hmc
2001: , hxc_mapping_comp_usages hmu
2002: , hxc_mappings hmp
2003: , hxc_deposit_processes hdp
2004: , hxc_bld_blk_info_types hit
2005: where hmu.mapping_id = hmp.mapping_id
2006: and hmp.mapping_id = hdp.mapping_id
2007: and hmc.bld_blk_info_type_id = hit.bld_blk_info_type_id