RSF_FCAST_EX_VW

(SQL View)
Index Back

Forecast search supplement

Added record for forecast search which uses fcast_user to identify the existence of a forecast.

SELECT F.SYNCID , U.FORECAST_DT FROM PS_RSF_FCAST_USER U , PS_RSF_FCAST F WHERE U.FORECAST_ID = F.FORECAST_ID AND U.TIMEFRAME_PERIOD = F.TIMEFRAME_PERIOD AND U.FORECAST_CATEGORY = F.FORECAST_CATEGORY

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 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.
2 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.