EM_B_ROL_LBA_VW(SQL View) |
Index Back |
---|---|
eS Buyer Roles ConfiguredReturns list of user-defined Roles that are configured/mapped to eS Buyer role types (excludes System and Buyer Administrators in result set. Add a Buyer Role to System Administrators User Profile to include). |
SELECT A.ROLENAME , A.DESCR FROM PSROLEDEFN A , PS_EM_ROLE_CONFIG B WHERE A.ROLENAME = B.EM_ROLENAME AND B.EM_ROLETYPE IN ('05', '15', '20') |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | ROLENAME | 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 |