FFS_ROUTE_DATE_VERSION

Activities in the past. Last version of queue cache for the date.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_ROUTE_DATE_VERSION_PK

ROUTE_DATE

Columns

Name Datatype Length Precision Not-null Comments
ROUTE_DATE DATE Yes Resource's route date. Date is specified in 'YYYY-MM-DD' format.
VERSION_NUM NUMBER 10 Yes Resource's route last version of queue cache. Used for 'Update activties in the past' to validate if route in the past was updated or no.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FFS_ROUTE_DATE_VERSION_PK Unique DATA ROUTE_DATE