IN_PRO_ID_ALLVW

(SQL View)
Index Back

IN Peggable Supply View

07/26/04 EGS: Created

SELECT DISTINCT A.BUSINESS_UNIT , A.PRODUCTION_ID , B.PROD_STATUS , A.MG_OUTPUT_ITEM FROM PS_SF_OUTPUT_LIST A , PS_SF_PRDNID_HEADR B WHERE A.BUSINESS_UNIT = B.BUSINESS_UNIT AND A.PRODUCTION_ID = B.PRODUCTION_ID AND A.MG_OUTPUT_TYPE = 'CP' AND B.MA_PRDN_ID_FLG = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 BUSINESS_UNIT_IN Character(5) VARCHAR2(5) NOT NULL Inventory Unit
2 PRODUCTION_ID Character(10) VARCHAR2(10) NOT NULL Production ID
3 PROD_STATUS Character(2) VARCHAR2(2) NOT NULL Production Status
10=Entered
15=Firmed
20=Released
30=In Process
40=Pend Cmpl
50=Completed
60=Clsd/Labor
70=Clsd/Acctg
90=Canceled
4 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.