RC_ROLENAME_VW(SQL View) |
Index Back |
|---|---|
ROLE NAME VIEWView selecting active roles from psroleuser, used by solutions to set rolename |
| SELECT DISTINCT B.ROLENAME , B.DESCR FROM PSROLEDEFN B WHERE B.ROLETYPE = 'U' AND B.ROLESTATUS = 'A' |
| # | 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 |