RY_TMPL_OPRM_VW

(SQL View)
Index Back

Template Security View

This view shows all templates secured by marketing centers

SELECT DISTINCT A.SETID , A.RY_PGTEMPL_ID , B.OPRID FROM PS_RY_MKTCTR_TMPL A , ps_ra_mc_opranc_vw B , PS_RY_PG_TEMPL C WHERE a.ra_mkt_center= b.ra_mkt_center AND A.SETID = C.SETID AND A.RY_PGTEMPL_ID = C.RY_PGTEMPL_ID AND C.RY_SECURE_TMPL = 'Y'

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 SETID Character(5) VARCHAR2(5) NOT NULL This field is used to store the value of SetID on various setup tables.
2 RY_PGTEMPL_ID Number(18,0) DECIMAL(18) NOT NULL Field used by Online Marketing.
3 OPRID Character(30) VARCHAR2(30) NOT NULL A user's ID (see PSOPRDEFN).