SPITYPPYCLSVWLN

(SQL View)
Index Back

Sec Vw Item type Payments- Cls

SPITYPPYCLSVWLN is the language record view related to SP_ITYPPY_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 , c.language_cd , c.descr FROM ps_item_type_tbl a , ps_item_type_lng c , PSOPRDEFN d , ps_sec_item_cls k 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 = 'P' AND k.setid = a.setid AND k.item_type = a.item_type AND k.oprclass = d.oprclass AND a.setid= c.setid AND a.item_type = c.item_type AND a.effdt = c.effdt

  • Related Language Record for SP_ITYPPY_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