SP_ITYPBU_CLSVW

(SQL View)
Index Back

Item Types Given for Bus. Unit


select B.business_unit ,C.item_type ,e.oprclass ,C.descr from ps_set_cntrl_rec A, ps_bus_unit_tbl_sf B, ps_item_type_tbl C ,PSOPRDEFN E ,ps_sec_item_cls k where A.setcntrlvalue = B.institution and A.recname = 'ITEM_TYPE_TBL' and C.setid = A.setid and C.effdt = (select max(D.effdt) from ps_item_type_tbl D where D.setid = C.setid and D.item_type = C.item_type and D.effdt <= %currentdatein) and k.item_type = c.item_type and k.setid = c.setid and k.oprclass = e.oprclass

  • Related Language Record: SPITYPBUCLSVWLN
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 BUSINESS_UNIT Character(5) VARCHAR2(5) NOT NULL Business Unit
    2 ITEM_TYPE Character(12) VARCHAR2(12) NOT NULL Item Type
    3 OPRCLASS Character(30) VARCHAR2(30) NOT NULL Operator Class
    4 DESCR Character(30) VARCHAR2(30) NOT NULL Description