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


TABLE: AX.AX_EVENT_MAPPINGS

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


This table stores information about the mapping of the primary key
column(s) of the base event table of a translation scheme. It
contains a row for each primary key column of the base event table.
Each row includes the name of the primary key column and its mapping
to a column of AX_EVENTS (the column to which it has to be compared).


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Primary Key: AX_EVENT_MAPPINGS_PK
  1. ColumnSET_OF_BOOKS_ID
  2. ColumnAPPLICATION_ID
  3. ColumnTRANSLATION_SCHEME
  4. ColumnPRIMARY_KEY_COLUMN
Indexes
Index Type Uniqueness Tablespace Column
AX_EVENT_MAPPINGS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnSET_OF_BOOKS_ID
ColumnAPPLICATION_ID
ColumnTRANSLATION_SCHEME
ColumnPRIMARY_KEY_COLUMN
Foreign Keys
Table
Foreign Table Foreign Key Column
AX_EVENT_MAPPINGS AX_EVENT_MAPPINGS_FK1 TableAX_TRANS_SCHEMES AX_EVENT_MAPPINGS SET_OF_BOOKS_ID
AX_EVENT_MAPPINGS APPLICATION_ID
AX_EVENT_MAPPINGS TRANSLATION_SCHEME
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
PRIMARY_KEY_COLUMN VARCHAR2 (30) Yes Name of the primary key column of the base event table
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
EVENT_FIELD VARCHAR2 (30) Yes Mapping column in AX_EVENTS table
Query Text

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


SELECT SET_OF_BOOKS_ID
,      APPLICATION_ID
,      TRANSLATION_SCHEME
,      PRIMARY_KEY_COLUMN
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      EVENT_FIELD
FROM AX.AX_EVENT_MAPPINGS;

Dependencies

[top of page]

AX.AX_EVENT_MAPPINGS does not reference any database object

AX.AX_EVENT_MAPPINGS is referenced by following:

SchemaAPPS
SynonymAX_EVENT_MAPPINGS