EN_PDO_BOM_VW

(SQL View)
Index Back

BOM used in production options

10/21/98 SCC CN#EN800-4.0: Prompt for bom code on area item for production option item. 04/20/00 TKI Fixed related language record

select distinct a.business_unit, a.inv_item_id, a.bom_code, b.descr from PS_MASTER_ITEM_TBL b, ps_set_cntrl_rec c, ps_en_pdo_bom_rtg a where a.business_unit = c.setcntrlvalue and c.recname = 'MASTER_ITEM_TBL' and b.setid = c.setid and a.inv_item_id = b.inv_item_id

  • Related Language Record: EN_PDO_BOM_LVW
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit

    Default Value: OPR_DEF_TBL_FS.BUSINESS_UNIT

    Prompt Table: SP_BUMGOP_NONVW

    2 INV_ITEM_ID Character(18) VARCHAR2(18) NOT NULL Item ID

    Prompt Table: MG_ITEM_APPR_VW

    3 BOM_CODE Number(2,0) SMALLINT NOT NULL CN# EN800-3.0, anna 09/21 added new field to database
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description