AR_CUSTOMER_ALT_NAMES
The AR_CUSTOMER_ALT_NAMES table contains alternate customer names that are often used by Japanese business. The records in this table are used for Lockbox name matching. When bank files in the Japanese Zengin format are imported, customers must match Zengin receipts with customer information before the records can be validated and posted. When Zengin receipts are matched with customer information the AR_CUSTOMER_ALT_NAMES table is updated. The next time Lockbox runs, Oracle Receivables can automatically match unidentified receipts to these customers. The primary key for this table is ALT_NAME_ID.
Details
-
Schema: FUSION
-
Object owner: AR
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
| Name | Columns |
|---|---|
|
AR_CUSTOMER_ALT_NAMES_PK |
ALT_NAME_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| ALT_NAME_ID | NUMBER | 18 | Yes | Unique identifier for alternate names | |
| ALT_NAME | VARCHAR2 | 320 | Yes | Alternate customer name using Zengin characters. | |
| CUSTOMER_ID | NUMBER | 18 | Yes | Unique customer identifier | |
| SITE_USE_ID | NUMBER | 18 | Bill-to location identifier for the customer | ||
| TERM_ID | NUMBER | 18 | Payment term identifier | ||
| VIRTUAL_ACCOUNT_NUMBER | VARCHAR2 | 30 | Virtual account number assigned to the customer account or site and provided in the Zengin Lockbox file. | ||
| REMITTANCE_BANK_BRANCH_NUMBER | VARCHAR2 | 30 | Remittance bank branch number of the customer | ||
| REMITTANCE_BANK_NUMBER | VARCHAR2 | 30 | Bank number of the remittance bank that issues the virtual account number. | ||
| 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_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. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| 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. | |
| ZENGIN_BANK_NAME | VARCHAR2 | 360 | Identifies the customer bank name from the Zengin Format file. | ||
| ZENGIN_BANK_BRANCH_NAME | VARCHAR2 | 360 | Identifies the customer bank branch name from the Zengin Format file. | ||
| ACTIVE_FLAG | VARCHAR2 | 1 | Flag to indicate if the alternate name mapping rule is active or inactive. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| AR_CUSTOMER_ALT_NAMES | hz_cust_accounts | CUSTOMER_ID |
| AR_CUSTOMER_ALT_NAMES | hz_cust_site_uses_all | SITE_USE_ID |
| AR_CUSTOMER_ALT_NAMES | ra_terms_b | TERM_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| AR_CUSTOMER_ALT_NAMES_N1 | Non Unique | Default | ALT_NAME |
| AR_CUSTOMER_ALT_NAMES_N2 | Non Unique | Default | CUSTOMER_ID |
| AR_CUSTOMER_ALT_NAMES_N3 | Non Unique | Default | VIRTUAL_ACCOUNT_NUMBER, REMITTANCE_BANK_NUMBER, REMITTANCE_BANK_BRANCH_NUMBER |