VND_OPRDFN_VW

(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.OPRDEFNDESC , B.VENDOR_ID FROM PSOPRDEFN A ,PSOPRALIAS B WHERE A.OPRID = B.OPRID AND B.OPRALIASTYPE = 'VND'

# 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
3 VENDOR_ID Character(10) VARCHAR2(10) NOT NULL Vendor Identifier