SPITYPTRCLSVWLN

(SQL View)
Index Back

Rel Sec Vw Item type Pymt- Cls

SPITYPTRCLSVWLN is the language record view related to SP_ITYPTR_CLSVW A related language record enables text fields on a table to be translated into various languages for use in other countries.

SELECT DISTINCT a.setid , a.item_type , d.oprclass , e.language_cd , e.descr FROM ps_item_type_tbl a , PSOPRDEFN d , ps_sec_item_cls k , ps_item_type_lng e WHERE a.eff_status='A' 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 a.item_type_cd = 'T' AND k.setid = a.setid AND k.item_type = a.item_type AND k.oprclass = d.oprclass AND a.setid = e.setid AND a.item_type = e.item_type AND a.effdt = e.effdt

  • Related Language Record for SP_ITYPTR_CLSVW
  • # 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 OPRCLASS Character(30) VARCHAR2(30) NOT NULL Operator Class
    4 LANGUAGE_CD Character(3) VARCHAR2(3) NOT NULL Language Code
    5 DESCR Character(30) VARCHAR2(30) NOT NULL Description