CM_PID_FZST_VW1(SQL View) |
Index Back |
---|---|
PID Outputs w/quant & cost3/21/03 lee: Initial create. Used in the PID Progress Inquiry. |
SELECT A.BUSINESS_UNIT , A.PRODUCTION_ID , A.MG_NEW_OUTPUT_QTY , B.TL_LL_COST FROM PS_CM_SF_OUTLST_VW A , PS_CM_PRDCST_VW B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.CONFIG_CODE = B.CONFIG_CODE (+) AND A.MG_OUTPUT_ITEM = B.INV_ITEM_ID (+) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL | Business Unit | |
2 | Character(10) | VARCHAR2(10) NOT NULL | Production ID | |
3 | MG_NEW_OUTPUT_QTY | Number(12,4) | DECIMAL(11,4) NOT NULL | 10/22/98 (CN#EN800-6.0) LAJ...Created Stores the output item quantity on a Bill of Materials. This value is assumed to be in the UOM of the output item it's associated to. |
4 | TL_LL_COST | Signed Number(16,4) | DECIMAL(14,4) NOT NULL | This/Lower Level Costs |