[Home] [Help]
[Dependency Information]
| Object Name: | SY_PURG_DEF |
|---|---|
| Object Type: | TABLE |
| Owner: | GMA |
| FND Design Data: | GMA.SY_PURG_DEF
|
| Subobject Name: | |
| Status: | VALID |
OPM Purge and Archive definitions are stored in this table.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| SYS_IL0000035918C00014$$ | LOB | UNIQUE |
APPS_TS_SEED
|
|
| SY_PURG_DEF_PK | NORMAL | UNIQUE |
APPS_TS_SEED
|
PURGE_TYPE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PURGE_TYPE | VARCHAR2 | (4) | Yes | Purge Type - the name of the Purge and Archive routine (eg, PROD). |
| PURGE_CLASS | VARCHAR2 | (1) | Yes | Differentiates standard, pre-defined purges from user-defined purges. S = Standard Purge, Blank or Other = User Defined purge |
| PURGE_DESC | VARCHAR2 | (255) | Yes | Description of the Purge Type |
| CREATION_DATE | DATE | Yes | Standard who column | |
| CREATED_BY | NUMBER | (15) | Yes | Standard who column |
| LAST_UPDATE_DATE | DATE | Yes | Standard who column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard who column |
| TRANS_CNT | NUMBER | (10) | Not currently used | |
| DELETE_MARK | NUMBER | (5) | Yes | Standard: 0=Active record (default); 1=Marked for (logical) deletion. |
| TEXT_CODE | NUMBER | (10) | ID which joins any rows of text in this table to the Text Table for this Module | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard who column | |
| WORK_TABLESPACE | VARCHAR2 | (30) | Tablespace to use for P/A temporary tables (defaults to user's default tablespace if null). | |
| DEFAULT_TARGET_TABLESPACE | VARCHAR2 | (30) | Tablespace to use for P/A target tables (defaults to user's default tablespace if null). Can be overridden at the table level through sy_purg_def_act. | |
| SQLSTATEMENT | CLOB | (4000) | Yes | The sql statement used to select the rows to be archived or purged. |
Cut, paste (and edit) the following text to query this object:
SELECT PURGE_TYPE
, PURGE_CLASS
, PURGE_DESC
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, TRANS_CNT
, DELETE_MARK
, TEXT_CODE
, LAST_UPDATE_LOGIN
, WORK_TABLESPACE
, DEFAULT_TARGET_TABLESPACE
, SQLSTATEMENT
FROM GMA.SY_PURG_DEF;
GMA.SY_PURG_DEF does not reference any database object
GMA.SY_PURG_DEF is referenced by following:
APPS
SY_PURG_DEF
|
|
|
|