Search Results jtf_tty_acct_metrics
Overview
The JTF_TTY_ACCT_METRICS table is a core data repository within the Oracle E-Business Suite CRM Foundation (JTF) module. Its primary function is to store quantitative alignment metrics associated with Named Accounts, a key concept in territory management and sales account planning. In the context of Oracle EBS 12.1.1 and 12.2.2, this table supports the strategic alignment of sales territories by providing a structured mechanism to track and measure specific performance or classification data points for high-value accounts. It plays a critical role in enabling data-driven territory design, account segmentation, and performance analysis by persistently storing metric values that are linked directly to individual named account records.
Key Information Stored
The table's structure is designed to capture metric data points for accounts. While the full column list is not detailed in the provided metadata, the documented primary and foreign keys reveal its essential framework. The NAMED_ACCT_METRIC_ID column serves as the unique primary key identifier for each metric record. The NAMED_ACCOUNT_ID column is a critical foreign key that links each metric entry to a specific account defined in the JTF_TTY_NAMED_ACCTS table. Beyond these keys, the table would typically contain columns to define the metric type (e.g., revenue, potential, account score), the metric value itself (often a number), the effective date or period of the measurement, and audit columns such as CREATION_DATE and LAST_UPDATE_DATE. This structure allows for a historical tracking of various performance indicators per account.
Common Use Cases and Queries
This table is central to reporting and analytics on account alignment and territory health. Common use cases include generating territory performance dashboards, identifying accounts that exceed or fall below specific metric thresholds for management review, and feeding data into territory compensation calculations. A typical analytical query would join this table to the named accounts and territory assignment tables to aggregate metrics by sales representative or territory.
- Sample Query (Metric Retrieval):
SELECT a.ACCOUNT_NAME, m.METRIC_TYPE, m.METRIC_VALUE FROM JTF_TTY_ACCT_METRICS m, JTF_TTY_NAMED_ACCTS a WHERE m.NAMED_ACCOUNT_ID = a.NAMED_ACCOUNT_ID AND a.TERRITORY_ID = :p_territory_id; - Reporting Use Case: Calculating the average "Account Potential" metric for all accounts within a specific region to assist in resource planning and quota setting.
Related Objects
The table maintains a direct and documented foreign key relationship with the core Named Accounts table, establishing a clear data lineage. The primary related objects are:
- JTF_TTY_NAMED_ACCTS: This is the parent table. The foreign key JTF_TTY_ACCT_METRICS.NAMED_ACCOUNT_ID references JTF_TTY_NAMED_ACCTS. This relationship ensures that every metric is associated with a valid, predefined named account. All queries on account metrics will typically involve a join to this table to retrieve account details like name, location, and assignment.
- JTF_TTY_ACCT_METRICS_PK: The primary key constraint on the NAMED_ACCT_METRIC_ID column, which guarantees the uniqueness of each metric record.
While not listed in the provided metadata, this table is also logically related to other territory management objects such as JTF_TERRITORIES and JTF_TERR_RSC_EXTNS for comprehensive territory-based reporting.
-
Table: JTF_TTY_ACCT_METRICS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ACCT_METRICS, object_name:JTF_TTY_ACCT_METRICS, status:VALID, product: JTF - CRM Foundation , description: Stores Alignment metrics data for each Named Account. , implementation_dba_data: JTF.JTF_TTY_ACCT_METRICS ,
-
Table: JTF_TTY_ACCT_METRICS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ACCT_METRICS, object_name:JTF_TTY_ACCT_METRICS, status:VALID, product: JTF - CRM Foundation , description: Stores Alignment metrics data for each Named Account. , implementation_dba_data: JTF.JTF_TTY_ACCT_METRICS ,
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_TTY_ACCT_METRICS
12.1.1
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_TTY_ACCT_METRICS
12.2.2
-
APPS.JTF_TTY_CAL_METRICS_PVT dependencies on JTF_TTY_ACCT_METRICS
12.1.1
-
APPS.JTF_TTY_CAL_METRICS_PVT dependencies on JTF_TTY_ACCT_METRICS
12.2.2
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_TTY_TERR_GRP_ACCTS
12.1.1
-
APPS.JTF_TTY_CAL_METRICS_PVT SQL Statements
12.1.1
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_TTY_TERR_GRP_ACCTS
12.2.2
-
APPS.JTF_TTY_CAL_METRICS_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.JTF_TTY_ACCT_METRICS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JTF_TTY_ACCT_METRICS, status:VALID,
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_TTY_ALIGN_PTERR
12.1.1
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_TTY_ALIGN_PTERR
12.2.2
-
PACKAGE BODY: APPS.JTF_TTY_CAL_METRICS_PVT
12.1.1
-
VIEW: JTF.JTF_TTY_ACCT_METRICS#
12.2.2
owner:JTF, object_type:VIEW, object_name:JTF_TTY_ACCT_METRICS#, status:VALID,
-
SYNONYM: APPS.JTF_TTY_ACCT_METRICS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JTF_TTY_ACCT_METRICS, status:VALID,
-
PACKAGE BODY: APPS.JTF_TTY_CAL_METRICS_PVT
12.2.2
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_TTY_PTERR_ACCTS
12.1.1
-
VIEW: JTF.JTF_TTY_ACCT_METRICS#
12.2.2
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_TTY_ALIGN_ACCTS
12.2.2
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_TTY_ALIGN_ACCTS
12.1.1
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG dependencies on JTF_TTY_PTERR_ACCTS
12.2.2
-
Table: JTF_TTY_NAMED_ACCTS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_NAMED_ACCTS, object_name:JTF_TTY_NAMED_ACCTS, status:VALID, product: JTF - CRM Foundation , description: Stores Named Accounts , implementation_dba_data: JTF.JTF_TTY_NAMED_ACCTS ,
-
TABLE: JTF.JTF_TTY_ACCT_METRICS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ACCT_METRICS, object_name:JTF_TTY_ACCT_METRICS, status:VALID,
-
PACKAGE BODY: APPS.JTF_TTY_CAL_METRICS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TTY_CAL_METRICS_PVT, status:VALID,
-
Table: JTF_TTY_NAMED_ACCTS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_NAMED_ACCTS, object_name:JTF_TTY_NAMED_ACCTS, status:VALID, product: JTF - CRM Foundation , description: Stores Named Accounts , implementation_dba_data: JTF.JTF_TTY_NAMED_ACCTS ,
-
PACKAGE BODY: APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TTY_ALIGN_WEBADI_INT_PKG, status:VALID,
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JTF_TTY_CAL_METRICS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TTY_CAL_METRICS_PVT, status:VALID,
-
TABLE: JTF.JTF_TTY_ACCT_METRICS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_TTY_ACCT_METRICS, object_name:JTF_TTY_ACCT_METRICS, status:VALID,
-
APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JTF_TTY_ALIGN_WEBADI_INT_PKG, status:VALID,
-
PACKAGE BODY: APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.JTF_TTY_ALIGN_WEBADI_INT_PKG
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
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - JTF Tables and Views
12.1.1
description: Interface table to store data that needs to be displayed in Excel ,
-
eTRM - JTF Tables and Views
12.2.2
description: Interface table to store data that needs to be displayed in Excel ,