[Home] [Help]
[Dependency Information]
| Object Name: | AR_CORRESPONDENCES_ALL |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.AR_CORRESPONDENCES_ALL
|
| Subobject Name: | |
| Status: | VALID |
The AR_CORRESPONDENCES_ALL table stores a record for each dunning letter that you send to a customer. Each row includes dunning letter information such as date, customer, and site use. Oracle Receivables stores other detailed information for your dunning letter in the AR_DUNNING_LETTERS table. Oracle Receivables uses this detailed information to determine which letter was sent to your customer on a specific date.
.
The primary key for this table is CORRESPONDENCE_ID.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AR_CORRESPONDENCES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
CORRESPONDENCE_ID
|
| AR_CORRESPONDENCES_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
REQUEST_ID
|
| AR_CORRESPONDENCES_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
SITE_USE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CORRESPONDENCE_ID | NUMBER | (15) | Yes | Identifier of the correspondence |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column - date when a user last updated this row. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID). |
| 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). | |
| CREATION_DATE | DATE | Yes | Standard who column - date when this row was created. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column - user who created this row (foreign key to FND_USER.USER_ID). |
| SITE_USE_ID | NUMBER | (15) | Yes | Identifier of customer site use record, used to determine ship-to and bill-to sites for correspondence |
| CORRESPONDENCE_DATE | DATE | Yes | Date of the correspondence | |
| CORRESPONDENCE_TYPE | VARCHAR2 | (30) | Yes | Currently set to Dunning |
| REFERENCE1 | NUMBER | (15) | Yes | Foreign key to the dunning letter set |
| REFERENCE2 | NUMBER | (15) | Yes | Foreign key to the dunning letter |
| REMIT_TO_ADDRESS_ID | NUMBER | (15) | Foreign key to RA_ADDRESSES_ALL | |
| PRINTED_FLAG | VARCHAR2 | (1) | Yes | Y or N indicates whether this correspondence was printed or not |
| PRELIMINARY_FLAG | VARCHAR2 | (1) | Yes | Y or N indicates whether the dunning print is preliminary or not |
| DUNNING_LEVEL | VARCHAR2 | (1) | Yes | Dunning level of the item as printed on the dunning correspondence |
| REQUEST_ID | NUMBER | (15) | Yes | Concurrent Program who column - concurrent request id of the program that last updated this row (foreign key to FND_CONCURRENT_REQUESTS.REQUEST_ID). |
| CUSTOMER_ID | NUMBER | (15) | Yes | Foreign key to RA_CUSTOMERS |
| PURGED_CHILDREN_FLAG | VARCHAR2 | (1) | Y or null indicates whether details were purged or not | |
| ORG_ID | NUMBER | (15) | Organization identifier |
Cut, paste (and edit) the following text to query this object:
SELECT CORRESPONDENCE_ID
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, CREATION_DATE
, CREATED_BY
, SITE_USE_ID
, CORRESPONDENCE_DATE
, CORRESPONDENCE_TYPE
, REFERENCE1
, REFERENCE2
, REMIT_TO_ADDRESS_ID
, PRINTED_FLAG
, PRELIMINARY_FLAG
, DUNNING_LEVEL
, REQUEST_ID
, CUSTOMER_ID
, PURGED_CHILDREN_FLAG
, ORG_ID
FROM AR.AR_CORRESPONDENCES_ALL;
AR.AR_CORRESPONDENCES_ALL does not reference any database object
AR.AR_CORRESPONDENCES_ALL is referenced by following:
APPS
AR_CORRESPONDENCES
AR_CORRESPONDENCES_ALL
|
|
|
|