DBA Data[Home] [Help] [Dependency Information]


TABLE: AR.AR_ARCHIVE_PURGE_INTERIM

Object Details
Object Name: AR_ARCHIVE_PURGE_INTERIM
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AR_ARCHIVE_PURGE_INTERIM_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTRX_ID
AR_ARCHIVE_PURGE_INTERIM_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRELATED_ID
Columns
Name Datatype Length Mandatory Comments
TRX_ID NUMBER

Transaction identifier
RELATED_ID NUMBER

Related transaction identifier (either another transaction or receipt)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT TRX_ID
,      RELATED_ID
FROM AR.AR_ARCHIVE_PURGE_INTERIM;

Dependencies

[top of page]

AR.AR_ARCHIVE_PURGE_INTERIM does not reference any database object

AR.AR_ARCHIVE_PURGE_INTERIM is referenced by following:

SchemaAR
ViewAR_ARCHIVE_PURGE_INTERIM#