RSF_FCFLT_RG_VW(SQL View) |
Index Back |
---|---|
Forecast Filter Region VW |
SELECT DISTINCT FORECAST_ID , TIMEFRAME_PERIOD , FORECAST_CATEGORY , REGION_ID , REGIONDESCR FROM PS_RSF_FCAST_DTL WHERE REGION_ID <> ' ' |
# | 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 | REGION_ID | Character(15) | VARCHAR2(15) NOT NULL | This field stores the region id value. |
5 | REGIONDESCR | Character(30) | VARCHAR2(30) NOT NULL | Description |