SP_RASGN_CLSVW(SQL View) |
Index Back |
---|---|
User ID search viewThis is a dynamic view because if it is made a regular view, it is trated as a security view, ie, a where clause is added. |
SELECT S.BUSINESS_UNIT , A.OPRID , A.OPRDEFNDESC FROM PSOPRDEFN A , PS_SEC_BU_CLS S WHERE A.ROWSECCLASS = S.OPRCLASS |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | BUSINESS_UNIT | Character(5) | VARCHAR2(5) NOT NULL | Business Unit |
2 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
3 | OPRDEFNDESC | Character(30) | VARCHAR2(30) NOT NULL | Description field for a user |