RPM_HIST_CUST(SQL Table) |
Index Back |
---|---|
Template Metric HistoryPersonalize Template Metric Historey |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | OPRID | Character(30) | VARCHAR2(30) NOT NULL | A user's ID (see PSOPRDEFN). |
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 | 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 | RPM_PERIOD_TYPE | Character(1) | VARCHAR2(1) NOT NULL |
This field is used by SmartViews history to indicate additional period types such as the same quarter last year.
A=Annual B=Bi-Weekly C=Same Bi-Week of Past Years D=Daily E=Same Day of Past Years M=Monthly N=Same Month of Past Years Q=Quarterly R=Same Quarter of Past Years S=Semi-Annual T=Same Half Year of Past Years W=Weekly X=Same Week of Past Year |
5 | RPM_PERIOD_COUNT | Number(3,0) | SMALLINT NOT NULL | Number of periods in history |
6 | ORDER_NBR | Number(3,0) | SMALLINT NOT NULL | Order Number |
7 | RPM_ACTUAL_ON | Character(1) | VARCHAR2(1) NOT NULL |
Determine if actual is selected to be shown or not
Y/N Table Edit Default Value: Y |
8 | RPM_HIST_VAR_ON | Character(1) | VARCHAR2(1) NOT NULL |
Determine if historical variance is selected to be shown or not
Y/N Table Edit Default Value: N |
9 | RPM_TARGET_ON | Character(1) | VARCHAR2(1) NOT NULL |
Determine if target is selected to be shown or not
Y/N Table Edit Default Value: N |
10 | RPM_VARIANCE_ON | Character(1) | VARCHAR2(1) NOT NULL |
Determine if variance is selected to be shown or not
Y/N Table Edit Default Value: N |
11 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
12 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
13 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
14 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
15 | 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. |
16 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |