SF_LOTRTN_BC_VW(SQL View) |
Index Back |
---|---|
BCT Lot Component Returns View980226 cam (CN# SF750-10.0) : Prompt table view of component based lots used in the bar-code kit returns. View is strictly limited to only those lots assigned to the PID, component, op, qty code combination. |
SELECT a.business_unit , a.production_id , a.component_id , a.op_sequence , a.qty_code , a.inv_lot_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 |