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


TABLE: HXC.HXC_ALIAS_TYPES

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


HXC_ALIAS_TYPES holds the alternate name types. These types could be based on a DDF context defintion or a value set.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HXC_ALIAS_TYPES_PK NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnALIAS_TYPE_ID
HXC_ALIAS_TYPES_UK1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnALIAS_TYPE
ColumnREFERENCE_OBJECT
Columns
Name Datatype Length Mandatory Comments
ALIAS_TYPE_ID NUMBER (15) Yes Primary Key from associated sequence
ALIAS_TYPE VARCHAR2 (30) Yes Type of the Alternate Name -> DYNAMIC or STATIC
REFERENCE_OBJECT VARCHAR2 (150) Yes Object Used by the type. If the type is static then the reference object will contained the alias context code of the DDF. It the type is Dynamic, the reference object will contained a value set id
LAST_UPDATE_DATE DATE

Standard Who column - date when a user last updated this row.
LAST_UPDATED_BY NUMBER (15)
Standard who column - user who last updated this row (foreign key to FND_USER.USER_ID).
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column - operating system login of user who last updated this row (foreign key to FND_LOGINS.LOGIN_ID).
CREATED_BY NUMBER (15)
Standard who column - user who created this row (foreign key to FND_USER.USER_ID).
CREATION_DATE DATE

Standard who column - date when this row was created.
OBJECT_VERSION_NUMBER NUMBER (9)
Object Version Number
Query Text

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


SELECT ALIAS_TYPE_ID
,      ALIAS_TYPE
,      REFERENCE_OBJECT
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      OBJECT_VERSION_NUMBER
FROM HXC.HXC_ALIAS_TYPES;

Dependencies

[top of page]

HXC.HXC_ALIAS_TYPES does not reference any database object

HXC.HXC_ALIAS_TYPES is referenced by following:

SchemaAPPS
SynonymHXC_ALIAS_TYPES
TriggerHXC_ALIAS_TYPES_WHO