[Home] [Help]
[Dependency Information]
Object Name: | AR_CUSTOMER_ALT_NAMES |
---|---|
Object Type: | TABLE |
Owner: | AR |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
The AR_CUSTOMER_ALT_NAMES table stores alternate customer names that are often used by Japanese businesses. The records in this table, which are used for AutoLockbox name matching, originate from the bank files in the Japanese Zengin format that were imported using AutoLockbox.
.
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, Oracle Receivables updates the AR_CUSTOMER_ALT_NAMES table so that the next time AutoLockbox runs, Oracle Receivables can automatically match unidentified receipts to these customers.
.
The primary key for this table is ALT_NAME_ID.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
AR_CUSTOMER_ALT_NAMES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
ALT_NAME_ID | NUMBER | (15) | Yes | Unique identifier for alternate names |
ALT_NAME | VARCHAR2 | (320) | Yes | Alternate name of the customer |
CUSTOMER_ID | NUMBER | (15) | Yes | Unique customer identifier |
SITE_USE_ID | NUMBER | (15) | Bill-to location identifier for the customer | |
TERM_ID | NUMBER | (15) | Payment term identifier | |
CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID). | |
LAST_UPDATED_BY | NUMBER | (15) | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
Cut, paste (and edit) the following text to query this object:
SELECT ALT_NAME_ID
, ALT_NAME
, CUSTOMER_ID
, SITE_USE_ID
, TERM_ID
, CREATED_BY
, CREATION_DATE
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
FROM AR.AR_CUSTOMER_ALT_NAMES;
AR.AR_CUSTOMER_ALT_NAMES does not reference any database object
AR.AR_CUSTOMER_ALT_NAMES is referenced by following:
|
|
|