RSP_TP_HEADER(SQL Table) |
Index Back |
---|---|
Header for Plan/TemplateThis record is used by Strategic planning and portfolio management to store header information about plan and Template. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | RSP_UID20 | Character(20) | VARCHAR2(20) NOT NULL | This field is used as a primary key in Strategic Planning header table (RSP_TP_HEADER) |
2 | RSP_NAME | Character(50) | VARCHAR2(50) NOT NULL | Stores the Strategic plan / template name. |
3 | DESCR254 | Character(254) | VARCHAR2(254) NOT NULL | Description of length 254 |
4 | IS_TEMPLATE | Character(1) | VARCHAR2(1) NOT NULL |
This field is used in Strategic Plan Header table (RSP_TP_HEADER) to indicate whether a row belongs to a template or to a plan.
Y/N Table Edit |
5 | RSP_TEMPLATE_USAGE | Character(1) | VARCHAR2(1) NOT NULL |
Strategic Planning Template Usage.
A=Account Planning D=SmartViews S=Segment/Audience Planning |
6 | 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.
Prompt Table:
RSP_TEMPLATE_VW
|
7 | 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 |
8 | BO_ID | Signed Number(32,0) | DECIMAL(31) NOT NULL | Business Object ID |
9 | ROLE_TYPE_ID | Number(12,0) | DECIMAL(12) NOT NULL | Role Type ID |
10 | RA_LIST_ID | Character(15) | VARCHAR2(15) NOT NULL | Audience ID |
11 | LAST_CALC_DTTM | DateTime(26) | TIMESTAMP | Last Calculated |
12 | LAST_CALC_OPRID | Character(30) | VARCHAR2(30) NOT NULL | This field is used in a plan to track when the attainment was last calculated. |
13 | LAST_ROLLOVER_DTTM | DateTime(26) | TIMESTAMP | Last Rollover Date |
14 | LAST_ROLLOVR_OPRID | Character(30) | VARCHAR2(30) NOT NULL | Field that stores the last roll over forcast by user. |
15 | 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 Default Value: 10 |
16 | 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_PTYP_USG_VW |
17 | CURRENCY_CD | Character(3) | VARCHAR2(3) NOT NULL |
This field stores the Currency Code value.
Prompt Table: CURRENCY_CD_TBL |
18 | 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 |
19 | START_DATE | Date(10) | DATE | Start Date |
20 | END_DATE | Date(10) | DATE | End date field to store an end date. |
21 | RSP_LOCKDOWN_CHG | Character(1) | VARCHAR2(1) NOT NULL |
This field indicates whether user is allowed to make changes in plans or not which are created from planning templates
Y/N Table Edit Default Value: N |
22 | BO_ID_OWNER | Number(31,0) | DECIMAL(31) NOT NULL | Financial Account Business Object ID |
23 | NEXT_ACTIVITY_DT | Date(10) | DATE | Next Activity Date |
24 | ACCOUNT_RANKING | Character(15) | VARCHAR2(15) NOT NULL | Rank the account....................... |
25 | TASK_GRP_TPL_ID | Character(10) | VARCHAR2(10) NOT NULL | Task Group Template ID primary key |
26 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
27 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
28 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
29 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
30 | 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. |
31 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |