RA_PRF_OPRA_VW

(SQL View)
Index Back

Dialog Security View

This view shows all the users authorized to view the dialogs. View includes all dialogs that don't have security.

SELECT A.RA_PROFILE_ID ,B.OPRID FROM PS_RA_PROFILE A , PSOPRDEFN B WHERE A.RA_SECURE_PRF <> 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 RA_PROFILE_ID Number(18,0) DECIMAL(18) NOT NULL Profile - profile ID
2 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).