[Home] [Help]
[Dependency Information]
| Object Name: | AX_EVENT_MAPPINGS |
|---|---|
| Object Type: | TABLE |
| Owner: | AX |
| FND Design Data: | AX.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).
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
SET_OF_BOOKS_ID
APPLICATION_ID
TRANSLATION_SCHEME
PRIMARY_KEY_COLUMN| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| AX_EVENT_MAPPINGS_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SET_OF_BOOKS_ID
APPLICATION_ID
TRANSLATION_SCHEME
PRIMARY_KEY_COLUMN
|
| Table | |
Foreign Table | Foreign Key Column | AX_EVENT_MAPPINGS | ![]() |
AX_TRANS_SCHEMES
|
AX_EVENT_MAPPINGS
SET_OF_BOOKS_ID
AX_EVENT_MAPPINGS APPLICATION_ID AX_EVENT_MAPPINGS TRANSLATION_SCHEME |
|---|
| 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 |
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;
AX.AX_EVENT_MAPPINGS does not reference any database object
AX.AX_EVENT_MAPPINGS is referenced by following:
AX
AX_EVENT_MAPPINGS#
|
|
|
|