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


TABLE: HXC.HXC_DATA_SETS

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


Used to mark the data in otl tables as per the date range


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HXC_DATA_SETS_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnDATA_SET_ID
Columns
Name Datatype Length Mandatory Comments
DATA_SET_ID NUMBER (15) Yes Primary Key
DATA_SET_NAME VARCHAR2 (80) Yes Name for the data set
DESCRIPTION VARCHAR2 (150)
Description for the data set
START_DATE DATE
Yes Start date of the data set range
END_DATE DATE
Yes End date of the data set range
DATA_SET_MODE VARCHAR2 (10) Yes Type of the backup mechanism used
STATUS VARCHAR2 (20) Yes Staus of the data set, online or offline
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
VALIDATION_STATUS VARCHAR2 (1)
Validation Status of the Data Set
Query Text

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


SELECT DATA_SET_ID
,      DATA_SET_NAME
,      DESCRIPTION
,      START_DATE
,      END_DATE
,      DATA_SET_MODE
,      STATUS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      VALIDATION_STATUS
FROM HXC.HXC_DATA_SETS;

Dependencies

[top of page]

HXC.HXC_DATA_SETS does not reference any database object

HXC.HXC_DATA_SETS is referenced by following:

SchemaAPPS
SynonymHXC_DATA_SETS
TriggerHXC_DATA_SETS_WHO