FFS_RESOURCE_LOCATION

Contains locations created on the resource level or assigned to resources.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_RESOURCE_LOCATION_PK

RESOURCE_ID, LOCATION_ID, TYPE, START_DATE

Columns

Name Datatype Length Precision Not-null Comments
RESOURCE_ID NUMBER 8 Yes Unique identifier of a resource a location is assigned for.
LOCATION_ID NUMBER 10 Yes Unique identifier of a location which is assigned for a resource.
TYPE VARCHAR2 8 Yes Type of location assignment. Available values: 'assigned', 'start', 'end', 'home'.
WEEKDAYS NUMBER 3 Bit mask which defines the days of week when the location assignment is active. Values: 1 - Sun, 2 - Mon, 4 - Tue, 8 - Wed, 16 - Thu, 32 - Fri, 64 - Sun.
START_DATE DATE Yes Indicates date since when location assignment is active.
END_DATE DATE Indicates date until which location assignment is active.
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_RESOURCE_LOCATION_PK Unique DATA RESOURCE_ID, LOCATION_ID, TYPE, START_DATE