DBA Data[Home] [Help]

APPS.WMS_CROSS_DOCK_PVT dependencies on MTL_UNITS_OF_MEASURE

Line 404: mtl_units_of_measure muom

400: mtrl.reference_id,
401: mtrl.transaction_source_type_id
402: FROM mtl_txn_request_lines mtrl,
403: mtl_system_items msi,
404: mtl_units_of_measure muom
405: WHERE mtrl.lpn_id = l_lpn_id -- the MTRL is within the LPN
406: AND (mtrl.line_id = p_move_order_line_id OR p_move_order_line_id IS NULL)
407: AND mtrl.backorder_delivery_detail_id IS NULL -- this LPN has not crossdocked yet
408: AND (mtrl.quantity_detailed = 0 OR mtrl.quantity_detailed IS NULL) -- no MMTT is created for this LPN