RSP_GOAL_TBL(SQL Table) |
Index Back |
---|---|
Strategic Plan GoalsSetup table to define Goals which can be selected in template as well as in Plans. |
# | 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.
Default Value: NEXT |
3 | GOAL_NAME | Character(50) | VARCHAR2(50) NOT NULL | Used in strategic account planning for identifying goal name. |
4 | NAMESHORT | Character(10) | VARCHAR2(10) NOT NULL |
Short Name
Default Value: RSP_GOAL_TBL.GOAL_NAME |
5 | RSP_GOAL_USAGE | Character(1) | VARCHAR2(1) NOT NULL |
Flag to indicate whether a row in RSP_GOAL_TBL is a goal or a metric or both.
B=Both - Planning & SmartViews D=SmartViews S=Planning Default Value: B |
6 | 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 |
7 | STATUS | Character(1) | VARCHAR2(1) NOT NULL |
Status Indicator
A=Active I=Inactive Default Value: A |
8 | RSP_PLAN_TYPE | Character(15) | VARCHAR2(15) NOT NULL |
This field is used by the Strategic Planning to define various plan types setup in the system.
Prompt Table: RSP_PLAN_TYPE |
9 | 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 |
10 | EOCF_CONFIG_ID | Number(31,0) | DECIMAL(31) NOT NULL | the unique identifier for a phrase definition (ignoring versioning) |
11 | RSP_ASSESSMENT_CD | Character(2) | VARCHAR2(2) NOT NULL |
Assessment code to define status breaks (comparing attainment with target)
Prompt Table: RSP_ASSESSMENT |
12 | RSP_MAX_TARGET | Signed Number(32,2) | DECIMAL(30,2) NOT NULL | Field used in the goal setup page to capture the maximum target value allowed for a goal. |
13 | RSP_MIN_TARGET | Signed Number(32,2) | DECIMAL(30,2) NOT NULL | Field used in the goal setup page to capture the minimum target value allowed for a goal. |
14 | RSP_DFLT_TARGET | Signed Number(32,2) | DECIMAL(30,2) NOT NULL | This field is used by Strategic Planning to define the default target value of a goal. |
15 | 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 |
16 | RPM_REAL_UPDATE | Character(1) | VARCHAR2(1) NOT NULL |
Check to see if it can be updated in real time
Y/N Table Edit Default Value: N |
17 | RPM_AGGREGATED | Character(1) | VARCHAR2(1) NOT NULL |
This view is used to indicate a goal/metric can be summed or not
Y/N Table Edit Default Value: N |
18 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
19 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
20 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
21 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
22 | SYNCID | Number(10,0) | DECIMAL(10) NOT NULL | The Synchronization ID field stores a value generated by the sync processor. The value is used to identify the type of object that the sync processor is about to handle. |
23 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |