[Home] [Help]
[Dependency Information]
| Object Name: | AR_PURGE_TRX_AUX |
|---|---|
| Object Type: | TABLE |
| Owner: | AR |
| FND Design Data: | AR.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AR_PURGE_TRX_AUX_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
TRX_ID
|
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT TRX_ID
, RELATED_ID
, TYPE
, STATUS
FROM AR.AR_PURGE_TRX_AUX;
AR.AR_PURGE_TRX_AUX does not reference any database object
AR.AR_PURGE_TRX_AUX is referenced by following:
AR
AR_PURGE_TRX_AUX#
|
|
|
|