RPM_GOALS_VW(SQL View) |
Index Back |
---|---|
ALL GOALs in Use in SmartViewsThis view shows all the goals are in use by SmartViews |
SELECT DISTINCT C.SETID , B.RSP_GOAL_ID FROM PS_RPM_USER_TEMPL A , PS_RSP_TP_GOAL B , PS_RSP_TEMPLATE_VW C , PS_RPM_GOAL_PERIOD WHERE A.RSP_UID20 = B.RSP_UID20 AND A.RSP_UID20 = C.RSP_UID20 |
# | 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 | RSP_GOAL_ID | Character(10) | VARCHAR2(10) NOT NULL | This field is used as a key on the Goal Setup table (RSP_GOAL) and is auto generated on save. |