[Home] [Help]
[Dependency Information]
| Object Name: | SY_PURG_ERR |
|---|---|
| Object Type: | TABLE |
| Owner: | GMA |
| FND Design Data: | GMA.SY_PURG_ERR
|
| Subobject Name: | |
| Status: | VALID |
Stores the database output from the OPM Purge and Archive utility,
specifically the GMA_PURGE_ENGINE package.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SY_PURGE_ERR_PK | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
PURGE_ID
LINE_NO
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PURGE_ID | NUMBER | (5) | Yes | Unique identifier for each purge. |
| LINE_NO | NUMBER | Yes | Line number of error message. | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| CREATION_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| TEXT | VARCHAR2 | (80) | Error text associated with the purge ID. |
Cut, paste (and edit) the following text to query this object:
SELECT PURGE_ID
, LINE_NO
, CREATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
, LAST_UPDATE_LOGIN
, LAST_UPDATED_BY
, TEXT
FROM GMA.SY_PURG_ERR;
GMA.SY_PURG_ERR does not reference any database object
GMA.SY_PURG_ERR is referenced by following:
GMA
SY_PURG_ERR#
|
|
|
|