CM_SF_OUTLST_VW

(SQL View)
Index Back

PID Tot Output

3/21/03 lee: Initial create. Used in the PID Progress Inquiry.

SELECT BUSINESS_UNIT , PRODUCTION_ID , MG_OUTPUT_ITEM , CONFIG_CODE , SUM(MG_NEW_OUTPUT_QTY) FROM PS_SF_OUTPUT_LIST GROUP BY BUSINESS_UNIT , PRODUCTION_ID , MG_OUTPUT_ITEM , CONFIG_CODE

# 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 MG_OUTPUT_ITEM 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

4 CONFIG_CODE Character(50) VARCHAR2(50) NOT NULL Product Configurator

Prompt Table: SF_CFG_OUT_VW

5 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.