[Home] [Help]
[Dependency Information]
| Object Name: | AR_ARCHIVE_PURGE_INTERIM |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.AR_ARCHIVE_PURGE_INTERIM
|
| Subobject Name: | |
| Status: | VALID |
The AR_ARCHIVE_PURGE_INTERIM table is populated by the validation process and stores the identification numbers of any transactions that qualify. The purge program uses these numbers to identify transactions to purge, but does not revalidate the identification numbers.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AR_ARCHIVE_PURGE_INTERIM_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TRX_ID
|
| AR_ARCHIVE_PURGE_INTERIM_N2 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
RELATED_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRX_ID | NUMBER | Transaction identifier | ||
| RELATED_ID | NUMBER | Related transaction identifier (either another transaction or receipt) |
Cut, paste (and edit) the following text to query this object:
SELECT TRX_ID
, RELATED_ID
FROM AR.AR_ARCHIVE_PURGE_INTERIM;
AR.AR_ARCHIVE_PURGE_INTERIM does not reference any database object
AR.AR_ARCHIVE_PURGE_INTERIM is referenced by following:
AR
AR_ARCHIVE_PURGE_INTERIM#
|
|
|
|