AR_UPD_ERROR_DETAILS

AR_UPD_ERROR_DETAILS contains mapping information between the staging table record and its error messages.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

AR_UPD_ERROR_DETAILS_PK

UPLOAD_ERROR_DETAIL_ID

Columns

Name Datatype Length Precision Not-null Comments
UPLOAD_ERROR_DETAIL_ID NUMBER 18 Yes Unique identifier of the staging and error table mapping record.
UPLOAD_OWNER_TABLE_NAME VARCHAR2 30 Yes Name of the Receivables interface table that stores customer import data.
UPLOAD_OWNER_TABLE_ID NUMBER 18 Yes Unique identifier of the staging table record.
ERROR_OWNER_TABLE_NAME VARCHAR2 30 Yes Name of the interface table from which the error message is retrieved.
ERROR_OWNER_TABLE_ID NUMBER 18 Yes Unique identifier of the error table record.
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_ERROR_DETAILS_U1 Unique Default UPLOAD_ERROR_DETAIL_ID
AR_UPD_ERROR_DETAILS_U2 Unique Default UPLOAD_OWNER_TABLE_NAME, UPLOAD_OWNER_TABLE_ID, ERROR_OWNER_TABLE_NAME, ERROR_OWNER_TABLE_ID