EOSU_NONRSTRUSR

(SQL View)
Index Back

Non restricted Users

Sample User Maintenance: List users who are not restricted

SELECT A.OPRID , A.OPRDEFNDESC FROM PSOPRDEFN A WHERE A.OPRID NOT IN ( SELECT B.USERID FROM PS_EOSU_RSTR_USR B)

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 USERID Character(30) VARCHAR2(30) NOT NULL A user's ID

Prompt Table: PSOPRDEFNVW

2 OPRDEFNDESC Character(30) VARCHAR2(30) NOT NULL Description field for a user