LANG_XLAT_VW(SQL View) |
Index Back |
|---|---|
Translate Vw of Language_SkillLANG_XLAT_VW is an edit table that lists all languages defined in the translate table. If you have fields in the database, other than LANGUAGE_SKILL, that need to be edited against the languages in the translate table, use this record as an edit table. |
| SELECT A.FIELDVALUE , A.EFFDT , A.EFF_STATUS , A.XLATLONGNAME , A.XLATSHORTNAME FROM PSXLATITEM A WHERE A.FIELDNAME = 'LANGUAGE_SKILL' |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(4) | VARCHAR2(4) NOT NULL | Field Value | |
| 2 | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
|
| 3 | EFF_STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Effective Status
A=Active I=Inactive Default Value: A |
| 4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |