RD_OPR_PR_NM_V3

(SQL View)
Index Back

OPRs created Worker Role

View to get the Person ID, BO ID, and primary BO Display Name for a given User ID (OPRID). This User ID has created a Worker Role.

SELECT A.OPRID , A.OPRID , B.PERSON_ID , B.BO_ID , B.BO_NAME_DISPLAY FROM PS_RD_OPR_PR_NM_V2 A , PS_RD_OPR_PR_NM_V1 B WHERE A.OPRID = B.OPRID (+)

# 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 ROW_ADDED_OPRID Character(30) VARCHAR2(30) NOT NULL ID of user who added the row.
3 PERSON_ID Character(15) VARCHAR2(15) NOT NULL Person ID
4 BO_ID Signed Number(32,0) DECIMAL(31) NOT NULL Business Object ID
5 BO_NAME_DISPLAY Character(80) VARCHAR2(80) NOT NULL Full name of the Business Object