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


TABLE: AX.AX_DISTRIB_HEADERS

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


This table stores information about the distribution headers of a
translation scheme. It contains a row for each distribution header.
Each row includes the number of the distribution header within the
translation scheme, the header column that it populates, the query
chain used and the source table and column.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: AX_DISTRIB_HEADERS_PK
  1. ColumnSET_OF_BOOKS_ID
  2. ColumnAPPLICATION_ID
  3. ColumnTRANSLATION_SCHEME
  4. ColumnHEADER_NUMBER
Indexes
Index Type Uniqueness Tablespace Column
AX_DISTRIB_HEADERS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSET_OF_BOOKS_ID
ColumnAPPLICATION_ID
ColumnTRANSLATION_SCHEME
ColumnHEADER_NUMBER
AX_DISTRIB_HEADERS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnAPPLICATION_ID
ColumnQUERY_CHAIN_NAME
Foreign Keys
Table
Foreign Table Foreign Key Column
AX_DISTRIB_HEADERS AX_DISTRIB_HEADERS_FK1 TableAX_TRANS_SCHEMES AX_DISTRIB_HEADERS SET_OF_BOOKS_ID
AX_DISTRIB_HEADERS APPLICATION_ID
AX_DISTRIB_HEADERS TRANSLATION_SCHEME
TableAX_CONDITIONS AX_CONDITIONS_FK2 AX_DISTRIB_HEADERS AX_CONDITIONS SET_OF_BOOKS_ID
AX_CONDITIONS APPLICATION_ID
AX_CONDITIONS TRANSLATION_SCHEME
AX_CONDITIONS HEADER_NUMBER
Columns
Name Datatype Length Mandatory Comments
SET_OF_BOOKS_ID NUMBER
Yes Set of books identifier
APPLICATION_ID NUMBER
Yes Application identifier
TRANSLATION_SCHEME VARCHAR2 (30) Yes Translation scheme name
HEADER_NUMBER NUMBER
Yes Distribution header number
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
HEADER_COLUMN VARCHAR2 (30) Yes Header column name
QUERY_CHAIN_NAME VARCHAR2 (30)
Query chain name used
SOURCE_TABLE VARCHAR2 (30)
Query chain table name
SOURCE_COLUMN VARCHAR2 (30) Yes Query chain table column name
Query Text

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


SELECT SET_OF_BOOKS_ID
,      APPLICATION_ID
,      TRANSLATION_SCHEME
,      HEADER_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      HEADER_COLUMN
,      QUERY_CHAIN_NAME
,      SOURCE_TABLE
,      SOURCE_COLUMN
FROM AX.AX_DISTRIB_HEADERS;

Dependencies

[top of page]

AX.AX_DISTRIB_HEADERS does not reference any database object

AX.AX_DISTRIB_HEADERS is referenced by following:

SchemaAPPS
SynonymAX_DISTRIB_HEADERS