FFS_LOCATION_VALUE

Contains additional parameters that can be entered for a predefined location in order to be able to calculate its travel key.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_LOCATION_VALUE_PK

LOCATION_ID, FIELD, PROPERTY_ID

Columns

Name Datatype Length Precision Not-null Comments
LOCATION_ID NUMBER 10 Yes Identifier of location this value belongs to.
FIELD VARCHAR2 1020 Yes Name of standard field this value is entered for.
PROPERTY_ID NUMBER 5 Yes Identifier of custom property this value is entered for.
VALUE VARCHAR2 1020 Value of the field/property entered for the location.
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_LOCATION_VALUE_PK Unique DATA LOCATION_ID, FIELD, PROPERTY_ID