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


TABLE: EAM.EAM_CONTROL_EVENT

Object Details
Object Name: EAM_CONTROL_EVENT
Object Type: TABLE
Owner: EAM
FND Design Data: TableEAM.EAM_CONTROL_EVENT
Subobject Name:
Status: VALID


This table is used to store the information regarding the events which needs to be tracked for all Assets in each maintenance organization.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
EAM_ASSET_LOG_CONTROLS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnORGANIZATION_ID
ColumnEVENT_ID
ColumnEVENT_TYPE
Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER
Yes Organization Identifier
EVENT_TYPE VARCHAR2 (30)
Event Type Code
EVENT_ID NUMBER

Event Identifier
CREATED_BY NUMBER
Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_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 ORGANIZATION_ID
,      EVENT_TYPE
,      EVENT_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM EAM.EAM_CONTROL_EVENT;

Dependencies

[top of page]

EAM.EAM_CONTROL_EVENT does not reference any database object

EAM.EAM_CONTROL_EVENT is referenced by following:

SchemaAPPS
SynonymEAM_CONTROL_EVENT