RB_OPRDEFN_VW(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 A.OPRID , A.OPRDEFNDESC FROM PSOPRDEFN A , PSOPRALIAS B , PS_RD_PERSON P , PS_RB_WORKER W WHERE A.OPRID = B.OPRID AND P.PERSON_ID = %Substring(B.OPRALIASVALUE,1,15) AND P.PERSON_ID = W.PERSON_ID |
# | 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 | OPRDEFNDESC | Character(30) | VARCHAR2(30) NOT NULL | Description field for a user |