| SPITYPPCNONVWLN(SQL View) | Index Back | 
|---|---|
| Item Type Pre-Paid Tuition AllSPITYPPCNONVWLN is the language record related to SP_ITYPPC_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.item_type_cd = 'Z' 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 | Character(5) | VARCHAR2(5) NOT NULL | SetID Prompt Table: SP_SETID_NONVW | |
| 2 | Character(12) | VARCHAR2(12) NOT NULL | Item Type Prompt Table: ITEM_TYPE_1_TBL | |
| 3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |