RSF_FCAST_USER(SQL Table) |
Index Back |
---|---|
Forecast UserForecast user is a sub-organizer within forecast. |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FORECAST_ID | Character(15) | VARCHAR2(15) NOT NULL |
Forecast Name
Prompt Table: RSF_FCAST_ID |
2 | TIMEFRAME_PERIOD | Character(32) | VARCHAR2(32) NOT NULL |
Time Frame
Prompt Table: %EDITTABLE |
3 | FORECAST_CATEGORY | Character(1) | VARCHAR2(1) NOT NULL |
Forecast Category
R=Revenue Forecast S=Shadow Forecast |
4 | PERSON_ID | Character(15) | VARCHAR2(15) NOT NULL | Person ID |
5 | SEQUENCE_5 | Number(5,0) | INTEGER NOT NULL | Sequnece Number of Length 5 |
6 | SALES_USER_NAME | Character(50) | VARCHAR2(50) NOT NULL | Sales User Name field |
7 | FORECAST_DT | Date(10) | DATE | Date when forecast. The date the entire forecast was begun does not change, but the date per user does change with updates. |
8 | FORECAST_SUBMITTED | Character(1) | VARCHAR2(1) NOT NULL |
Submit status for forecast.
N=No Y=Yes Y/N Table Edit Default Value: N |
9 | SEQNUM | Number(3,0) | SMALLINT NOT NULL | Sequence Number |
10 | ROW_ADDED_DTTM | DateTime(26) | TIMESTAMP | This is a datetime field for record creation. |
11 | ROW_ADDED_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who added the row. |
12 | ROW_LASTMANT_DTTM | DateTime(26) | TIMESTAMP | The date and time that the row was last updated. |
13 | ROW_LASTMANT_OPRID | Character(30) | VARCHAR2(30) NOT NULL | ID of user who last modified the row. |
14 | 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. |
15 | SYNCDTTM | DateTime(26) | TIMESTAMP | Synchronization Last Update Date Time |