SF_LOTCFG_BC_VW(SQL View) |
Index Back |
---|---|
BCT Lot Config Component View971031 cam (CN# SF750-10.0) : Prompt table view for configured component lots used in barcode panels. View limits to lots with active status and at quantity available. |
select BUSINESS_UNIT, INV_ITEM_ID, INV_LOT_ID, CONFIG_CODE, DESCR from PS_LOT_CONTROL_INV where AVAIL_STATUS <> '3' and AVAIL_STATUS <> '4' and QTY_AVAILABLE > 0 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(18) | VARCHAR2(18) NOT NULL | 04/10/00 (Internet Architecture) SCC: Uppercase label Id. | |
3 | Character(15) | VARCHAR2(15) NOT NULL | Lot ID | |
4 | CONFIG_CODE | Character(50) | VARCHAR2(50) NOT NULL | Product Configurator |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |