DBA Data[Home] [Help]

VIEW: APPS.IC_LOCT_INV_UNALLOC

Source

View Text - Preformatted

SELECT inv.item_id, inv.whse_code, inv.location, inv.loct_onhand, inv.lot_status, inv.lot_id, mst.lot_no, mst.sublot_no, mst.expire_date, sts.prod_ind, sts.order_proc_ind, sts.shipping_ind, sts.nettable_ind from ic_lots_mst mst, ic_lots_sts sts, ic_loct_inv inv WHERE mst.inactive_ind = 0 and inv.item_id = mst.item_id and inv.lot_id = mst.lot_id and inv.lot_status = sts.lot_status and inv.loct_onhand > 0 and inv.lot_id <> 0 and sts.rejected_ind = 0
View Text - HTML Formatted

SELECT INV.ITEM_ID
, INV.WHSE_CODE
, INV.LOCATION
, INV.LOCT_ONHAND
, INV.LOT_STATUS
, INV.LOT_ID
, MST.LOT_NO
, MST.SUBLOT_NO
, MST.EXPIRE_DATE
, STS.PROD_IND
, STS.ORDER_PROC_IND
, STS.SHIPPING_IND
, STS.NETTABLE_IND
FROM IC_LOTS_MST MST
, IC_LOTS_STS STS
, IC_LOCT_INV INV
WHERE MST.INACTIVE_IND = 0
AND INV.ITEM_ID = MST.ITEM_ID
AND INV.LOT_ID = MST.LOT_ID
AND INV.LOT_STATUS = STS.LOT_STATUS
AND INV.LOCT_ONHAND > 0
AND INV.LOT_ID <> 0
AND STS.REJECTED_IND = 0