SF_SERRTN_BC_VW(SQL View) |
Index Back |
---|---|
BCT Serial Comp Returns View980226 cam (CN# SF750-10.0) : Prompt table view of serial identifiers used by BCT for kit and edit issue returns. Strictly limits the view to only those serials for the same PID, component/op, qty code, lot and container combination. 04/01/99 meg (cn#sf800-27.0) Removed container_id. |
SELECT a.business_unit , a.production_id , a.component_id , a.op_sequence , a.qty_code , a.inv_lot_id , a.serial_id FROM PS_SF_COMP_QTY a WHERE a.qty_base > 0 |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PRODUCTION_ID | Character(10) | VARCHAR2(10) NOT NULL | Production ID |
3 | COMPONENT_ID | Character(18) | VARCHAR2(18) NOT NULL | 04/10/00 (Internet Architecture) SCC: Uppercase label Id. |
4 | OP_SEQUENCE | Number(4,0) | SMALLINT NOT NULL | Operation Sequence |
5 | QTY_CODE | Character(3) | VARCHAR2(3) NOT NULL |
Per
ASY=Assembly ORD=Order |
6 | INV_LOT_ID | Character(15) | VARCHAR2(15) NOT NULL | Lot ID |
7 | SERIAL_ID | Character(20) | VARCHAR2(20) NOT NULL | Serial ID |