SF_PA_NOPID_VW3

(SQL View)
Index Back

Prdn Schs: View by Item ID

2/19/98 RS : Created rel language view SA_PA_NOPIDLVW2 RL View Type C2 copied vw2 to vw3 and ma_prdn_id_flg = Y for the incident RTNT159-D25Y6 06/22/00 lee - changed rlv to sf_panopid_lvw3

Select distinct a.business_unit, a.inv_item_id, b.descr From PS_SF_PRDN_AREA_IT a, PS_MASTER_ITEM_TBL b, PS_SET_CNTRL_REC d Where a.ma_prdn_id_flg = 'Y' and d.recname = 'MASTER_ITEM_TBL' and d.setcntrlvalue = a.business_unit and b.setid=d.setid and b.inv_item_id=a.inv_item_id

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

    Prompt Table: BUS_UNIT_TBL_MG

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

    Prompt Table: MASTER_ITEM_TBL

    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description