RBD_BSEC_VW(SQL View) |
Index Back |
---|---|
Dashboard BU SecurityThis is the record for the Dashboard Business Unit Security view that converts permission lists to users. |
SELECT C.ROLEUSER ,A.BUSINESS_UNIT FROM %Table(SEC_BU_CLS) A , PSROLECLASS B , PSROLEUSER C WHERE A.OPRCLASS = B.CLASSID AND B.ROLENAME = C.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 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |