[Home] [Help]
[Dependency Information]
| 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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| 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 |
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;
MTH.MTH_EVENT_SETUP_TMP does not reference any database object
MTH.MTH_EVENT_SETUP_TMP is referenced by following:
MTH
MTH_EVENT_SETUP_TMP#
|
|
|
|