[Home] [Help]
[Dependency Information]
| Object Name: | AX_PURGE_RUNS |
|---|---|
| Object Type: | TABLE |
| Owner: | AX |
| FND Design Data: | AX.AX_PURGE_RUNS
|
| Subobject Name: | |
| Status: | VALID |
This table stores the status and audit information of each Subledger Archive and Purge execution.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
PURGE_ID| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AX_PURGE_RUNS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PURGE_ID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PURGE_ID | NUMBER | (15) | Yes | Purge identifier |
| APPLICATION_ID | NUMBER | (15) | Yes | Application identifier |
| SET_OF_BOOKS_ID | NUMBER | (15) | Yes | Set of books identifier |
| PERIOD_NAME | VARCHAR2 | (15) | Yes | Period name |
| PERIOD_STATUS | NUMBER | (15) | Period status (purged or not purged) | |
| ERROR_CODE | VARCHAR2 | (100) | Archive and Purge error code | |
| BATCHSIZE | NUMBER | Commit batch size | ||
| PURGE_STATUS_CODE | VARCHAR2 | (30) | Status of the purge execution | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
| REQUEST_ID | NUMBER | Standard Who column | ||
| PROGRAM_APPLICATION_ID | NUMBER | Standard Who column | ||
| PROGRAM_ID | NUMBER | Standard Who column | ||
| PROGRAM_UPDATE_DATE | DATE | Standard Who column |
Cut, paste (and edit) the following text to query this object:
SELECT PURGE_ID
, APPLICATION_ID
, SET_OF_BOOKS_ID
, PERIOD_NAME
, PERIOD_STATUS
, ERROR_CODE
, BATCHSIZE
, PURGE_STATUS_CODE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, REQUEST_ID
, PROGRAM_APPLICATION_ID
, PROGRAM_ID
, PROGRAM_UPDATE_DATE
FROM AX.AX_PURGE_RUNS;
AX.AX_PURGE_RUNS does not reference any database object
AX.AX_PURGE_RUNS is referenced by following:
AX
AX_PURGE_RUNS#
|
|
|
|