SF_PRDN_LOT_VW(SQL View) |
Index Back |
---|---|
Production Lot ID ViewProduction Lot ID View for use by Receiving and RTV processing in purchasing. |
SELECT DISTINCT A.BUSINESS_UNIT , A.INV_ITEM_ID , A.INV_LOT_ID FROM PS_LOT_CONTROL_INV A WHERE A.AVAIL_STATUS <> '3' AND A.AVAIL_STATUS <> '4' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Inventory Unit | |
2 | Character(18) | VARCHAR2(18) NOT NULL | Item Number | |
3 | Character(15) | VARCHAR2(15) NOT NULL | Lot ID |