SMO_EVENT_EXEC_CONTEXT

The table stores the execution context for the event attribute values collected. Each row represents the value of a single contextual attribute for an attribute value collected.

Details

  • Schema: FUSION

  • Object owner: SMO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SMO_EVENT_EXEC_CONTEXT_PK

EXEC_CONTEXT_ID

Columns

Name Datatype Length Precision Not-null Comments
EXEC_CONTEXT_ID NUMBER 18 Yes The unique identifier of the event execution context. Its value is an application generated unique id.
EVENT_TIME TIMESTAMP Yes Indicates date and time when the event occurred.
ATTR_VAL_CONTEXT_ID NUMBER 18 Yes Represents internal identifier of the event attribute value context. Foreign key to SMO_EVENT_ATTRIBUTE_VALUES.
EXECUTION_ID NUMBER 18 Identifier of the workstation execution activity.
WO_OPERATION_TRANSACTION_ID NUMBER 18 Identifier of the work order operation transaction.
EQUIPMENT_INSTANCE_ID NUMBER 18 Identifier of the equipment instance that sent the event.
IN_RANGE_FLAG VARCHAR2 1 Indicates if the parameter value sent is within the operation range.
WS_WI_EXEC_ACTIVITY_ID NUMBER 18 Defines the work instruction execution activity identifier. Foreign key to WIE_WS_WI_EXEC_ACTIVITIES table.
WORK_INSTR_STEP_ID NUMBER 18 Defines the foreign key to the work instruction step. Foreign key to WIS_WORK_INSTRUCTION_STEPS_B table.
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
SMO_EVENT_EXEC_CONTEXT_N01 Non Unique Default EXECUTION_ID, WO_OPERATION_TRANSACTION_ID
SMO_EVENT_EXEC_CONTEXT_N02 Non Unique Default ATTR_VAL_CONTEXT_ID
SMO_EVENT_EXEC_CONTEXT_U01 Unique Default EXEC_CONTEXT_ID