EM_BNOP_ROLE_VW(SQL View) |
Index Back |
---|---|
eS Roles ConfiguredReturns list of user-defined Roles that are configured to eS Buyer role types, excluding System Administrator and Operational Roles. |
SELECT C.ROLEUSER ,A.ROLENAME , A.DESCR FROM PSROLEDEFN A , PS_EM_ROLE_CONFIG B , PSROLEUSER C WHERE A.ROLENAME = B.EM_ROLENAME AND B.EM_ROLETYPE IN ('05', '10', '15') AND C.ROLENAME = B.EM_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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |