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


TABLE: AR.AR_PURGE_TRX_AUX

Object Details
Object Name: AR_PURGE_TRX_AUX
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_PURGE_TRX_AUX
Subobject Name:
Status: VALID


Please refer to the Archive and Purge chapter in the Oracle Receivables User Guide for information about this table.


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

Transaction identifier
RELATED_ID NUMBER

Related transaction identifier
TYPE VARCHAR2 (10)
Type of related transaction
STATUS VARCHAR2 (1)
Status of row, Y for purgeable or N for not purgeable
Query Text

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


SELECT TRX_ID
,      RELATED_ID
,      TYPE
,      STATUS
FROM AR.AR_PURGE_TRX_AUX;

Dependencies

[top of page]

AR.AR_PURGE_TRX_AUX does not reference any database object

AR.AR_PURGE_TRX_AUX is referenced by following:

SchemaAR
ViewAR_PURGE_TRX_AUX#