SF_PA_VW3

(SQL View)
Index Back

Prdn Areas: View by Item ID

02/13/98 : Saritha: Assigned a related lang record 'SF_PA_LVW3' to the view 2/19/98 RS RL View Type OTH C2

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 b.inv_item_id=a.inv_item_id and d.recname = 'MASTER_ITEM_TBL' and d.setcntrlvalue = a.business_unit and b.setid=d.setid

  • Related Language Record: SF_PA_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