GP_DEPT_LANG_VW(SQL View) |
Index Back |
---|---|
Pivot Grif Dept LangDEPT_TBL_LANG is the language record related to DEPT_TBL. Used in Payroll Pivot Grid |
SELECT A.SETID ,A.DEPTID ,A.LANGUAGE_CD ,A.DESCR FROM PS_DEPT_TBL_LANG A WHERE %EffdtCheck(DEPT_TBL_LANG A1, A, %CurrentDateIn) |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | Character(5) | VARCHAR2(5) NOT NULL |
SetID
Default Value: OPR_DEF_TBL_HR.SETID Prompt Table: SET_VLD_HR_01 |
|
2 | Character(10) | VARCHAR2(10) NOT NULL | Department | |
3 | Character(3) | VARCHAR2(3) NOT NULL | Language Code | |
4 | DEPT_DESCR | Character(30) | VARCHAR2(30) NOT NULL | Department Description |