[Home] [Help]
[Dependency Information]
| Object Name: | MTH_METERS |
|---|---|
| Object Type: | TABLE |
| Owner: | MTH |
| FND Design Data: | MTH.MTH_METERS
|
| Subobject Name: | |
| Status: | VALID |
This table defines actual and virtual meter definition
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| METER_PK_KEY | NUMBER | Yes | System generated surrogate key for meter identifier | |
| METER_CODE | VARCHAR2 | (255) | Yes | Meter code. Uniquely identify the meter |
| SUSTAIN_ASPECT_FK_KEY | NUMBER | Yes | Reference to sustainability aspect | |
| METER_NAME | VARCHAR2 | (100) | Yes | Meter name |
| METER_TYPE | VARCHAR2 | (30) | Yes | Meter type code |
| TAG_CODE | VARCHAR2 | (225) | Tag code | |
| VIRTUAL_METER_TYPE | VARCHAR2 | (30) | Meter Based, Power Rating Based, or Custom Based | |
| VIRTUAL_METER_FORMULA | VARCHAR2 | (255) | Virtual meter formula | |
| PRECEDENCE | NUMBER | Precedence for meter in order to calculate the meter reading. | ||
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT METER_PK_KEY
, METER_CODE
, SUSTAIN_ASPECT_FK_KEY
, METER_NAME
, METER_TYPE
, TAG_CODE
, VIRTUAL_METER_TYPE
, VIRTUAL_METER_FORMULA
, PRECEDENCE
, CREATION_DATE
, LAST_UPDATE_DATE
, CREATION_SYSTEM_ID
, LAST_UPDATE_SYSTEM_ID
, CREATED_BY
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
FROM MTH.MTH_METERS;
MTH.MTH_METERS does not reference any database object
MTH.MTH_METERS is referenced by following:
MTH
MTH_METERS#
|
|
|
|