DBA Data[Home] [Help]

APPS.WMS_CROSS_DOCK_PVT dependencies on MTL_UNITS_OF_MEASURE

Line 178: mtl_units_of_measure muom

174: mtrl.reference_id,
175: mtrl.transaction_source_type_id
176: FROM mtl_txn_request_lines mtrl,
177: mtl_system_items msi,
178: mtl_units_of_measure muom
179: WHERE mtrl.lpn_id = l_lpn_id -- the MTRL is within the LPN
180: AND (mtrl.line_id = p_move_order_line_id OR p_move_order_line_id IS NULL)
181: AND mtrl.backorder_delivery_detail_id IS NULL -- this LPN has not crossdocked yet
182: AND (mtrl.quantity_detailed = 0 OR mtrl.quantity_detailed IS NULL) -- no MMTT is created for this LPN