192: FROM CSI_COUNTER_ASSOCIATIONS csa,
193: ahl_unit_config_headers auch,
194: csi_counter_readings ccr,
195: ahl_fleet_unit_assocs afua,
196: csi_item_instances cii,
197: csi_counters_vl ccv
198: WHERE afua.unit_config_header_id = auch.unit_config_header_id
199: AND auch.csi_item_instance_id = cii.instance_id
200: AND ccv.counter_id = ccr.counter_id