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


TABLE: AX.AX_DOCUMENT_EVENT_TYPES

Object Details
Object Name: AX_DOCUMENT_EVENT_TYPES
Object Type: TABLE
Owner: AX
Subobject Name:
Status: VALID


This table stores information about mapping of document types to event types


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
AX_DOCUMENT_EVENT_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnEVENT_TYPE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER
Yes Application identifier
DOCUMENT_TYPE VARCHAR2 (30) Yes Document type
EVENT_TYPE VARCHAR2 (30) Yes Event type
DOCUMENT_ID_MAPPING VARCHAR2 (10)
Documet id mapping
CATEGORY_DEFAULT VARCHAR2 (1)
Default Category to be assigned to the Event type or not
CREATED_BY NUMBER

Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
Query Text

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


SELECT APPLICATION_ID
,      DOCUMENT_TYPE
,      EVENT_TYPE
,      DOCUMENT_ID_MAPPING
,      CATEGORY_DEFAULT
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      LAST_UPDATE_LOGIN
FROM AX.AX_DOCUMENT_EVENT_TYPES;

Dependencies

[top of page]

AX.AX_DOCUMENT_EVENT_TYPES does not reference any database object

AX.AX_DOCUMENT_EVENT_TYPES is referenced by following:

SchemaAPPS
SynonymAX_DOCUMENT_EVENT_TYPES