SMO_EVENT_ATTRIBUTE_VALUES
The table stores the attributes values of the incoming events. Each row represents the value of a single attribute from the event.
Details
-
Schema: FUSION
-
Object owner: SMO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
SMO_EVENT_ATTR_VALUES_PK |
EVENT_TIME, BO_ID, EVENT_TYPE_ID, BO_TYPE_ID, BO_KIND_ID, ATTRIBUTE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| EVENT_TIME | TIMESTAMP | Yes | Indicates date and time when the event occurred. | ||
| BO_ID | NUMBER | 18 | Yes | Indicates the business object identifier. | |
| EVENT_TYPE_ID | NUMBER | 18 | Yes | Indicates the event type identifier. | |
| BO_TYPE_ID | NUMBER | 18 | Yes | Indicates the system business object type identifier. | |
| BO_KIND_ID | NUMBER | 18 | Yes | Identifier of the root type in the business object hierarchy. | |
| ATTRIBUTE_ID | NUMBER | 18 | Yes | Indicates attribute identifier from the event. | |
| ORGANIZATION_ID | NUMBER | 18 | Identifier of the organization to which this event belongs. | ||
| NUMERIC_VALUE | NUMBER | Indicates the attribute numeric value. | |||
| STRING_VALUE | VARCHAR2 | 4000 | Indicates the attribute string value. | ||
| DATE_VALUE | TIMESTAMP | Indicates the attribute date value. | |||
| JSON_VALUE | BLOB | Indicates the attribute json value. | |||
| 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 attribute value. | ||
| IN_RANGE_FLAG | VARCHAR2 | 1 | Indicates if the parameter value sent is within the operation range. | ||
| 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_ATTR_VALUES_N01 | Non Unique | Default | EXECUTION_ID, WO_OPERATION_TRANSACTION_ID |
| SMO_EVENT_ATTR_VALUES_U01 | Unique | Default | EVENT_TIME, BO_ID, EVENT_TYPE_ID, BO_TYPE_ID, BO_KIND_ID, ATTRIBUTE_ID |