SPITYPENONVWLNG(SQL View) |
Index Back |
---|---|
Reld Lng Sec Vw - Item TypeSPITYPENONVWLNG is the language record related to SP_ITYPE_NONVW . A related language record enables text fields on a table to be translated into various languages for use in other countries. |
SELECT a.setid , a.item_type , e.LANGUAGE_CD , e.descr FROM PS_ITEM_TYPE_TBL a , 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.setid = e.setid AND a.item_type=e.item_type AND a.effdt = e.effdt |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Prompt Table: SP_SETID_NONVW |
2 | ITEM_TYPE | Character(12) | VARCHAR2(12) NOT NULL |
Item Type
Prompt Table: ITEM_TYPE_1_TBL |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |