| SCC_DPTTBL_LANG(SQL View) | Index Back | 
|---|---|
| DEPTID/OPRCLASS Security VwSCC_DEPT_TBL_VW is a view used for data security purposes. It identifies which operator classes have access to which departments' employee data. | 
| SELECT DEPT.SETID ,DEPT.DEPTID ,DEPTLANG.LANGUAGE_CD ,DEPTLANG.DESCR ,DEPTLANG.DESCRSHORT FROM PS_DEPT_TBL DEPT ,PS_DEPT_TBL_LANG DEPTLANG WHERE DEPT.SETID = DEPTLANG.SETID AND DEPT.DEPTID = DEPTLANG.DEPTID AND DEPT.EFFDT = DEPTLANG.EFFDT | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | SetID Prompt Table: SET_DEPT_VLD_VW | |
| 2 | Character(10) | VARCHAR2(10) NOT NULL | Department Prompt Table: DEPT_TBL | |
| 3 | 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 |