SF_PA_NOPID_VW

(SQL View)
Index Back

Prdn Schs: View by Prdn Area

11/23/98 SCC CN#EN800-4.0: Add distinct since there are now multiple rows for same item in one area. 2/13/98 RS : Created a rel lang view SF_PA_NOPID_LVW RL View Type OTH D

Select distinct a.business_unit, a.prdn_area_code, 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 = 'N' 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_PA_NOPID_LVW
  • # 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 PRDN_AREA_CODE Character(10) VARCHAR2(10) NOT NULL Production Area
    3 INV_ITEM_ID Character(18) VARCHAR2(18) NOT NULL Item ID

    Prompt Table: MASTER_ITEM_TBL

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