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


TABLE: AX.AX_ID_HASH_RESULTS

Object Details
Object Name: AX_ID_HASH_RESULTS
Object Type: TABLE
Owner: AX
FND Design Data: TableAX.AX_ID_HASH_RESULTS
Subobject Name:
Status: VALID


This table stores hashed values for numeric identifiers. It contains a
row for each different identifier of each type of object.
The column IDENTIFIER_TYPE identifies the type of object; valid values
are:
- APPLICATION
- SET_OF_BOOKS
The identifiers are hashed transforming them in a string of characters
having a predetermined length.
Do not access this table directly; to maintain data integrity, always
use the package AX_HASH_PKG.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: AX_ID_HASH_RESULTS_PK
  1. ColumnIDENTIFIER_TYPE
  2. ColumnIDENTIFIER
Indexes
Index Type Uniqueness Tablespace Column
AX_ID_HASH_RESULTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnIDENTIFIER_TYPE
ColumnIDENTIFIER
Columns
Name Datatype Length Mandatory Comments
IDENTIFIER_TYPE VARCHAR2 (15) Yes Type of identifier
IDENTIFIER NUMBER
Yes Identifier value
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
REQUEST_ID NUMBER

Standard Who column
PROGRAM_APPLICATION_ID NUMBER

Standard Who column
PROGRAM_ID NUMBER

Standard Who column
PROGRAM_UPDATE_DATE DATE

Standard Who column
HASH_VALUE VARCHAR2 (10) Yes Hashed value of the identifier
Query Text

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


SELECT IDENTIFIER_TYPE
,      IDENTIFIER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_APPLICATION_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      HASH_VALUE
FROM AX.AX_ID_HASH_RESULTS;

Dependencies

[top of page]

AX.AX_ID_HASH_RESULTS does not reference any database object

AX.AX_ID_HASH_RESULTS is referenced by following:

SchemaAPPS
SynonymAX_ID_HASH_RESULTS