LOCTN_LNG_EF_VW(SQL View) |
Index Back |
---|---|
Related Lang-Location Tbl04/09/99 Rene Oineza -- This record has been synchronized with the ERP definition of LOCATION_LANG. Any changes made to this record will have to be applied to the ERP LOCATION_LANG. The record has been renamed to LOCATION_LANG from LOCATN_TBL_LANG. LOCATN_TBL_LANG is the language record related to LOCATION_TBL. A related language record enables text fields on a table to be translated into various languages for use in other countries. |
SELECT SETID , LOCATION , EFFDT , LANGUAGE_CD , DESCR , DESCR_AC , DESCRSHORT FROM PS_LOCATION_LANG LOC WHERE LOC.EFFDT <= ( SELECT MAX(EFFDT) FROM PS_LOCATION_LANG WHERE LOCATION = LOC.LOCATION AND EFFDT <= %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_HR.SETID Prompt Table: SET_LOC_VLD_VW |
2 | LOCATION | Character(10) | VARCHAR2(10) NOT NULL | Location Code |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
5 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
6 | DESCR_AC | Character(30) | VARCHAR2(30) NOT NULL | Alternate Char Description |
7 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |