POQ_AUTOMATION_ERRORS

A table to store errors across different automatic processes in supplier qualification that can be displayed to the user or used for diagniostic purposes.

Details

  • Schema: FUSION

  • Object owner: POQ

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

POQ_AUTOMATION_ERRORS_PK

AUTOMATION_ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
AUTOMATION_ERROR_ID NUMBER 18 Yes Identifier for the error record.
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.
ERROR_NUMBER NUMBER 8 Yes Unique error number to identify each error number.
ERROR_TIMESTAMP TIMESTAMP Yes Indicates the date and time at which the error occurred.
PRC_BU_ID NUMBER 18 Yes Identifier for the procurement business unit for which the error occurred.
AUTO_PROCESS_CODE VARCHAR2 30 Yes Indicates the name of the automated process within supplier qualification during execution of which the error occurred.
EVENT_CODE VARCHAR2 30 Code for the event or automated procedure during which the error occurred.
SUPPLIER_ID NUMBER 18 Identifier of the supplier for which the error occurred.
SUPPLIER_SITE_ID NUMBER 18 Identifier of the supplier site for which the error occurred.
MULTIPLE_SUPPLIER_FLAG VARCHAR2 1 This flag indicates that the automation error occurred has impacted multiple suppliers.
ERROR_CODE VARCHAR2 30 Yes Unique code to identify the error across different automated processes.
REASON_CODE VARCHAR2 30 Unique code to indicate the cause of the error.
TRANSACTION_ID NUMBER 18 Identifier of the transaction object for which the error occurred.
TRANSACTION_TYPE VARCHAR2 30 Type of the transaction object for which the error occurred as indicated by the transaction_id column.
SETUP_OBJECT_ID NUMBER 18 Identifier of the setup object related to the error.
SETUP_OBJECT_TYPE VARCHAR2 30 Type of the setup object for which the error occurred as indicated by the setup_object_id column.
TRANS_RECO_ACTION VARCHAR2 30 Code for the transaction level recommended action.
SETUP_RECO_ACTION VARCHAR2 30 Code for the setup object level recommended action.
DISPLAY_FLAG VARCHAR2 1 Indicates whether the error should be displayed on the error page.
DISMISS_FLAG VARCHAR2 1 Indicates whether the error has been dismissed by the user.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
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.

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_AUTOMATION_ERRORS_N1 Non Unique Default PRC_BU_ID, ERROR_TIMESTAMP
POQ_AUTOMATION_ERRORS_PK Unique Default AUTOMATION_ERROR_ID
POQ_AUTOMATION_ERRORS_U1 Unique Default ERROR_NUMBER