RSP_PLN_GOAL_VW(SQL View) |
Index Back |
---|---|
View for Plan header/goalsThis view is used by APIs to retrieve Plan Header and Goals information. |
%Sql(RSP_PLAN_VW_SBR) , %subrec(RB_AUDIT_SBR ,A) , B.UID20 , B.RSP_GOAL_ID , B.GOAL_NAME , B.RSP_TARGET_TYPE , B.RSP_TARGET_VAL , B.RSP_ACTUAL_VAL , B.RSP_ASSESSMENT_CD , B.RSP_PRORATE_FLG , B.EOCF_LIB_TERM_ID , B.EOCF_CONFIG_ID , B.RSP_VARIANCE_IND , B.RSP_ALLOC_METHOD , B.IMAGE_NAME , B.RSP_LABEL, ' ', ' ' FROM PS_RSP_PLAN_VW A , PS_RSP_TP_GOAL B WHERE A.RSP_UID20 = B.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.
Prompt Table: SP_SETID_NONVW |
2 | RSP_UID20 | Character(20) | VARCHAR2(20) NOT NULL | This field is used as a primary key in Strategic Planning header table (RSP_TP_HEADER) |
3 | PERIOD_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
Frequency
A=Annual B=Bi-Weekly D=Daily M=Monthly Q=Quarterly S=Semi-Annual W=Weekly |
4 | START_DATE | Date(10) | DATE | Start Date |
5 | END_DATE | Date(10) | DATE | End date field to store an end date. |
6 | BO_ID_OWNER | Number(31,0) | DECIMAL(31) NOT NULL | Financial Account Business Object ID |
7 | RSP_STATUS | Character(2) | VARCHAR2(2) NOT NULL |
Status of a Strategic Plan or Template
10=Draft 20=Active 30=Inactive 40=Completed 50=Cancelled |
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 | RSP_NAME | Character(50) | VARCHAR2(50) NOT NULL | Stores the Strategic plan / template name. |
10 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |
11 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
This field stores the Currency Code value.
Default Value: PSOPRDEFN.CURRENCY_CD Prompt Table: CURRENCY_CD_TBL |
12 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
13 | ROLE_TYPE_ID | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID |
14 | RA_LIST_ID | Character(15) | VARCHAR2(15) NOT NULL | Audience ID |
15 | CREATED_FROM_UID20 | Character(20) | VARCHAR2(20) NOT NULL | This field stores the RSP_UID20 of the template which was used to create a Strategic Plan. |
16 | LAST_CALC_DTTM | DateTime(26) | TIMESTAMP | Last Calculated |
17 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
18 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
19 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
20 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
21 | 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. |
22 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |
23 | UID20 | Character(20) | VARCHAR2(20) NOT NULL | This field is for UID of 20 characters long. |
24 | 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. |
25 | GOAL_NAME | Character(50) | VARCHAR2(50) NOT NULL |
Used in strategic account planning for identifying goal name.
Prompt Table: %EDITTABLE |
26 | 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 |
27 | RSP_TARGET_VAL | 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. |
28 | RSP_ACTUAL_VAL | 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. |
29 | RSP_ASSESSMENT_CD | Character(2) | VARCHAR2(2) NOT NULL |
Assessment code to define status breaks (comparing attainment with target)
Prompt Table: RSP_ASSESSMENT |
30 | RSP_PRORATE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Prorate target for goals as defined for strategic plans.
N=No Y=Yes Default Value: N |
31 | 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 |
32 | EOCF_CONFIG_ID | Number(31,0) | DECIMAL(31) NOT NULL | the unique identifier for a phrase definition (ignoring versioning) |
33 | 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 |
34 | RSP_ALLOC_METHOD | Character(1) | VARCHAR2(1) NOT NULL |
Allocation method used for goals when rolling over a plan from audience/segment to individual accounts.
A=# of Accounts in Segments B=# of Selected Segments C=Copy as is N=Set Target to 0 |
35 | IMAGE_NAME | Character(30) | VARCHAR2(30) NOT NULL | The name of images used in Personalizations explanations. |
36 | RSP_LABEL | Character(30) | VARCHAR2(30) NOT NULL | This field is used by Strategic Planning to define the corresponding label for an assessment status (Green, Red etc) |
37 | VISIBLE | Character(1) | VARCHAR2(1) NOT NULL | Show Sub Page |
38 | BO_MERGE_FLG | Character(1) | VARCHAR2(1) NOT NULL |
Flag to determine whether a field is a Business Object like field and should be used while merging Business objects.
N=No Y=Yes |