GP_SRCH_DEPT_VL(SQL View) |
Index Back |
---|---|
GP Department viewThis view is to retrieve the fields deptid and descr from dept table to use in GP search features. |
SELECT DEPTID ,LANGUAGE_CD ,DESCR FROM PS_DEPT_TBL_LANG |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DEPTID | Character(10) | VARCHAR2(10) NOT NULL | Department |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |