FFS_FORM_DATA

Stores data provided on submit of forms.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_FORM_DATA_PK

FORM_DATA_ID

Columns

Name Datatype Length Precision Not-null Comments
FORM_DATA_ID NUMBER 10 Yes System generated primary key column.
FORM_LABEL VARCHAR2 160 Unique text label for the form. Used as external ID.
FORM_DATA CLOB Form Data Content in JSON format.
ACTIVITY_ID NUMBER 10 Link to the related activity ID - FFS_ACTIVITY->ACTIVITY_ID.
INVENTORY_ID NUMBER 10 Reference to the related inventory ID - FFS_INVENTORY->INVENTORY_ID.
RESOURCE_ID NUMBER 10 ID of the resource the operation is performed by.
USER_ID NUMBER 18 Yes ID of the user the operation is performed by.
SUBMITTED_AT TIMESTAMP Yes Form Submit Date and Time value.
CREATED_AT TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
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_FORM_DATA_N1 Non Unique DATA ACTIVITY_ID
FFS_FORM_DATA_N2 Non Unique DATA INVENTORY_ID
FFS_FORM_DATA_N3 Non Unique DATA RESOURCE_ID
FFS_FORM_DATA_N4 Non Unique DATA SUBMITTED_AT
FFS_FORM_DATA_N5 Non Unique DATA USER_ID
FFS_FORM_DATA_PK Unique DATA FORM_DATA_ID