[Home] [Help]
[Dependency Information]
Object Name: | SY_PURG_DEF_ACT |
---|---|
Object Type: | TABLE |
Owner: | GMA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
Designates the Action to be performed by OPM Purge and Archive on a table by table basis.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
SY_PURG_DEF_ACT_PK | NORMAL | UNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
PURGE_TYPE | VARCHAR2 | (4) | Yes | Purge Type - the name of the Purge and Archive routine (eg, PROD). |
TABLE_NAME | VARCHAR2 | (32) | Yes | Table to be archived or purged |
ACTION | VARCHAR2 | (1) | Not Used | |
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 |
ARCHIVE_ACTION | VARCHAR2 | (1) | Yes | D = Delete rows after they are archived. K = Keep rows after they are archived |
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 | |
TARGET_TABLESPACE | VARCHAR2 | (30) | Tablespace to use for *this* table. If null, defaults to sy_purg_def.default_target_tablespace, then user's default tablespace. |
Cut, paste (and edit) the following text to query this object:
SELECT PURGE_TYPE
, TABLE_NAME
, ACTION
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, ARCHIVE_ACTION
, TRANS_CNT
, DELETE_MARK
, TEXT_CODE
, LAST_UPDATE_LOGIN
, TARGET_TABLESPACE
FROM GMA.SY_PURG_DEF_ACT;
GMA.SY_PURG_DEF_ACT does not reference any database object
GMA.SY_PURG_DEF_ACT is referenced by following:
|
|
|