SPITYPECLSVWLNG

(SQL View)
Index Back

Sec Vw - Item type - Opr Class

SPITYPECLSVWLNG is the language record related to SP_ITYPE_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 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_ITYPE_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