Search Results csi_ctr_estimated_readings_u01
Overview
CSI.CSI_CTR_ESTIMATED_READINGS is a transactional table in the Oracle Enterprise Asset Management (eAM) and Enterprise Asset Management counter subsystem, owned by the CSI (Customer Support Intelligence / Installed Base) schema. It stores estimated meter readings associated with counters, capturing the estimated consumption or usage when an actual physical reading is not available at the time of processing. In Oracle EBS 12.1.1 and 12.2.2, this table is central to counter-based billing, preventive maintenance scheduling, and service contract usage tracking, where continuous consumption data must be inferred between two known readings.
Each row represents a single estimated reading event tied to a counter and an estimation process. The table persists period boundaries, average calculation windows, reading counts, estimated usage, and the estimation date, allowing downstream processes to reconcile estimates against actuals during the next validation cycle. The record is fully enabled for Descriptive Flexfields (ATTRIBUTE1 through ATTRIBUTE15) and standard WHO audit columns, making it extensible and auditable in a multi-org environment. From a Data Vault modeling perspective, this object is heuristically classified as a standalone structure, with the surrogate key ESTIMATED_READING_ID acting as the natural hub anchor and the transactional attributes forming a satellite. Modeling it as a hub-linked satellite is a reasonable suggestion, though the metadata does not define an explicit link to a parent hub.
Key Information Stored
- ESTIMATED_READING_ID — Internally generated surrogate primary key (CSI_CTR_ESTIMATED_READINGS_PK) and the single-column unique index CSI_CTR_ESTIMATED_READINGS_U01.
- COUNTER_ID — Identifies the counter to which the estimated reading belongs; the principal business reference.
- ESTIMATION_ID — Identifies the estimation run or process that generated the reading.
- VALUE_TIMESTAMP — The capture date of the estimated reading.
- ESTIMATED_METER_READING — The estimated meter/counter value.
- ESTIMATED_USAGE — The derived estimated consumption for the period.
- NUM_OF_READINGS — Count of readings used in the estimate.
- PERIOD_START_DATE / PERIOD_END_DATE — Activation window boundaries.
- AVG_CALCULATION_START_DATE — Start date from which the average was computed.
- SECURITY_GROUP_ID — Foreign key to FND_SECURITY_GROUPS enabling data security.
- MIGRATED_FLAG — Indicates whether the record originated from a data migration.
Common Use Cases and Queries
Typical scenarios include reconciliation of estimated versus actual readings, usage reporting for billing, and auditing counter consumption windows. A representative query retrieves the latest estimates per counter:
- Join CSI_CTR_ESTIMATED_READINGS to the counter definition table on COUNTER_ID to report estimated usage by asset.
- Filter by VALUE_TIMESTAMP and PERIOD_START_DATE / PERIOD_END_DATE to reconcile periods.
- Aggregate ESTIMATED_USAGE grouped by COUNTER_ID for billing extracts.
- Isolate MIGRATED_FLAG = 'Y' rows for migration validation.
- Apply SECURITY_GROUP_ID predicates to enforce row-level data security.
Related Objects
- FND_SECURITY_GROUPS — referenced via SECURITY_GROUP_ID.
- CSI_CTR_COUNTERS — parent counter definition (join on COUNTER_ID).
- CSI_CTR_READINGS — actual readings reconciled against estimates.
- CSI_CTR_ESTIMATIONS — estimation process header (join on ESTIMATION_ID).
- CSI_CTR_READING_HISTORY — historical reading trail for trending.
- CSI_CTR_ACTIVATIONS — activation windows supporting period dates.
-
INDEX: CSI.CSI_CTR_ESTIMATED_READINGS_U01
12.2.2
owner:CSI, object_type:INDEX, object_name:CSI_CTR_ESTIMATED_READINGS_U01, status:VALID,
-
INDEX: CSI.CSI_CTR_ESTIMATED_READINGS_U01
12.1.1
owner:CSI, object_type:INDEX, object_name:CSI_CTR_ESTIMATED_READINGS_U01, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
TABLE: CSI.CSI_CTR_ESTIMATED_READINGS
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_CTR_ESTIMATED_READINGS, object_name:CSI_CTR_ESTIMATED_READINGS, status:VALID,
-
TABLE: CSI.CSI_CTR_ESTIMATED_READINGS
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_CTR_ESTIMATED_READINGS, object_name:CSI_CTR_ESTIMATED_READINGS, status:VALID,
-
eTRM - CSI Tables and Views
12.1.1
description: Temporary table that holds the unprocessed XNP messages during data correction process. ,
-
eTRM - CSI Tables and Views
12.2.2
description: Temporary table that holds the unprocessed XNP messages during data correction process. ,