SF_LOT_BC_VW(SQL View) |
Index Back |
---|---|
BCT Lot Component View971031 cam (CN# SF750-10.0) : Prompt table view for component based lots used in barcode panels. Limits to lots with active status and at least some quantity available. |
SELECT BUSINESS_UNIT , INV_ITEM_ID , INV_LOT_ID , DESCR FROM PS_LOT_CONTROL_INV WHERE AVAIL_STATUS <> '3' AND AVAIL_STATUS <> '4' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | COMPONENT_ID | Character(18) | VARCHAR2(18) NOT NULL | 04/10/00 (Internet Architecture) SCC: Uppercase label Id. |
3 | INV_LOT_ID | Character(15) | VARCHAR2(15) NOT NULL | Lot ID |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |