ORGLOCATIONVWLN(SQL View) |
Index Back |
---|---|
Reld Lang Orgn Location ViewORGLOCATIONVWLN is the language record related to ORG_LOCATION_VW. A related language record enables text fields on a table to be translated into various languages for use in other countries. |
SELECT A.EXT_ORG_ID , A.ORG_LOCATION , A.EFFDT , A.LANGUAGE_CD , A.DESCR FROM PS_ORG_LOC_LANG A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EXT_ORG_ID | Character(11) | VARCHAR2(11) NOT NULL | External Org ID |
2 | ORG_LOCATION | Number(3,0) | SMALLINT NOT NULL | Location Nbr |
3 | EFFDT | Date(10) | DATE | Effective Date |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |