RPM_GOAL_PER_VW

(SQL View)
Index Back

Metric Update Period View

This view consist of all the periods a view should be updated for.

SELECT A.SETID , A.RSP_GOAL_ID , A.TIMEFRAME_PERIOD , A.BEGIN_DATE , A.END_DATE , A.RPM_ENABLE_ON , A.LAST_UPDATE_DTTM , A.STATUS_CODE , B.BEGIN_DT , B.END_DT FROM PS_RPM_GOAL_PERIOD A , PS_RPM_TIMEFRAME_V B WHERE A.TIMEFRAME_PERIOD = B.TIMEFRAME_PERIOD

# 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.
3 TIMEFRAME_PERIOD Character(32) VARCHAR2(32) NOT NULL Time Frame

Prompt Table: RPM_TIMEFRAME_V

4 BEGIN_DATE Date(10) DATE NOT NULL Begin Date
5 END_DATE Date(10) DATE NOT NULL End date field to store an end date.
6 RPM_ENABLE_ON Character(1) VARCHAR2(1) NOT NULL Determine if a metric is selected to be shown or not

Y/N Table Edit

Default Value: Y

7 LAST_UPDATE_DTTM DateTime(26) TIMESTAMP Specifies the date and time of the last update to an entry. This field is maintained by PeopleSoft and is used in a variety of contexts.
8 STATUS_CODE Number(5,0) INTEGER NOT NULL Status Code
9 BEGIN_DT Date(10) DATE Begin Date
10 END_DT Date(10) DATE This field stores the end date values.