RSF_FCFLT_RV_VW(SQL View) |
Index Back |
---|---|
Forecast Filter Product VW |
SELECT DISTINCT FORECAST_ID , TIMEFRAME_PERIOD , FORECAST_CATEGORY , REVENUE_TYPE , REVENUETYPEDESCR FROM PS_RSF_FCAST_DTL WHERE REVENUE_TYPE <> ' ' |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | FORECAST_ID | Character(15) | VARCHAR2(15) NOT NULL | Forecast Name |
2 | TIMEFRAME_PERIOD | Character(32) | VARCHAR2(32) NOT NULL | Time Frame |
3 | FORECAST_CATEGORY | Character(1) | VARCHAR2(1) NOT NULL |
Forecast Category
R=Revenue Forecast S=Shadow Forecast |
4 | REVENUE_TYPE | Character(15) | VARCHAR2(15) NOT NULL | This field is used to store revenue type related to a product sales and used within forecasting. |
5 | REVENUETYPEDESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |