SPISETCLSVWLNG(SQL View) |
Index Back |
---|---|
Sec Vw- ISet - OprClassSPISETCLSVWLNG is the language record related to SP_ISET_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.institution_set ,b.oprclass ,a.LANGUAGE_CD ,a.descr FROM ps_INSTITUTSETLNG a ,PSOPRDEFN b ,ps_sec_iset_cls c WHERE c.access_cd = 'Y' AND c.institution_set = a.institution_set AND c.oprclass = b.oprclass |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION_SET | Character(5) | VARCHAR2(5) NOT NULL | Institution Set |
2 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL | Operator Class |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |