SPISETOPRVWLNG(SQL View) |
Index Back |
---|---|
Reld Lng Sec Vw - ISet OprSPISETOPRVWLNG is the language record related to SP_ISET_OPRVW . 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.oprid , a.LANGUAGE_CD ,a.descr FROM ps_INSTITUTSETLNG a ,PSOPRDEFN b ,ps_sec_iset_opr c WHERE c.access_cd = 'Y' AND c.institution_set = a.institution_set AND c.oprid = b.oprid |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | INSTITUTION_SET | Character(5) | VARCHAR2(5) NOT NULL | Institution Set |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |