SP_ISET_OPRVW(SQL View) | 
Index Back | 
|---|---|
Sec Vw - ISet - Operator | 
| select distinct a.institution_set ,b.oprid ,a.descr ,c.access_cd from ps_institution_set a ,PSOPRDEFN b ,ps_sec_iset_opr c where c.access_cd = 'Y' and c.institution_set = a.institution_set and c.oprid = b.oprid | 
| # | 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 | A user's ID (see PSOPRDEFN). | |
| 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  |