LOCATION_WRKVLN(SQL View) |
Index Back |
---|---|
Rel Lang-Location-Worker ViewLOCATION_WRKVLN is the language record related to LOCATION_WRK_VW. 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.LOCATION , B.LANGUAGE_CD , B.DESCR , B.DESCR_AC , B.DESCRSHORT FROM PS_LOCATION_TBL A , PS_LOCATION_LANG B WHERE A.EFFDT = ( SELECT MAX(C.EFFDT) FROM PS_LOCATION_TBL C WHERE C.SETID = A.SETID AND C.LOCATION = A.LOCATION AND C.EFFDT <= %CurrentDateIn) AND A.EFF_STATUS = 'A' AND A.SETID = B.SETID AND A.LOCATION = B.LOCATION AND A.EFFDT = B.EFFDT |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID_LOCATION | Character(5) | VARCHAR2(5) NOT NULL |
Location SetID
Prompt Table: SP_SETID_NONVW |
2 | LOCATION | Character(15) | VARCHAR2(15) NOT NULL | This field stores the Location Code. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCR_AC | Character(30) | VARCHAR2(30) NOT NULL | Alternate Description |
6 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |