FFS_PROPERTY_NAME

Contains names of properties and values for lookup lists.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_PROPERTY_NAME_PK

PROPERTY_ID, LANGUAGE_ID, NAME_INDEX

Columns

Name Datatype Length Precision Not-null Comments
PROPERTY_ID NUMBER 5 Yes Reference to custom property property id.
LANGUAGE_ID NUMBER 3 Yes Reference to Language identifer.
NAME_INDEX VARCHAR2 256 Yes Custom property index of the lookup entry (0 corresponds to property name).
ACTIVE NUMBER 10 Yes Custom property translation flag that defines whether enum option active or not.
TEXT VARCHAR2 2000 Custom property translation text.
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_PROPERTY_NAME_PK Unique DATA PROPERTY_ID, LANGUAGE_ID, NAME_INDEX