USERCLASS_VW(SQL View) |
Index Back |
---|---|
Role Classes |
SELECT DISTINCT A.OPRID , A.ROLENAME , B.CLASSID FROM PSROLEUSER_VW A , PSROLECLASS B WHERE B.ROLENAME = A.ROLENAME |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
2 | ROLENAME | Character(30) | VARCHAR2(30) NOT NULL | The name of a Role in the Role Definition Table (see PSROLEDEFN). |
3 | CLASSID | Character(30) | VARCHAR2(30) NOT NULL |
The name of the class (see PSCLASSDEFN).
Prompt Table: PSCLASSDEFN |