Search Results csi_ctr_estimation_methods_tl
Overview
CSI_CTR_ESTIMATION_METHODS_TL is the translation table for counter estimation methods within the Oracle EBS Install Base (CSI) module. It stores the language-specific, translated descriptive text for each counter estimation method defined in the base table CSI_CTR_ESTIMATION_METHODS_B. Counter estimation methods are used in the Install Base to define how meter or counter readings are estimated when actual readings are unavailable, supporting service contracts, preventive maintenance, and usage-based billing scenarios.
From a Data Vault modeling perspective, the metadata classifies this object heuristically as standalone. In practice, this object behaves as a satellite attached to the estimation method hub represented by its base table, holding descriptive and translatable attributes keyed by language. Because it carries the LANGUAGE discriminator alongside the ESTIMATION_ID, it functions as the multilingual context layer for estimation method descriptions.
Key Information Stored
The table contains 12 documented columns, of which the principal business and descriptive attributes are:
- ESTIMATION_ID — Surrogate/business identifier referencing the estimation method definition in the base table. Part of the composite primary key.
- LANGUAGE — Language code for the translated content. The second component of the composite primary key (CSI_CTR_ESTIMATE_METHODS_TL_PK).
- NAME — The translated name of the estimation method, presented to users in their session language.
- DESCRIPTION — The translated long description of the estimation method.
- SOURCE_LANG — The source language from which the translation was derived, used by the Translation (TL) framework.
- MIGRATED_FLAG — Indicator of whether the row was migrated, relevant to data conversion histories.
- SECURITY_GROUP_ID — Foreign key to FND_SECURITY_GROUPS, enabling multi-tenant/security-group partitioning of the translated rows.
- CREATION_DATE, CREATED_BY, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard WHO audit columns recording who created and last modified each translation row.
The composite primary key is (LANGUAGE, ESTIMATION_ID). A unique business-key candidate is defined by CSI_CTR_ESTIMATE_METHOD_TL_U01 on (ESTIMATION_ID, LANGUAGE), reinforcing the one-row-per-language-per-method rule.
Common Use Cases and Queries
Typical usage centers on retrieving the correct translated name and description for a counter estimation method in a user's session language, and on verifying that translations exist for all required languages.
- Joining to the base table to resolve the translated name:
SELECT b.ESTIMATION_ID, t.NAME, t.DESCRIPTION FROM CSI_CTR_ESTIMATION_METHODS_B b, CSI_CTR_ESTIMATION_METHODS_TL t WHERE b.ESTIMATION_ID = t.ESTIMATION_ID AND t.LANGUAGE = USERENV('LANG'). - Detecting missing translations by comparing distinct languages present against the set of installed languages.
- Reporting on estimation methods for service and maintenance dashboards, filtering by SECURITY_GROUP_ID where multi-org security applies.
- Auditing translation maintenance activity through the WHO columns.
Related Objects
The most significant related objects include:
- CSI_CTR_ESTIMATION_METHODS_B — The base table holding the language-independent estimation method definitions; joined on ESTIMATION_ID.
- FND_SECURITY_GROUPS — Referenced via SECURITY_GROUP_ID for security-group partitioning.
- FND_LANGUAGES — Provides the LANGUAGE code domain and installed language set.
- Counter and meter reading tables in CSI — Consume estimation method definitions when generating estimated counter values.
- Translation (TL) framework views and the Oracle Translation Manager — Used to maintain and publish the translated NAME and DESCRIPTION rows.
-
Table: CSI_CTR_ESTIMATION_METHODS_TL
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_CTR_ESTIMATION_METHODS_TL, object_name:CSI_CTR_ESTIMATION_METHODS_TL, status:VALID, product: CSI - Install Base , description: Holds the translated counter estimation data , implementation_dba_data: CSI.CSI_CTR_ESTIMATION_METHODS_TL ,
-
Table: CSI_CTR_ESTIMATION_METHODS_TL
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_CTR_ESTIMATION_METHODS_TL, object_name:CSI_CTR_ESTIMATION_METHODS_TL, status:VALID, product: CSI - Install Base , description: Holds the translated counter estimation data , implementation_dba_data: CSI.CSI_CTR_ESTIMATION_METHODS_TL ,
-
APPS.CSI_CTR_ESTIMATE_METHODS_PKG SQL Statements
12.2.2
-
APPS.CSI_CTR_ESTIMATE_METHODS_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.CSI_CTR_ESTIMATION_METHODS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CSI_CTR_ESTIMATION_METHODS_TL, status:VALID,
-
VIEW: CSI.CSI_CTR_ESTIMATION_METHODS_TL#
12.2.2
owner:CSI, object_type:VIEW, object_name:CSI_CTR_ESTIMATION_METHODS_TL#, status:VALID,
-
VIEW: CSI.CSI_CTR_ESTIMATION_METHODS_TL#
12.2.2
-
SYNONYM: APPS.CSI_CTR_ESTIMATION_METHODS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CSI_CTR_ESTIMATION_METHODS_TL, status:VALID,
-
PACKAGE BODY: APPS.CSI_CTR_ESTIMATE_METHODS_PKG
12.2.2
-
VIEW: APPS.CSI_CTR_ESTIMATE_METHODS_VL
12.2.2
-
PACKAGE BODY: APPS.CSI_CTR_ESTIMATE_METHODS_PKG
12.1.1
-
TABLE: CSI.CSI_CTR_ESTIMATION_METHODS_TL
12.2.2
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_CTR_ESTIMATION_METHODS_TL, object_name:CSI_CTR_ESTIMATION_METHODS_TL, status:VALID,
-
VIEW: APPS.CSI_CTR_ESTIMATE_METHODS_VL
12.1.1
-
TABLE: CSI.CSI_CTR_ESTIMATION_METHODS_TL
12.1.1
owner:CSI, object_type:TABLE, fnd_design_data:CSI.CSI_CTR_ESTIMATION_METHODS_TL, object_name:CSI_CTR_ESTIMATION_METHODS_TL, status:VALID,
-
PACKAGE BODY: APPS.CSI_CTR_ESTIMATE_METHODS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_CTR_ESTIMATE_METHODS_PKG, status:VALID,
-
PACKAGE BODY: APPS.CSI_CTR_ESTIMATE_METHODS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CSI_CTR_ESTIMATE_METHODS_PKG, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: CSI_CTR_ESTIMATE_METHODS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CTR_ESTIMATE_METHODS_VL, object_name:CSI_CTR_ESTIMATE_METHODS_VL, status:VALID, product: CSI - Install Base , description: Counter estimation methods view language , implementation_dba_data: APPS.CSI_CTR_ESTIMATE_METHODS_VL ,
-
View: CSI_CTR_ESTIMATE_METHODS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CTR_ESTIMATE_METHODS_VL, object_name:CSI_CTR_ESTIMATE_METHODS_VL, status:VALID, product: CSI - Install Base , description: Counter estimation methods view language , implementation_dba_data: APPS.CSI_CTR_ESTIMATE_METHODS_VL ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.CSI_CTR_ESTIMATE_METHODS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CTR_ESTIMATE_METHODS_VL, object_name:CSI_CTR_ESTIMATE_METHODS_VL, status:VALID,
-
VIEW: APPS.CSI_CTR_ESTIMATE_METHODS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_CTR_ESTIMATE_METHODS_VL, object_name:CSI_CTR_ESTIMATE_METHODS_VL, status:VALID,
-
APPS.CSI_CTR_ESTIMATE_METHODS_PKG dependencies on CSI_CTR_ESTIMATION_METHODS_TL
12.2.2
-
APPS.CSI_CTR_ESTIMATE_METHODS_PKG dependencies on CSI_CTR_ESTIMATION_METHODS_TL
12.1.1
-
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. ,
-
APPS.CSI_CTR_ESTIMATE_METHODS_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.CSI_CTR_ESTIMATE_METHODS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.CSI_CTR_ESTIMATE_METHODS_PKG dependencies on CSI_CTR_ESTIMATION_METHODS_B
12.1.1
-
APPS.CSI_CTR_ESTIMATE_METHODS_PKG dependencies on CSI_CTR_ESTIMATION_METHODS_B
12.2.2
-
APPS.CSI_CTR_ESTIMATE_METHODS_PKG dependencies on FND_API
12.1.1
-
APPS.CSI_CTR_ESTIMATE_METHODS_PKG dependencies on FND_API
12.2.2
-
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. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1