PSROLEDEFN_VW(SQL View) |
Index Back |
|---|---|
Role Definition ViewAnother view on Role Definition table to select all Roles except 'PeopleSoft Administrator'. (Note: View: PSROLEDEFN_SRCH selects different set of columns.) |
| SELECT rolename , descr , %TextIn(descrlong) , rolestatus FROM PSROLEDEFN WHERE rolename <> 'PeopleSoft Administrator' |
| # | 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 |
| 4 | ROLESTATUS | Character(1) | VARCHAR2(1) NOT NULL |
Role Status
A=Active I=Inactive |