SF_TRC_TD_VW2(SQL View) |
Index Back |
---|---|
TD Completions Serial ID View201/31/2003 MDS CN#MG880-Genealogy: Added serial ID prompt table for completing serial_in_prdn teardown outputs. |
SELECT A.SETID_INV_ITEM , A.BUSINESS_UNIT , A.PRODUCTION_ID , B.COMPONENT_ID , B.COMP_SERIAL_ID , A.INV_ITEM_ID , A.SERIAL_ID , A.INV_LOT_ID , B.BUSINESS_UNIT , B.TRANSACTION_NBR , B.OP_SEQUENCE , B.MG_ORIG_COMP_ID , B.QTY_CODE , B.COMP_LOT_ID , B.SCHED_QTY , B.SF_TEARDOWN_QTY FROM PS_SF_TRC_PRDN A , PS_SF_TRC_TD_VW1 B WHERE A.SF_TRAC_TRAN_TYPE = '1002' AND A.SF_TRC_PRDN_STATUS = '1' AND A.SETID_INV_ITEM = B.SETID_INV_ITEM AND A.INV_ITEM_ID = B.INV_ITEM_ID AND A.SERIAL_ID = B.SERIAL_ID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Inv Items SETID | |
2 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
3 | Character(10) | VARCHAR2(10) NOT NULL | 01/31/03 MDS CN#MG880-Genealogy: Needed this clone of production_id for the serial id prompt table in td completions because tools always finds a blank production_id (because it's on multiple records in this component). | |
4 | Character(18) | VARCHAR2(18) NOT NULL | 01/31/03 MDS CN#MG880-Genealogy: Needed this clone of mg_output_item for the serial id prompt table in td completions because tools always finds a blank mg_output_item (because it's on multiple records in this component). | |
5 | Character(20) | VARCHAR2(20) NOT NULL | Serial ID | |
6 | INV_ITEM_ID | Character(18) | VARCHAR2(18) NOT NULL | Item ID |
7 | SERIAL_ID | Character(20) | VARCHAR2(20) NOT NULL | Serial ID |
8 | INV_LOT_ID | Character(15) | VARCHAR2(15) NOT NULL | Lot ID |
9 | SF_TDU_BUS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | 02/28/03 MDS CN#MG880-Genealogy: Needed this clone of business_unit to keep track of business_unit selected from sf_trc_usag. |
10 | TRANSACTION_NBR | Number(15,0) | DECIMAL(15) NOT NULL | 08/02/99 NAS: Changed the size of this field from 10 to 15. Based on Jim Hillman's decision to make the field at a standard size. |
11 | OP_SEQUENCE | Number(4,0) | SMALLINT NOT NULL | Operation Sequence |
12 | MG_ORIG_COMP_ID | Character(18) | VARCHAR2(18) NOT NULL | original component ID |
13 | QTY_CODE | Character(3) | VARCHAR2(3) NOT NULL |
Per
ASY=Assembly ORD=Order |
14 | COMP_LOT_ID | Character(15) | VARCHAR2(15) NOT NULL | Component Lot ID |
15 | SCHED_QTY | Number(12,4) | DECIMAL(11,4) NOT NULL | Component Scheduled Qty |
16 | SF_TEARDOWN_QTY | Number(12,4) | DECIMAL(11,4) NOT NULL | Quantity Torn Down |