EMPL_CL_NLD_LNG(SQL View) |
Index Back |
---|---|
Employee Class - Rel Lang NLDThis is the related language table for EMPL_CL_NLD_VW. The Employee Class table is a setup table for employee classes organized by Setid in order to allow different sets of values per regulatory region. This view only selects the values with SETID = "NLD". |
SELECT EMPL_CLASS , LANGUAGE_CD , EFFDT , DESCR , DESCRSHORT FROM PS_EMPL_CL_TBL_LNG WHERE SETID = 'NLD' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | EMPL_CLASS | Character(3) | VARCHAR2(3) NOT NULL | Employee Classification |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | EFFDT | Date(10) | DATE NOT NULL |
Effective Date
Default Value: %date |
4 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | DESCRSHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Description |