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


TABLE: GMA.SY_PURG_ERR

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


Stores the database output from the OPM Purge and Archive utility,
specifically the GMA_PURGE_ENGINE package.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
SY_PURGE_ERR_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPURGE_ID
ColumnLINE_NO
Columns
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.
Query Text

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;

Dependencies

[top of page]

GMA.SY_PURG_ERR does not reference any database object

GMA.SY_PURG_ERR is referenced by following:

SchemaAPPS
SynonymSY_PURG_ERR