Inventory Management - EBS (MOSC)

MOSC Banner

Onhand quantity LPN wise

edited Aug 7, 2018 5:00AM in Inventory Management - EBS (MOSC) 1 commentAnswered

Need sql query to pull onhand qty information LPN wise along with item details.Below columns has to be in the query

LPN and LPN creationdate,product, onhadn_qty.Below query is wrong results.

SELECT wln.LICENSE_PLATE_NUMBER InventoryId,

       wln.CREATION_DATE DeliveryDate,

       /*wln.subinventory_code subinventory_code,*/     

       msiv.concatenated_segments ProductId,

             sum(wlc.quantity) Quantity

       ,MMS.STATUS_CODE Status

       ,decode(MMS.STATUS_CODE,'Active','F','T') OnHold

  FROM mtl_parameters mp,

       mtl_lot_numbers mln,

       mtl_item_locations_kfv mil,

       mtl_secondary_inventories msi,

       wms_lpn_contents wlc,

       wms_license_plate_numbers wln,

       mtl_system_items_vl msiv,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center