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


TABLE: HXC.HXC_DATA_SET_DETAILS

Object Details
Object Name: HXC_DATA_SET_DETAILS
Object Type: TABLE
Owner: HXC
FND Design Data: TableHXC.HXC_DATA_SET_DETAILS
Subobject Name:
Status: VALID


Used to store the count of records archived in each table for each data set.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HXC_DATA_SET_ID_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDATA_SET_ID
Columns
Name Datatype Length Mandatory Comments
DATA_SET_ID NUMBER (15) Yes Data Set Id
TABLE_NAME VARCHAR2 (30) Yes Name of the table which is archived
ROW_COUNT NUMBER (10)
Number of rows archived for the given table
SCOPE VARCHAR2 (30)
Scope
CREATED_BY NUMBER (15)
Standard who column- who created the record
CREATION_DATE DATE

Standard who column - date when this row was created
LAST_UPDATED_BY NUMBER (15)
Standard who column - user id who updated the record
LAST_UPDATE_DATE DATE

Standard who column - date when this row was last updated
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - login id of last update
Query Text

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


SELECT DATA_SET_ID
,      TABLE_NAME
,      ROW_COUNT
,      SCOPE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM HXC.HXC_DATA_SET_DETAILS;

Dependencies

[top of page]

HXC.HXC_DATA_SET_DETAILS does not reference any database object

HXC.HXC_DATA_SET_DETAILS is referenced by following:

SchemaAPPS
SynonymHXC_DATA_SET_DETAILS
TriggerHXC_DATA_SET_DETAILS_WHO