JOBCDTBL_V1_LNG(SQL View) |
Index Back |
---|---|
Current Job Codes ViewJOBCDTBL_V1_LNG is the related language record for JOBCODE_VW which is a view of the JOBCODE_TBL which retrieves only the active, current effective-dated records. |
SELECT A.SETID , A.JOBCODE ,A.LANGUAGE_CD ,A.DESCR ,A.DESCRSHORT FROM PS_JOBCODE_LANG A |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
2 | JOBCODE | Character(15) | VARCHAR2(15) NOT NULL | Job Code or Job Title. |
3 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |