AV_OPRDEFN_SRCH

(SQL View)
Index Back

User ID search view

This 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.EMPLID , B.NAME FROM PSOPRDEFN A , PS_HCR_PERSON_NM_I B WHERE A.EMPLID = B.EMPLID

# 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 EMPLID Character(11) VARCHAR2(11) NOT NULL Employee ID
3 NAME Character(50) VARCHAR2(50) NOT NULL Name