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


TABLE: MTH.MTH_EVENT_SETUP_TMP

Object Details
Object Name: MTH_EVENT_SETUP_TMP
Object Type: TABLE
Owner: MTH
Subobject Name:
Status: VALID


This table stores temporary information on Event Action Setup for handling Events. It holds information like Equipment, Event Type and Reason.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
EVENT_SETUP_ID NUMBER

Event Setup identifier
EQUIPMENT_FK_KEY NUMBER

Reference to equipment
EVENT_TYPE_CODE VARCHAR2 (120)
Event Type Code
REASON_CODE VARCHAR2 (120)
Reason code
ACTION_TYPE_CODE VARCHAR2 (30)
Action Type code
Query Text

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


SELECT EVENT_SETUP_ID
,      EQUIPMENT_FK_KEY
,      EVENT_TYPE_CODE
,      REASON_CODE
,      ACTION_TYPE_CODE
FROM MTH.MTH_EVENT_SETUP_TMP;

Dependencies

[top of page]

MTH.MTH_EVENT_SETUP_TMP does not reference any database object

MTH.MTH_EVENT_SETUP_TMP is referenced by following:

SchemaMTH
ViewMTH_EVENT_SETUP_TMP#