AR_UPD_CUST_ERRORS

AR_UPD_CUST_ERRORS contains data validation error information for customer interface data that failed during upload.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

AR_UPD_CUST_ERRORS_PK

CUST_ERROR_ID

Columns

Name Datatype Length Precision Not-null Comments
CUST_ERROR_ID NUMBER 18 Yes Unique identifier of the customer upload error record.
BATCH_ID NUMBER 18 Yes BATCH_ID
ORIG_SOURCE_SYSTEM VARCHAR2 30 Yes Original system reference used to import customer, customer account, address, and address purpose.
PARTY_ORIG_SYSTEM_REFERENCE VARCHAR2 240 Original system reference for the customer party.
SITE_ORIG_SYSTEM_REFERENCE VARCHAR2 240 Original system reference for the customer party site.
LOCATION_ORIG_SYSTEM_REFERENCE VARCHAR2 240 Original system reference for the customer party site location.
CUST_ORIG_SYSTEM_REFERENCE VARCHAR2 240 Original system reference for the customer account.
CUST_SITE_ORIG_SYS_REF VARCHAR2 240 Original system reference for the customer account site.
CUST_SITEUSE_ORIG_SYS_REF VARCHAR2 240 Original system reference for the customer account site use.
INTERFACE_TABLE_NAME VARCHAR2 30 Associated interface table for the error message.
ERROR_MESSAGE_NAME VARCHAR2 30 Name of a customer import error message.
ORIGINAL_ERROR_MESSAGE VARCHAR2 30 Original TCA error message raised during customer import.
TOKEN1_NAME VARCHAR2 80 Token name for the error message.
TOKEN1_VALUE VARCHAR2 80 Token value for the error message.
TOKEN2_NAME VARCHAR2 80 Token name for the error message.
TOKEN2_VALUE VARCHAR2 80 Token value for the error message.
TOKEN3_NAME VARCHAR2 80 Token name for the error message.
TOKEN3_VALUE VARCHAR2 80 Token value for the error message.
TOKEN4_NAME VARCHAR2 80 Token name for the error message.
TOKEN4_VALUE VARCHAR2 80 Token value for the error message.
TOKEN5_NAME VARCHAR2 80 Token name for the error message.
TOKEN5_VALUE VARCHAR2 80 Token value for the error message.
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
AR_UPD_CUST_ERRORS_U1 Unique Default CUST_ERROR_ID