AR_CUST_UPD_ERRMSG_MAP

AR_CUST_UPD_ERRMSG_MAP contains mapping information for error messages raised during the customer bulk import process.

Details

  • Schema: FUSION

  • Object owner: AR

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

AR_CUST_UPD_ERRMSG_MAP_PK

ERR_MSG_MAP_ID

Columns

Name Datatype Length Precision Not-null Comments
ERR_MSG_MAP_ID NUMBER 18 Yes Unique identifier of the error message mapping table.
UPLOAD_OWNER_TABLE_NAME VARCHAR2 30 Name of the Receivables interface table that stores customer import data.
INTERFACE_TABLE_NAME VARCHAR2 30 Associated interface table for the error message to be mapped.
ORIGINAL_ERROR_MESSAGE VARCHAR2 30 Yes Original error message in Receivables and Trading Community Module that is mapped to a new error message in the AR_MAPPED_ERROR_MESSAGE column.
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.
CONTACT_POINT_TYPE VARCHAR2 30 Contact point type. Values are from the lookup CONTACT_POINT_TYPE. For examples, phone, fax, e-mail, web, telex, instant messaging, or EDI.
PHONE_LINE_TYPE VARCHAR2 30 Values of the PHONE_LINE_TYPE lookup, such as general, fax, inbound, or outbound.
AR_MAPPED_ERROR_MESSAGE VARCHAR2 30 New Receivables error message that maps to the original error message of the interface table in the INTERFACE_TABLE_NAME column.
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.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
AR_CUST_UPD_ERRMSG_MAP_U1 Unique Default ERR_MSG_MAP_ID, ORA_SEED_SET1
AR_CUST_UPD_ERRMSG_MAP_U11 Unique Default ERR_MSG_MAP_ID, ORA_SEED_SET2
AR_CUST_UPD_ERRMSG_MAP_U2 Unique Default INTERFACE_TABLE_NAME, UPLOAD_OWNER_TABLE_NAME, ORIGINAL_ERROR_MESSAGE, TOKEN1_NAME, TOKEN1_VALUE, TOKEN2_NAME, TOKEN2_VALUE, TOKEN3_NAME, TOKEN3_VALUE, TOKEN4_NAME, TOKEN4_VALUE, TOKEN5_NAME, CONTACT_POINT_TYPE, PHONE_LINE_TYPE, ORA_SEED_SET1
AR_CUST_UPD_ERRMSG_MAP_U21 Unique Default INTERFACE_TABLE_NAME, UPLOAD_OWNER_TABLE_NAME, ORIGINAL_ERROR_MESSAGE, TOKEN1_NAME, TOKEN1_VALUE, TOKEN2_NAME, TOKEN2_VALUE, TOKEN3_NAME, TOKEN3_VALUE, TOKEN4_NAME, TOKEN4_VALUE, TOKEN5_NAME, CONTACT_POINT_TYPE, PHONE_LINE_TYPE, ORA_SEED_SET2