SMO_ERRORED_COMMANDS

This table stores the errored commands.

Details

  • Schema: FUSION

  • Object owner: SMO

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

SMO_ERRORED_COMMANDS_PK

ERRORED_COMMAND_ID

Columns

Name Datatype Length Precision Not-null Comments
ERRORED_COMMAND_ID NUMBER 18 Yes The unique identifier of the errored command. Its value is an application-generated unique ID.
INTEGRATION_ID NUMBER 18 Identifier of the integration used to transmit the command.
BO_ID NUMBER 18 Identifier of the business object.
COMMAND_TYPE_ID NUMBER 18 Identifier of the command type associated with the command.
BO_TYPE_ID NUMBER 18 Indicates the business object type identifier for which the command is received.
BO_KIND_ID NUMBER 18 Identifier of the root type in the business object hierarchy.
ORGANIZATION_ID NUMBER 18 The organization identifier represents the manufacturing plant to which this command belongs.
ERROR_CODE VARCHAR2 30 Yes A code that represents why the command failed.
RECEIVED_PAYLOAD BLOB Yes Content of the command that was received.
RECEIVED_TIME TIMESTAMP Yes Date and time when the command was received.
SUBMITTED_BY VARCHAR2 64 Yes Indicates who the command was submitted by.
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_ERRORED_COMMANDS_U01 Unique DEFAULT ERRORED_COMMAND_ID