EOSU_AVBLROLEVW(SQL View) |
Index Back |
|---|---|
Role Definition ViewSample User Maintenance:View which displays only the reviewed roles and restricted roles with a mapping to sample roles |
| SELECT A.ROLENAME , B.DESCR ,B.DESCRLONG FROM PS_EOSU_RVWD_ROLE A , PSROLEDEFN B WHERE A.ROLENAME= B.ROLENAME |
| # | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
|---|---|---|---|---|
| 1 | Character(30) | VARCHAR2(30) NOT NULL | The name of a Role in the Role Definition Table (see PSROLEDEFN). | |
| 2 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
| 3 | DESCRLONG | Long Character | CLOB | Long Description |