SMO_INVALID_EVENTS
This table stores the invalid events.
Details
-
Schema: FUSION
-
Object owner: SMO
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
SMO_INVALID_EVENTS_PK |
INVALID_EVENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
INVALID_EVENT_ID | NUMBER | 18 | Yes | The unique identifier of the invalid event. Its value is an application-generated unique ID. | |
INTEGRATION_ID | NUMBER | 18 | Identifier of the integration that sent the event. | ||
BO_ID | NUMBER | 18 | Identifier of the business object. | ||
EVENT_TYPE_ID | NUMBER | 18 | Indicates the event type identifier associated with the invalid event. | ||
BO_TYPE_ID | NUMBER | 18 | Indicates the business object type identifier for which the invalid event is defined. | ||
BO_KIND_ID | NUMBER | 18 | Identifier of the root type in the business object hierarchy. | ||
ORGANIZATION_ID | NUMBER | 18 | Identifier of the organization to which this invalid event belongs to. | ||
EVENT_TIME | TIMESTAMP | Indicates the event time associated with the invalid event. | |||
REASON_CODE | VARCHAR2 | 30 | Yes | A code that represent why the event was considered invalid. | |
RECEIVED_PAYLOAD | BLOB | Yes | Content of the invalid event that was received. | ||
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_INVALID_EVENTS_U01 | Unique | Default | INVALID_EVENT_ID |