RSF_TF_DT_VW

(SQL View)
Index Back

Timeframe

View which supports the use of timeframes within pipeline.

SELECT TIMEFRAME_ID , MIN(BEGIN_DT) , MAX(END_DT) FROM PS_RSF_PIPE_TF_VW GROUP BY TIMEFRAME_ID

# PeopleSoft Field Name PeopleSoft Field Type Database Column Type Description
1 TIMEFRAME_ID Character(15) VARCHAR2(15) NOT NULL Time Frame
2 BEGIN_DT Date(10) DATE Begin Date
3 END_DT Date(10) DATE This field stores the end date values.