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


TABLE: ASG.ASG_PURGE_SDQ

Object Details
Object Name: ASG_PURGE_SDQ
Object Type: TABLE
Owner: ASG
Subobject Name:
Status: VALID


Stores the purge record information.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
ASG_PURGE_SDQ_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnUSER_NAME
ColumnPUB_NAME
Columns
Name Datatype Length Mandatory Comments
USER_NAME VARCHAR2 (30) Yes User name.
TRANSACTION_ID NUMBER

Transaction Id.
CREATION_DATE DATE

Standard who column - date when this row was created.
CREATED_BY NUMBER

Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER

Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
PUB_NAME VARCHAR2 (30) Yes Publication Name
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT USER_NAME
,      TRANSACTION_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      PUB_NAME
FROM ASG.ASG_PURGE_SDQ;

Dependencies

[top of page]

ASG.ASG_PURGE_SDQ does not reference any database object

ASG.ASG_PURGE_SDQ is referenced by following:

SchemaAPPS
SynonymASG_PURGE_SDQ