PON_FBDI_ERRORS_INT

This table stores the errors from the FBDI process while importing negotiation lines and suppliers.

Details

  • Schema: FUSION

  • Object owner: PON

  • Object type: TABLE

  • Tablespace: INTERFACE

Primary Key

Name Columns

PON_FBDI_ERRORS_INT_PK

INTERFACE_ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERFACE_ERROR_ID NUMBER 18 Yes Unqique identifier for the errors table.
TABLE_NAME VARCHAR2 30 Name of the table in which error occurred.
BATCH_ID VARCHAR2 200 An optional identifier, if provided while scheduling an import process is used to identify which interface table records will be picked up for processing.
ERROR_MESSAGE_NAME VARCHAR2 30 A unique identifier for the error message.
ERROR_MESSAGE VARCHAR2 2000 Text that describes the error occurred.
COLUMN_ATTRIBUTE VARCHAR2 240 Name of the column that has the validation failure.
COLUMN_VALUE VARCHAR2 2000 Column value that has a validation failure.
INTERFACE_TYPE VARCHAR2 30 Name of the interface type. Values include 'LINE', 'LINE_ATTRIBUTE', 'LINE_COSTFACTOR'.
INTERFACE_LINE_ID NUMBER 18 Value that uniquely identifies the interface line.
INTERFACE_LINE_CF_ID NUMBER 18 Value that uniquely identifies the cost factor.
INTERFACE_LINE_PT_ID NUMBER 18 Value that uniquely identifies a price tier or a shipment.
LAST_UPDATED_BY VARCHAR2 64 Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP 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.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Who column: indicates the date and time of the creation of the row.
TOKEN1_NAME VARCHAR2 100 Name of the token for which to provide a value for a processing message.
TOKEN1_VALUE VARCHAR2 360 Value provided to substitute for a token in a processing message.
TOKEN2_NAME VARCHAR2 100 Name of the token for which to provide a value for a processing message.
TOKEN2_VALUE VARCHAR2 360 Value provided to substitute for a token in a processing message.
TOKEN3_NAME VARCHAR2 100 Name of the token for which to provide a value for a processing message.
TOKEN3_VALUE VARCHAR2 360 Value provided to substitute for a token in a processing message.
TOKEN4_NAME VARCHAR2 100 Name of the token for which to provide a value for a processing message.
TOKEN4_VALUE VARCHAR2 360 Value provided to substitute for a token in a processing message.
TOKEN5_NAME VARCHAR2 100 Name of the token for which to provide a value for a processing message.
TOKEN5_VALUE VARCHAR2 360 Value provided to substitute for a token in a processing message.
TOKEN6_NAME VARCHAR2 100 Name of the token for which to provide a value for a processing message.
TOKEN6_VALUE VARCHAR2 360 Value provided to substitute for a token in a processing message.
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.
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.
COLUMN_NAME_CODE VARCHAR2 240 The resource bundle key of the spreadsheet column name.
COLUMN_NAME_BUNDLE VARCHAR2 240 The resource bundle name of the spreadsheet column name.

Indexes

Index Uniqueness Tablespace Columns
PON_FBDI_ERRORS_INT_N1 Non Unique Default REQUEST_ID
PON_FBDI_ERRORS_INT_N2 Non Unique Default INTERFACE_LINE_CF_ID
PON_FBDI_ERRORS_INT_N3 Non Unique Default INTERFACE_LINE_ID
PON_FBDI_ERRORS_INT_U1 Unique Default INTERFACE_ERROR_ID