GB_XLAT_FLD_LNG(SQL View) |
Index Back |
|---|---|
GB Xlat Fields ViewThis view returns all the fields that are defined as Xlat |
| SELECT B.LANGUAGE_CD , A.FIELDNAME FROM PSDBFIELD A , PSXLATITEMLANG B WHERE A.FIELDNAME = B.FIELDNAME AND A.FIELDTYPE = 0 AND A.LENGTH <= 4 AND %EffdtCheck(PSXLATITEMLANG, B, %CurrentDateIn) |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
| 2 | FIELDNAME | Character(18) | VARCHAR2(18) NOT NULL | Field Name (see PSDBFIELD). |