ITEM_TYP_NF_VW

(SQL View)
Index Back

Item Type Refund View


select a.setid, a.item_type, a.descr from PS_ITEM_TYPE_TBL a where a.item_type_cd <> 'F' and a.effdt = (Select Max (b.effdt) from PS_ITEM_TYPE_TBL b where a.setid = b.setid and a.item_type = b.item_type and b.effdt <= %currentdatein and b.eff_status = 'A')

  • Related Language Record: ITEMTYPNFVWLNG
  • # PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
    1 SETID Character(5) VARCHAR2(5) NOT NULL SetID
    2 ITEM_TYPE Character(12) VARCHAR2(12) NOT NULL Item Type
    3 DESCR Character(30) VARCHAR2(30) NOT NULL Description