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


TABLE: AR.AR_PURGE_REC_AUX

Object Details
Object Name: AR_PURGE_REC_AUX
Object Type: TABLE
Owner: AR
FND Design Data: TableAR.AR_PURGE_REC_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_REC_AUX_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnREC_ID
Columns
Name Datatype Length Mandatory Comments
REC_ID NUMBER

Receipt identifier
REC_TRX_ID NUMBER

Identifier of transaction that is related to this receipt
STATUS VARCHAR2 (1)
Status of receipt, Y for purgeable or N for not purgeable
Query Text

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


SELECT REC_ID
,      REC_TRX_ID
,      STATUS
FROM AR.AR_PURGE_REC_AUX;

Dependencies

[top of page]

AR.AR_PURGE_REC_AUX does not reference any database object

AR.AR_PURGE_REC_AUX is referenced by following:

SchemaAR
ViewAR_PURGE_REC_AUX#