RSP_GOAL_VW(SQL View) |
Index Back |
---|---|
RSP_GOAL ViewRSP_GOAL View used by Strategic Account Planning |
SELECT DISTINCT A.SETID , A.RSP_GOAL_ID , A.GOAL_NAME , B.DESCR , NAMESHORT , RSP_GOAL_USAGE FROM PS_RSP_GOAL_TBL A , PS_SETID_TBL B WHERE A.SETID = B.SETID |
# | 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.
Default Value: OPR_DEF_TBL_RB.SETID Prompt Table: SP_SETID_NONVW |
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 | DESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |
5 | NAMESHORT | Character(10) | VARCHAR2(10) NOT NULL | Short Name |
6 | 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 |