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


TABLE: MTH.MTH_VIRTUAL_METER_COMPONENTS

Object Details
Object Name: MTH_VIRTUAL_METER_COMPONENTS
Object Type: TABLE
Owner: MTH
FND Design Data: TableMTH.MTH_VIRTUAL_METER_COMPONENTS
Subobject Name:
Status: VALID


This table defines required componets for formula in order to calculate the energy consumption.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
VIRTUAL_METER_COMPONENT_PK_KEY NUMBER
Yes System generated surrogate key for meter component identifier
COMPONENT_NAME VARCHAR2 (30) Yes Component name for generating formula. The value is generated internally, i.e. ID#
METER_FK_KEY NUMBER
Yes Reference to meter
COMPONENT_TYPE VARCHAR2 (30)
Component type code. They are for Meter, Constant, Equipment Power Rating, Equipment Status Duration, Shift Availability, and Customer Component
COMPONENT_VALUE VARCHAR2 (255)
Actual value depened on different component, constant value for Constant, meter codepk key for Meter, Others like Equipment Status, Equipment Power Rating, and Shift Availiablility, and Customer Component Value that user will seed their own component value such as Head Count or Square Feet to caputuring the energy usage.
CREATION_DATE DATE
Yes Standard who column
LAST_UPDATE_DATE DATE
Yes Standard who column
CREATION_SYSTEM_ID NUMBER
Yes Standard who column
LAST_UPDATE_SYSTEM_ID NUMBER
Yes Standard who column
CREATED_BY NUMBER (15)
Standard who column
LAST_UPDATED_BY NUMBER (15)
Standard who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard who column
Query Text

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


SELECT VIRTUAL_METER_COMPONENT_PK_KEY
,      COMPONENT_NAME
,      METER_FK_KEY
,      COMPONENT_TYPE
,      COMPONENT_VALUE
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      CREATION_SYSTEM_ID
,      LAST_UPDATE_SYSTEM_ID
,      CREATED_BY
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
FROM MTH.MTH_VIRTUAL_METER_COMPONENTS;

Dependencies

[top of page]

MTH.MTH_VIRTUAL_METER_COMPONENTS does not reference any database object

MTH.MTH_VIRTUAL_METER_COMPONENTS is referenced by following:

SchemaMTH
ViewMTH_VIRTUAL_METER_COMPONENTS#