SP_DPTST_LCLSVW(SQL View) |
Index Back |
---|---|
Department Table Set IDThis is the related language view is used to validate the Department Set ID by security class |
SELECT B.OPRCLASS , A.SETID , C.LANGUAGE_CD , C.DESCR , C.DESCRSHORT , C.DESCRLONG FROM PS_SP_DPTSET_NONVW A , PS_SEC_SETID_CLS B , PS_SETID_LANG C WHERE A.SETID = B.SETID AND A.SETID = C.SETID |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRCLASS | Character(30) | VARCHAR2(30) NOT NULL | Operator Class |
2 | SETID | Character(5) | VARCHAR2(5) NOT NULL | This field is used to store the value of SetID on various setup tables. |
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 |
6 | DESCRLONG | Long Character | CLOB | Long Description |