RY_DLG_OPRM_VW

(SQL View)
Index Back

Dialog Security View

This view shows all the users that are authorized to view the dialogs secured by makreting centers.

SELECT A.DIALOG_ID , B.OPRID FROM PS_RY_MKTCTR_DLG A , PS_RA_MC_OPRANC_VW B , PS_RYEDIALOG C WHERE A.RA_MKT_CENTER= B.RA_MKT_CENTER AND A.DIALOG_ID = C.DIALOG_ID AND C.RY_SECURE_DIALOG = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 DIALOG_ID Number(18,0) DECIMAL(18) NOT NULL Dialog ID field to identify both design time and run time dialog.
2 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).