RY_TMPL_SCRY_VW(SQL View) |
Index Back |
---|---|
Template Security ViewThis view shows all the users that are authorized to view secured and unsecured templates. |
SELECT SETID , RY_PGTEMPL_ID , OPRID FROM PS_RY_TMPL_OPRA_VW UNION SELECT SETID , RY_PGTEMPL_ID , OPRID FROM PS_RY_TMPL_OPRM_VW |
# | 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). |