SF_TRC_OUT_VW(SQL View) |
Index Back |
|---|---|
Serial genealogy Usage View08/26/2002 FRD |
| SELECT A.BUSINESS_UNIT , A.INV_ITEM_ID , 0 ,0 , A.SERIAL_ID , A.INV_LOT_ID , A.TRANSACTION_NBR ,A.MG_OUTPUT_TYPE ,A.MG_OUTPUT_ITEM , A.OP_SEQUENCE ,A.OUTPUT_SERIAL_ID ,A.OUTPUT_LOT_ID ,A.NEW_PRDN_QTY ,A.COMPL_QTY ,A.SCRAPPED_QTY , A.CREATEDTTM , A.LAST_MAINT_DTTM , A.LAST_MAINT_OPRID , C.SETID ,C.DESCR FROM PS_SF_TRC_OUT A ,PS_MASTER_ITEM_TBL C WHERE A.MG_OUTPUT_ITEM= C.INV_ITEM_ID |
| # | 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 | Item ID | |
| 3 | Number(15,0) | DECIMAL(15) NOT NULL | Sequence Number | |
| 4 | Number(8,0) | INTEGER NOT NULL | Number to Purge | |
| 5 | Character(20) | VARCHAR2(20) NOT NULL |
Serial ID
Default Value: INSTALLATION_IN.DFLT_SERIAL_ID |
|
| 6 | Character(15) | VARCHAR2(15) NOT NULL |
Lot ID
Default Value: INSTALLATION_IN.DFLT_INV_LOT_ID |
|
| 7 | 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. | |
| 8 | Character(2) | VARCHAR2(2) NOT NULL |
10/22/98 (CN#EN800-6.0) LAJ...Created
Stores the output item type on a Bill of Materials. The type could represent either a co-product (primary or secondary) or a by-product (waste or recycle).
11/23/98 (CN#SF800-13) JNW added teardown xlat
CP=Primary CS=Co-Product RB=Recycle TD=Teardown WB=Waste |
|
| 9 | Character(18) | VARCHAR2(18) NOT NULL |
04/10/00 (Internet Architecture) SCC: Uppercase label Id.
10/22/98 (CN#EN800-6.0) LAJ...Created
Stores the output item number on a Bill of Materials. This item may be either a co-product or a by-product on the BOM. The output type field determines which one it represents. There should always be at least one output item on the BOM at all times; this output item is the same as the BOMs item id.
Prompt Table: %EDITTABLE23 |
|
| 10 | Number(4,0) | SMALLINT NOT NULL |
Operation Sequence
Prompt Table: SF_TRC_COMP_VW2 |
|
| 11 | Character(20) | VARCHAR2(20) NOT NULL | Serial ID | |
| 12 | Character(15) | VARCHAR2(15) NOT NULL | Lot ID | |
| 13 | NEW_PRDN_QTY | Number(12,4) | DECIMAL(11,4) NOT NULL | Production Start Qty |
| 14 | COMPL_QTY | Signed Number(13,4) | DECIMAL(11,4) NOT NULL | Completed Qty |
| 15 | SCRAPPED_QTY | Signed Number(13,4) | DECIMAL(11,4) NOT NULL | Scrapped Qty |
| 16 | CREATEDTTM | DateTime(26) | TIMESTAMP | DateTime of Query Creation |
| 17 | LAST_MAINT_DTTM | DateTime(26) | TIMESTAMP | A system generated value that reflects the date and time a transaction was last modified |
| 18 | LAST_MAINT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Last Maintained By Operator ID |
| 19 | SETID | Character(5) | VARCHAR2(5) NOT NULL | SetID |
| 20 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |