Search Results filter_reading_count
Overview
APPS.CSI_COUNTERS_BC_V is a Business Components (BC) compatibility view in Oracle E-Business Suite, exposed under the APPS schema and defined in the Enterprise Territory and Resource Management (ETRM) foundation layer of the CSI (Customer Service Intelligence / Install Base) product family. Its principal role is to present a unified, flattened projection of counter definitions originating from two distinct source views — CSI_COUNTERS_VL and CSI_COUNTER_TEMPLATE_VL — through a UNION ALL construct, so that application-tier Business Components and dependent reporting or integration routines can query counter metadata, tolerances, and derivation rules from a single relational surface.
The view straddles 12.1.1 and 12.2.2; the underlying column list and the documented metadata are consistent across both releases, with OBJECT_VERSION_NUMBER and column aliases such as CONTEXT, FORMULA_INCOMPL_FLAG, and TYPE reflecting the OAF-style naming conventions used in the later release. Because it is a union view rather than a physical table, it is read-only and intended for query and display purposes.
Underlying Base Objects
ETRM metadata records exactly two referenced base objects for this view: CSI_COUNTERS_VL and CSI_COUNTER_TEMPLATE_VL, both themselves views. CSI_COUNTERS_VL supplies the concrete counter instances (counters attached to an install base item or party), while CSI_COUNTER_TEMPLATE_VL supplies counter templates from which counters can be instantiated. The two branches of the UNION ALL align column-for-column, and the second branch deliberately nulls CREATED_FROM_COUNTER_TMPL_ID and SOURCE_COUNTER_ID to preserve datatype and position compatibility with the first branch. The defaulted group identifier is renamed to COUNTER_GROUP_ID, and COUNTER_TYPE is aliased to TYPE, so any consumer expecting the Business Components contract can read a stable set of column names regardless of the originating branch.
Key Columns
- COUNTER_ID, NAME, DESCRIPTION — primary identifier and descriptive attributes of the counter or counter template.
- COUNTER_GROUP_ID — aliased from DEFAULTED_GROUP_ID; groups counters for reporting and UI hierarchy.
- STEP_VALUE, UOM_CODE — increment step and unit of measure used when readings are captured.
- TOLERANCE_PLUS, TOLERANCE_MINUS — the upper and lower tolerance thresholds around a reading, which drive exception handling and validation. The user search term "tolerance_plus" maps directly to the TOLERANCE_PLUS column.
- DERIVE_FUNCTION, DERIVE_COUNTER_ID, DERIVE_PROPERTY_ID, FORMULA_TEXT, FORMULA_INCOMPL_FLAG — derivation metadata controlling how a counter value is computed from other counters or properties.
- ROLLOVER_LAST_READING, ROLLOVER_FIRST_READING, INITIAL_READING, DIRECTION — rollover and directional behaviour governing reading progression.
- VALID_FLAG, START_DATE_ACTIVE, END_DATE_ACTIVE — effective-dating and validity controls.
- FILTER_TYPE, FILTER_READING_COUNT, FILTER_TIME_UOM, ESTIMATION_ID, CUSTOMER_VIEW, SECURITY_GROUP_ID — filtering, estimation, and multi-tenant security attributes.
- ATTRIBUTE1..ATTRIBUTE15, CONTEXT, OBJECT_VERSION_NUMBER — DFF flexfield context, descriptive flexfield values, and optimistic locking token.
Common Use Cases and Queries
Typical usage includes retrieving tolerance thresholds for a counter, populating LOVs and counter definitions in OAF pages, and feeding extracts that reconcile counter templates against instantiated counters. A representative query filtering on tolerance follows:
SELECT counter_id, name, uom_code,
tolerance_plus, tolerance_minus,
step_value, counter_group_id
FROM apps.csi_counters_bc_v
WHERE UPPER(name) LIKE UPPER('%:keyword%')
AND valid_flag = 'Y';
For formula-derivation analysis, querying FORMULA_INCOMPL_FLAG and FORMULA_TEXT exposes counters whose derivation is incomplete. Because the view unions counters and templates, callers should filter on TYPE or COUNTER_GROUP_ID when only one population is required. All queries should be issued against the APPS synonym, and results should respect START_DATE_ACTIVE/END_DATE_ACTIVE and SECURITY_GROUP_ID for a correct, effective-dated, access-controlled result set.
-
VIEW: APPS.CSI_COUNTERS_BC_V
12.2.2
-
View: CSI_COUNTERS_BC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTERS_BC_V, object_name:CSI_COUNTERS_BC_V, status:VALID, product: CSI - Install Base , description: Backward compatible view for CS_COUNTERS , implementation_dba_data: APPS.CSI_COUNTERS_BC_V ,
-
VIEW: APPS.CSI_COUNTERS_BC_V
12.1.1
-
View: CSI_COUNTERS_BC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTERS_BC_V, object_name:CSI_COUNTERS_BC_V, status:VALID, product: CSI - Install Base , description: Backward compatible view for CS_COUNTERS , implementation_dba_data: APPS.CSI_COUNTERS_BC_V ,
-
VIEW: CS.CS_COUNTER_VALUES_OLD#
12.2.2
-
VIEW: CS.CS_COUNTERS_OLD#
12.2.2
-
VIEW: CSI.CSI_COUNTERS_B#
12.2.2
-
VIEW: CSI.CSI_COUNTER_TEMPLATE_B#
12.2.2
-
VIEW: CS.CS_COUNTER_VALUES_OLD#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_COUNTER_VALUES_OLD#, status:VALID,
-
View: CSI_COUNTERS_BCV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTERS_BCV_V, object_name:CSI_COUNTERS_BCV_V, status:VALID, product: CSI - Install Base , description: Backward compatible view for CS_COUNTERS_V , implementation_dba_data: APPS.CSI_COUNTERS_BCV_V ,
-
TABLE: CS.CS_COUNTER_VALUES_OLD
12.1.1
owner:CS, object_type:TABLE, object_name:CS_COUNTER_VALUES_OLD, status:VALID,
-
View: CSI_COUNTER_TEMPLATE_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTER_TEMPLATE_VL, object_name:CSI_COUNTER_TEMPLATE_VL, status:VALID, product: CSI - Install Base , description: Counter template view language , implementation_dba_data: APPS.CSI_COUNTER_TEMPLATE_VL ,
-
View: CSI_COUNTER_TEMPLATE_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTER_TEMPLATE_VL, object_name:CSI_COUNTER_TEMPLATE_VL, status:VALID, product: CSI - Install Base , description: Counter template view language , implementation_dba_data: APPS.CSI_COUNTER_TEMPLATE_VL ,
-
View: CSI_COUNTERS_BCV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTERS_BCV_V, object_name:CSI_COUNTERS_BCV_V, status:VALID, product: CSI - Install Base , description: Backward compatible view for CS_COUNTERS_V , implementation_dba_data: APPS.CSI_COUNTERS_BCV_V ,
-
View: CSI_COUNTERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTERS_V, object_name:CSI_COUNTERS_V, status:VALID, product: CSI - Install Base , description: Counter instance view , implementation_dba_data: APPS.CSI_COUNTERS_V ,
-
View: CSI_COUNTER_READINGS_BCV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTER_READINGS_BCV_V, object_name:CSI_COUNTER_READINGS_BCV_V, status:VALID, product: CSI - Install Base , description: Backward compatible view for CS_CTR_COUNTER_VALUES_V , implementation_dba_data: APPS.CSI_COUNTER_READINGS_BCV_V ,
-
TABLE: CS.CS_COUNTER_VALUES_OLD
12.2.2
owner:CS, object_type:TABLE, object_name:CS_COUNTER_VALUES_OLD, status:VALID,
-
View: CSI_COUNTER_READINGS_BCV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTER_READINGS_BCV_V, object_name:CSI_COUNTER_READINGS_BCV_V, status:VALID, product: CSI - Install Base , description: Backward compatible view for CS_CTR_COUNTER_VALUES_V , implementation_dba_data: APPS.CSI_COUNTER_READINGS_BCV_V ,
-
View: CSI_COUNTERS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTERS_VL, object_name:CSI_COUNTERS_VL, status:VALID, product: CSI - Install Base , description: Counter instance view language , implementation_dba_data: APPS.CSI_COUNTERS_VL ,
-
View: CSI_COUNTER_TEMPLATE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTER_TEMPLATE_V, object_name:CSI_COUNTER_TEMPLATE_V, status:VALID, product: CSI - Install Base , description: Counter template view , implementation_dba_data: APPS.CSI_COUNTER_TEMPLATE_V ,
-
View: CSI_COUNTERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTERS_V, object_name:CSI_COUNTERS_V, status:VALID, product: CSI - Install Base , description: Counter instance view , implementation_dba_data: APPS.CSI_COUNTERS_V ,
-
View: CSI_COUNTERS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTERS_VL, object_name:CSI_COUNTERS_VL, status:VALID, product: CSI - Install Base , description: Counter instance view language , implementation_dba_data: APPS.CSI_COUNTERS_VL ,
-
TABLE: CS.CS_COUNTERS_OLD
12.1.1
owner:CS, object_type:TABLE, object_name:CS_COUNTERS_OLD, status:VALID,
-
View: CSI_COUNTER_TEMPLATE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTER_TEMPLATE_V, object_name:CSI_COUNTER_TEMPLATE_V, status:VALID, product: CSI - Install Base , description: Counter template view , implementation_dba_data: APPS.CSI_COUNTER_TEMPLATE_V ,
-
TABLE: CS.CS_COUNTERS_OLD
12.2.2
owner:CS, object_type:TABLE, object_name:CS_COUNTERS_OLD, status:VALID,
-
VIEW: CS.CS_COUNTERS_OLD#
12.2.2
owner:CS, object_type:VIEW, object_name:CS_COUNTERS_OLD#, status:VALID,
-
VIEW: APPS.CSI_COUNTERS_BCV_V
12.2.2
-
VIEW: APPS.CSI_COUNTERS_BCV_V
12.1.1
-
VIEW: CSI.CSI_COUNTER_TEMPLATE_B#
12.2.2
owner:CSI, object_type:VIEW, object_name:CSI_COUNTER_TEMPLATE_B#, status:VALID,
-
VIEW: APPS.CSI_COUNTERS_VL
12.2.2
-
VIEW: APPS.CSI_COUNTER_TEMPLATE_VL
12.1.1
-
VIEW: CSI.CSI_COUNTERS_B#
12.2.2
owner:CSI, object_type:VIEW, object_name:CSI_COUNTERS_B#, status:VALID,
-
VIEW: APPS.CSI_COUNTER_TEMPLATE_VL
12.2.2
-
VIEW: APPS.CSI_COUNTER_TEMPLATE_V
12.1.1
-
VIEW: APPS.CSI_COUNTER_TEMPLATE_V
12.2.2
-
VIEW: APPS.CSI_COUNTERS_VL
12.1.1
-
VIEW: APPS.CSI_COUNTER_READINGS_BCV_V
12.2.2
-
VIEW: APPS.CSI_COUNTER_READINGS_BCV_V
12.1.1
-
VIEW: APPS.CSI_COUNTERS_V
12.2.2
-
VIEW: APPS.CSI_COUNTERS_V
12.1.1
-
VIEW: APPS.CSI_COUNTERS_BC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTERS_BC_V, object_name:CSI_COUNTERS_BC_V, status:VALID,
-
VIEW: APPS.CSI_COUNTERS_BC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTERS_BC_V, object_name:CSI_COUNTERS_BC_V, status:VALID,
-
VIEW: APPS.CSI_COUNTERS_BCV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTERS_BCV_V, object_name:CSI_COUNTERS_BCV_V, status:VALID,
-
VIEW: APPS.CSI_COUNTERS_BCV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTERS_BCV_V, object_name:CSI_COUNTERS_BCV_V, status:VALID,
-
VIEW: APPS.CSI_COUNTER_READINGS_BCV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTER_READINGS_BCV_V, object_name:CSI_COUNTER_READINGS_BCV_V, status:VALID,
-
VIEW: APPS.CSI_COUNTER_READINGS_BCV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_COUNTER_READINGS_BCV_V, object_name:CSI_COUNTER_READINGS_BCV_V, status:VALID,
-
View: CS_CTR_COUNTER_READINGS_V
12.1.1
product: CS - Service , description: Counter reading view , implementation_dba_data: Not implemented in this database ,
-
View: CS_CTR_COUNTER_VALUES_V
12.2.2
product: CS - Service , description: Counter values view , implementation_dba_data: Not implemented in this database ,
-
View: CS_CTR_COUNTER_READINGS_V
12.2.2
product: CS - Service , description: Counter reading view , implementation_dba_data: Not implemented in this database ,
-
TABLE: CSI.CSI_COUNTER_TEMPLATE_B
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_COUNTER_TEMPLATE_B, object_name:CSI_COUNTER_TEMPLATE_B, status:VALID,