FFS_FORM_HISTORY

Stores form submit history data.

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Columns

Name Datatype Length Precision Not-null Comments
FORM_DATA_ID NUMBER 10 Yes Link to the unique identifier of the submitted form data.
ACTION_ID NUMBER 19 Yes ID of a parent action_log record.
ACTION_TIME TIMESTAMP Time Of The Action with Form (Gmt).
OPERATION_TIME TIMESTAMP Time when this operation is performed by user (GMT).
TRANSACTION_ID NUMBER 19 Yes Sequential ID of transaction that defines an order of operations inside of the system.
INTERFACE NUMBER 3 Yes Interface the action is performed from.
SCREEN_ID NUMBER 10 Yes ID of the screen the action is performed from (reserved for a future use).
USER_ID NUMBER 18 ID of the user the operation is performed by.
USER_AGENT_ID NUMBER 8 Displays Of The User Agent Info.
OPERATION VARCHAR2 20 Identifier of the performed operation.
SUBMITTED_AT TIMESTAMP Date and Time Of the Form Submit.
CREATED_AT TIMESTAMP Date and Time Of the Form Creation.
RESOURCE_ID NUMBER 8 Link to the ID of the related resource.
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.
FORM_DATA CLOB Submitted Form Data in JSON format.
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.
FORM_HISTORY_ID NUMBER 18 Contains unique identifier of the row. System generated.

Indexes

Index Uniqueness Tablespace Columns
FFS_FORM_HISTORY_N1 Non Unique DATA ACTIVITY_ID
FFS_FORM_HISTORY_N2 Non Unique DATA INVENTORY_ID
FFS_FORM_HISTORY_N3 Non Unique DATA RESOURCE_ID
FFS_FORM_HISTORY_U1 Unique DATA FORM_HISTORY_ID