DBA Data[Home] [Help] [Dependency Information]


TABLE: GMA.SY_PURG_DEF_ACT

Object Details
Object Name: SY_PURG_DEF_ACT
Object Type: TABLE
Owner: GMA
FND Design Data: TableGMA.SY_PURG_DEF_ACT
Subobject Name:
Status: VALID


Designates the Action to be performed by OPM Purge and Archive on a table by table basis.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SY_PURG_DEF_ACT_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnPURGE_TYPE
ColumnTABLE_NAME
Columns
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.
Query Text

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;

Dependencies

[top of page]

GMA.SY_PURG_DEF_ACT does not reference any database object

GMA.SY_PURG_DEF_ACT is referenced by following:

SchemaAPPS
SynonymSY_PURG_DEF_ACT