Search Results eam_meter_readings_interface
Overview
The EAM.EAM_METER_READINGS_INTERFACE table is a concurrent-program staging table within Oracle Enterprise Asset Management (EAM). It serves as the inbound landing zone for asset meter reading data before that data is validated, transformed, and posted to the permanent EAM meter reading tables. Because it is an interface table rather than a transactional base table, its contents are transient: rows are inserted by external systems, feeder programs, or integration routines, then consumed and typically purged by a batch import process invoked from the EAM responsibility.
In the EAM data model, meter readings drive preventive maintenance scheduling and condition-based work order generation, so the accuracy of this staging table materially affects downstream maintenance planning. In Oracle EBS 12.1.1 and 12.2.2 the object resides in the EAM schema with a documented physical footprint of 46 columns, and it is classified as VALID in the environment from which the ETRM metadata was mined.
From a Data Vault modeling perspective, the metadata heuristic classifies this table as standalone. This is a reasonable modeling suggestion: although the table carries a foreign-key-style reference from METER_ID to EAM_METERS, it exhibits no dependent child objects and no composite link structure, so it is best treated as an isolated staging entity rather than a hub, link, or satellite. Its surrogate identity is INTERFACE_ID, with GROUP_ID providing the batch grouping convention common to EBS interface tables.
Key Information Stored
The most significant columns fall into functional groups:
- Batch and status control: GROUP_ID (batch grouping key), PROCESS_STATUS and PROCESS_PHASE (lifecycle tracking for the import), INTERFACE_ID (surrogate row identity), REQUEST_ID, PROGRAM_ID, PROGRAM_APPLICATION_ID (concurrent request provenance).
- Meter identity: METER_ID (foreign key to EAM_METERS), METER_NAME (denormalized business identifier), ORGANIZATION_ID and ORGANIZATION_CODE (asset owning organization).
- Reading payload: READING_VALUE, READING_DATE, READING_CHANGE, RESET_FLAG, LIFE_TO_DATE_READING, and DISABLE_FLAG.
- Source and context: SOURCE_CODE and SOURCE_LINE_ID (originating system reference), WIP_ENTITY_ID and WORK_ORDER_NAME (work order linkage), DESCRIPTION.
- Audit and extensibility: CREATED_BY, CREATED_BY_NAME, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATED_BY_NAME, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN, ATTRIBUTE_CATEGORY, and ATTRIBUTE1 through ATTRIBUTE15.
METER_ID is the documented foreign-key candidate referencing EAM_METERS; METER_NAME functions as its denormalized business-key counterpart and is useful for validation joins. The audit columns and the fifteen descriptive flexfield attributes follow standard EBS interface conventions and are populated by the submitting process.
Common Use Cases and Queries
The primary use case is load validation and error triage prior to posting. Typical patterns include:
- Monitoring unprocessed rows by status and batch:
SELECT GROUP_ID, PROCESS_STATUS, COUNT(*) FROM EAM.EAM_METER_READINGS_INTERFACE GROUP BY GROUP_ID, PROCESS_STATUS; - Reconciling the interface against master meter definitions using METER_ID joined to EAM_METERS, or using METER_NAME for loose matching.
- Reporting reading trends by organization or work order: aggregate READING_VALUE over READING_DATE filtered by ORGANIZATION_ID or WIP_ENTITY_ID.
- Auditing who submitted a batch via CREATED_BY_NAME and REQUEST_ID, and tracing source origin via SOURCE_CODE and SOURCE_LINE_ID.
Because the table is a staging area, queries should generally filter on PROCESS_STATUS to exclude already-posted or purged rows.
Related Objects
- EAM_METERS — referenced through METER_ID; the authoritative meter definition table.
- EAM_METER_READINGS — the permanent transactional target populated by the import program.
- WIP_ENTITIES — implied by WIP_ENTITY_ID and WORK_ORDER_NAME where readings are tied to work orders.
- FND_CONCURRENT_REQUESTS — linked by REQUEST_ID for batch job traceability.
- EAM_ORGANIZATIONS / ORG_ORGANIZATION_DEFINITIONS — resolves ORGANIZATION_ID and ORGANIZATION_CODE.
- EAM Meter Reading Import concurrent program — the processor that reads, validates, and posts this interface data.
-
Table: EAM_METER_READINGS_INTERFACE
12.1.1
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_METER_READINGS_INTERFACE, object_name:EAM_METER_READINGS_INTERFACE, status:VALID, product: EAM - Enterprise Asset Management , description: Asset Meter Readings Interface table , implementation_dba_data: EAM.EAM_METER_READINGS_INTERFACE ,
-
Table: EAM_METER_READINGS_INTERFACE
12.2.2
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_METER_READINGS_INTERFACE, object_name:EAM_METER_READINGS_INTERFACE, status:VALID, product: EAM - Enterprise Asset Management , description: Asset Meter Readings Interface table , implementation_dba_data: EAM.EAM_METER_READINGS_INTERFACE ,
-
APPS.EAM_METR_PROCESSOR SQL Statements
12.1.1
-
APPS.EAM_METR_PROCESSOR SQL Statements
12.2.2
-
APPS.EAM_MRI_UTILS SQL Statements
12.1.1
-
APPS.EAM_METR_VALIDATOR SQL Statements
12.1.1
-
APPS.EAM_METR_VALIDATOR SQL Statements
12.2.2
-
APPS.EAM_MRI_UTILS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.EAM_METR_PROCESSOR
12.1.1
-
PACKAGE BODY: APPS.EAM_METR_PROCESSOR
12.2.2
-
PACKAGE BODY: APPS.EAM_METR_VALIDATOR
12.2.2
-
PACKAGE BODY: APPS.EAM_METR_VALIDATOR
12.1.1
-
SYNONYM: APPS.EAM_METER_READINGS_INTERFACE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:EAM_METER_READINGS_INTERFACE, status:VALID,
-
SYNONYM: APPS.EAM_METER_READINGS_INTERFACE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:EAM_METER_READINGS_INTERFACE, status:VALID,
-
PACKAGE BODY: APPS.EAM_MRI_UTILS
12.2.2
-
VIEW: EAM.EAM_METER_READINGS_INTERFACE#
12.2.2
owner:EAM, object_type:VIEW, object_name:EAM_METER_READINGS_INTERFACE#, status:VALID,
-
VIEW: EAM.EAM_METER_READINGS_INTERFACE#
12.2.2
-
PACKAGE BODY: APPS.EAM_MRI_UTILS
12.1.1
-
TABLE: EAM.EAM_METER_READINGS_INTERFACE
12.2.2
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_METER_READINGS_INTERFACE, object_name:EAM_METER_READINGS_INTERFACE, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
TABLE: EAM.EAM_METER_READINGS_INTERFACE
12.1.1
owner:EAM, object_type:TABLE, fnd_design_data:EAM.EAM_METER_READINGS_INTERFACE, object_name:EAM_METER_READINGS_INTERFACE, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.EAM_METER_READINGS_INTERFACE_V
12.1.1
-
VIEW: APPS.EAM_METER_READINGS_INTERFACE_V
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.EAM_METR_VALIDATOR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_METR_VALIDATOR, status:VALID,
-
PACKAGE BODY: APPS.EAM_METR_PROCESSOR
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_METR_PROCESSOR, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.EAM_METR_PROCESSOR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_METR_PROCESSOR, status:VALID,
-
PACKAGE BODY: APPS.EAM_METR_VALIDATOR
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_METR_VALIDATOR, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: EAM_METER_READINGS_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_METER_READINGS_INTERFACE_V, object_name:EAM_METER_READINGS_INTERFACE_V, status:VALID, product: EAM - Enterprise Asset Management , description: View used to get meter and meter reading interface details. , implementation_dba_data: APPS.EAM_METER_READINGS_INTERFACE_V ,
-
View: EAM_METER_READINGS_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_METER_READINGS_INTERFACE_V, object_name:EAM_METER_READINGS_INTERFACE_V, status:VALID, product: EAM - Enterprise Asset Management , description: View used to get meter and meter reading interface details. , implementation_dba_data: APPS.EAM_METER_READINGS_INTERFACE_V ,
-
VIEW: APPS.EAM_METER_READINGS_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_METER_READINGS_INTERFACE_V, object_name:EAM_METER_READINGS_INTERFACE_V, status:VALID,
-
VIEW: APPS.EAM_METER_READINGS_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_METER_READINGS_INTERFACE_V, object_name:EAM_METER_READINGS_INTERFACE_V, status:VALID,
-
APPS.EAM_METR_VALIDATOR dependencies on EAM_METER_READINGS_INTERFACE
12.1.1
-
APPS.EAM_METR_PROCESSOR dependencies on EAM_METER_READINGS_INTERFACE
12.1.1
-
eTRM - EAM Tables and Views
12.1.1
description: Table for storing workflow item type and keys corresponding to a work order ,
-
APPS.EAM_METR_VALIDATOR dependencies on EAM_METER_READINGS_INTERFACE
12.2.2
-
APPS.EAM_METR_PROCESSOR dependencies on EAM_METER_READINGS_INTERFACE
12.2.2
-
eTRM - EAM Tables and Views
12.2.2
description: Table for storing workflow item type and keys corresponding to a work order ,
-
APPS.EAM_METR_VALIDATOR dependencies on WIP_CONSTANTS
12.1.1
-
APPS.EAM_METR_VALIDATOR dependencies on WIP_CONSTANTS
12.2.2
-
APPS.EAM_METR_PROCESSOR dependencies on WIP_CONSTANTS
12.2.2
-
APPS.EAM_METR_VALIDATOR dependencies on EAM_INT_UTILS
12.2.2