POQ_AUTO_ERROR_ATTRIBUTES

Table to store additional attributes for records in POQ_AUTOMATION_ERRORS.

Details

  • Schema: FUSION

  • Object owner: POQ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POQ_AUTO_ERROR_ATTRIBUTES_PK

AUTO_ERROR_ATTR_ID

Columns

Name Datatype Length Precision Not-null Comments
AUTO_ERROR_ATTR_ID NUMBER 18 Yes Unique identifier for the rows in this table.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
AUTOMATION_ERROR_ID NUMBER 18 Yes Identifier of the error to which these attributes belong.
OBJECT_ID NUMBER 18 Yes Identifier of the object captured as an attribute.
OBJECT_TYPE VARCHAR2 30 Yes Type of the object indicated by the object_id identifier.
ADDL_ATTR VARCHAR2 30 Identifier to capture additional information for the error attribute.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.

Foreign Keys

Table Foreign Table Foreign Key Column
POQ_AUTO_ERROR_ATTRIBUTES poq_automation_errors AUTO_ERROR_ATTR_ID

Indexes

Index Uniqueness Tablespace Columns
POQ_AUTO_ERROR_ATTRIBUTES_F1 Non Unique Default AUTOMATION_ERROR_ID
POQ_AUTO_ERROR_ATTRIBUTES_PK Unique Default AUTO_ERROR_ATTR_ID