RSP_MTRC_NM_VW

(SQL View)
Index Back

Portfolio Metrics

Setup table to define Goals which can be selected in template as well as in Plans.

SELECT SETID , GOAL_NAME , RSP_GOAL_ID , RSP_TARGET_TYPE , EOCF_LIB_TERM_ID , EOCF_CONFIG_ID , RSP_VARIANCE_IND FROM PS_RSP_GOAL_TBL WHERE STATUS = 'A' AND RSP_GOAL_USAGE IN ('D', 'B')

# 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 GOAL_NAME Character(50) VARCHAR2(50) NOT NULL Used in strategic account planning for identifying goal name.
3 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.
4 RSP_TARGET_TYPE Character(1) VARCHAR2(1) NOT NULL This field is used by Strategic Planning to define target type like Amount, Percent etc.
1=Amount
2=Percent
3=Quantity
4=Other
5 EOCF_LIB_TERM_ID Number(31,0) DECIMAL(31) NOT NULL a library element that can be evaluated. NOTE: this primary key value is actually a foreign key to the library element portion of a term. Terms are sub-types of elements.

Prompt Table: EOCF_TERM_DEFN

6 EOCF_CONFIG_ID Number(31,0) DECIMAL(31) NOT NULL the unique identifier for a phrase definition (ignoring versioning)
7 RSP_VARIANCE_IND Character(1) VARCHAR2(1) NOT NULL Field used by Strategic Planning to define Variance Indicator (High is positive vs. Low is positive)
H=High is Positive
L=Low is Positive

Default Value: H