SP_ISET_CLSVW(SQL View) | 
Index Back | 
|---|---|
Sec Vw - ISet - OperatorClass | 
| select distinct a.institution_set ,b.oprclass ,a.descr ,c.access_cd from ps_institution_set a ,PSOPRDEFN b ,ps_sec_iset_cls c where c.access_cd = 'Y' and c.institution_set = a.institution_set and c.oprclass = b.oprclass | 
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description | 
|---|---|---|---|---|
| 1 | Character(5) | VARCHAR2(5) NOT NULL | Institution Set | |
| 2 | Character(30) | VARCHAR2(30) NOT NULL | Operator Class | |
| 3 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description | 
| 4 | ACCESS_CD | Character(1) | VARCHAR2(1) NOT NULL | 
Access Code
 N=No Access Y=Read/Write Access  |