EN_BOM_OUT_VW

(SQL View)
Index Back

Output View

04/12/00 ST CN# EN800-1.0 Created view to select only Output Items.

SELECT DISTINCT A.BUSINESS_UNIT , A.BOM_TYPE , A.BOM_STATE , A.MG_OUTPUT_ITEM , B.DESCR , A.BOM_CODE FROM PS_EN_BOM_OUTPUTS A , PS_MASTER_ITEM_TBL B , PS_SET_CNTRL_REC C WHERE A.BUSINESS_UNIT = C.SETCNTRLVALUE AND C.RECNAME = 'MASTER_ITEM_TBL' AND B.SETID = C.SETID AND A.MG_OUTPUT_ITEM = B.INV_ITEM_ID

  • Related Language Record: EN_BOM_OUT_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    2 BOM_TYPE Character(2) VARCHAR2(2) NOT NULL 03/26/00 RML Added a label "Type"
    PR=Production
    RW=Rework
    3 BOM_STATE Character(2) VARCHAR2(2) NOT NULL BOM State
    EN=Engineering
    PR=Manufacturing
    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.
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description
    6 BOM_CODE Number(2,0) SMALLINT NOT NULL CN# EN800-3.0, anna 09/21 added new field to database