SF_LOTEDT_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 for production schedules. View limits the data to the production area/component/op combination. View hangs off of another view, SF_COMPQTY_VW, which already limits to production schedules. |
SELECT A.business_unit, A.prdn_area_code, A.component_id, A.op_sequence, A.revision, A.qty_code, A.inv_lot_id FROM PS_SF_COMPQTY_VW A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | PRDN_AREA_CODE | Character(10) | VARCHAR2(10) NOT NULL | Production Area |
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 | REVISION | Character(4) | VARCHAR2(4) NOT NULL | 01/27/2000 RML Added "As of" label |
6 | QTY_CODE | Character(3) | VARCHAR2(3) NOT NULL |
Per
ASY=Assembly ORD=Order |
7 | INV_LOT_ID | Character(15) | VARCHAR2(15) NOT NULL | Lot ID |