Search Results ozf_act_metrics_all
Overview
The OZF_ACT_METRICS_ALL table is a core transactional table within the Oracle Trade Management module (OZF) of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the central repository for storing allocated budget or quota values associated with trade promotion funds and activities. This table is fundamental to the financial tracking and performance measurement of trade spending, enabling organizations to plan, allocate, and monitor funds against specific metrics, such as sales targets or promotional budgets. As an "ALL" table, it is designed to support multi-organization structures (Multi-Org), storing data partitioned by the operating unit context.
Key Information Stored
The table's primary purpose is to hold the quantitative allocation details for a fund or activity metric. While the provided metadata does not list all columns, the primary key and foreign key relationships indicate critical data points. The ACTIVITY_METRIC_ID is the unique identifier for each allocation record. The ACT_METRIC_USED_BY_ID links to the specific fund in the OZF_FUNDS_ALL_B table to which the budget or quota is assigned. The table stores currency information via FUNCTIONAL_CURRENCY_CODE and TRANSACTION_CURRENCY_CODE, which reference FND_CURRENCIES, indicating support for multi-currency transactions. The APPLICATION_ID links to FND_APPLICATION, tying the record to a specific EBS module. Other typical columns in such a table, though not explicitly listed, would include the allocated amount, metric type (budget vs. quota), period, and the standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN).
Common Use Cases and Queries
This table is central to financial reporting and analysis within Trade Management. Common use cases include generating fund utilization reports, analyzing budget versus actual spending, and ensuring quota compliance. For instance, to retrieve the allocated budget for a specific fund, a query would join OZF_ACT_METRICS_ALL to OZF_FUNDS_ALL_B. A typical reporting pattern involves aggregating allocated amounts by fund, period, or currency. Since this table feeds into metric facts and formulas, it is also crucial for calculating performance metrics and derived values used in promotional effectiveness analysis. Sample SQL to find allocations for a fund would be:
- SELECT fam.ACTIVITY_METRIC_ID, fam.ALLOCATED_AMOUNT, ff.FUND_NAME FROM OZF_ACT_METRICS_ALL fam, OZF_FUNDS_ALL_B ff WHERE fam.ACT_METRIC_USED_BY_ID = ff.FUND_ID AND ff.FUND_NUMBER = '<FUND_NUMBER>';
Related Objects
The OZF_ACT_METRICS_ALL table is a key hub with several documented relationships. It is the parent table for OZF_ACT_METRIC_FACTS_ALL and OZF_ACT_METRIC_FORMULAS, which store detailed transactional facts and calculation rules, respectively, for each activity metric (joined on ACTIVITY_METRIC_ID). It is a child table to several master data entities: it references OZF_FUNDS_ALL_B (via ACT_METRIC_USED_BY_ID) to identify the associated fund, and FND_CURRENCIES twice (for functional and transaction currency codes). It also maintains a referential link to FND_APPLICATION via APPLICATION_ID, defining the module context. The primary key constraint OZF_ACT_METRICS_ALL_PK ensures the uniqueness of the ACTIVITY_METRIC_ID column.
-
Table: OZF_ACT_METRICS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_METRICS_ALL, object_name:OZF_ACT_METRICS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores the value for budget or quota allocation , implementation_dba_data: OZF.OZF_ACT_METRICS_ALL ,
-
Table: OZF_ACT_METRICS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_METRICS_ALL, object_name:OZF_ACT_METRICS_ALL, status:VALID, product: OZF - Trade Management , description: This table stores the value for budget or quota allocation , implementation_dba_data: OZF.OZF_ACT_METRICS_ALL ,
-
APPS.OZF_ACTMETRIC_PVT dependencies on OZF_ACT_METRICS_ALL
12.2.2
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_ACT_METRICS_ALL
12.2.2
-
APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_ACT_METRICS_ALL
12.1.1
-
APPS.OZF_FORECAST_UTIL_PVT dependencies on OZF_ACT_METRICS_ALL
12.1.1
-
APPS.OZF_QUOTA_ALLOCATIONS_PVT dependencies on OZF_ACT_METRICS_ALL
12.1.1
-
APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_ACT_METRICS_ALL
12.2.2
-
APPS.OZF_QUOTA_PUB dependencies on OZF_ACT_METRICS_ALL
12.1.1
-
APPS.OZF_FUND_ALLOCATIONS_PVT dependencies on OZF_ACT_METRICS_ALL
12.1.1
-
APPS.OZF_ACTFORECAST_PVT dependencies on OZF_ACT_METRICS_ALL
12.1.1
-
APPS.OZF_QUOTA_PUB dependencies on OZF_ACT_METRICS_ALL
12.2.2
-
APPS.OZF_FUND_EXTENSION_PVT dependencies on OZF_ACT_METRICS_ALL
12.2.2
-
APPS.OZF_QUOTA_ALLOCATIONS_PVT dependencies on OZF_ACT_METRICS_ALL
12.2.2
-
APPS.OZF_ACTFORECAST_PVT dependencies on OZF_ACT_METRICS_ALL
12.2.2
-
APPS.OZF_FUND_ALLOCATIONS_PVT dependencies on OZF_ACT_METRICS_ALL
12.2.2
-
APPS.OZF_ACTMETRIC_PVT dependencies on OZF_ACT_METRICS_ALL
12.1.1
-
APPS.OZF_FUND_EXTENSION_PVT dependencies on OZF_ACT_METRICS_ALL
12.1.1
-
VIEW: APPS.OZF_ACT_METRICS_ALL_DFV
12.2.2
-
SYNONYM: APPS.OZF_ACT_METRICS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OZF_ACT_METRICS_ALL, status:VALID,
-
VIEW: APPS.OZF_ACT_METRICS_ALL_DFV
12.1.1
-
APPS.OZF_ACTMETRIC_PVT SQL Statements
12.2.2
-
SYNONYM: APPS.OZF_ACT_METRICS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OZF_ACT_METRICS_ALL, status:VALID,
-
APPS.OZF_ACTMETRIC_PVT SQL Statements
12.1.1
-
APPS.OZF_QUOTA_ALLOCATIONS_PVT SQL Statements
12.2.2
-
APPS.OZF_QUOTA_ALLOCATIONS_PVT SQL Statements
12.1.1
-
APPS.OZF_FUND_ALLOCATIONS_PVT SQL Statements
12.1.1
-
APPS.OZF_ACTFORECAST_PVT dependencies on OZF_ACT_METRIC_FACTS_ALL
12.2.2
-
APPS.OZF_FUND_ALLOCATIONS_PVT SQL Statements
12.2.2
-
VIEW: OZF.OZF_ACT_METRICS_ALL#
12.2.2
owner:OZF, object_type:VIEW, object_name:OZF_ACT_METRICS_ALL#, status:VALID,
-
APPS.OZF_ACTMETRIC_PVT dependencies on OZF_ACT_METRICS_ALL_S
12.2.2
-
APPS.OZF_ACTMETRIC_PVT dependencies on OZF_ACT_METRICS_ALL_S
12.1.1
-
APPS.OZF_FUND_EXTENSION_PVT dependencies on OZF_ACT_METRIC_FORMULAS
12.1.1
-
VIEW: APPS.OZF_ACT_METRICS_ALL_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:OZF_ACT_METRICS_ALL_DFV, status:VALID,
-
APPS.OZF_ACTFORECAST_PVT dependencies on OZF_ACT_METRIC_FACTS_ALL
12.1.1
-
APPS.OZF_FUND_EXTENSION_PVT dependencies on OZF_ACT_METRIC_FORMULAS
12.2.2
-
Table: OZF_ACT_METRIC_FACTS_ALL
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_METRIC_FACTS_ALL, object_name:OZF_ACT_METRIC_FACTS_ALL, status:VALID, product: OZF - Trade Management , description: Store detail allocation value for each node , implementation_dba_data: OZF.OZF_ACT_METRIC_FACTS_ALL ,
-
Table: OZF_ACT_METRIC_FACTS_ALL
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_METRIC_FACTS_ALL, object_name:OZF_ACT_METRIC_FACTS_ALL, status:VALID, product: OZF - Trade Management , description: Store detail allocation value for each node , implementation_dba_data: OZF.OZF_ACT_METRIC_FACTS_ALL ,
-
PACKAGE BODY: APPS.OZF_ACTFORECAST_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_ACTFORECAST_PVT, status:VALID,
-
APPS.OZF_ACTMETRIC_PVT dependencies on AMS_METRICS_ALL_B
12.2.2
-
APPS.OZF_ACTMETRIC_PVT dependencies on AMS_METRICS_ALL_B
12.1.1
-
Table: OZF_ACT_METRIC_FORMULAS
12.1.1
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_METRIC_FORMULAS, object_name:OZF_ACT_METRIC_FORMULAS, status:VALID, product: OZF - Trade Management , description: Stores the formulas to be executed at each hierarchy level for a metric. , implementation_dba_data: OZF.OZF_ACT_METRIC_FORMULAS ,
-
Table: OZF_ACT_METRIC_FORMULAS
12.2.2
owner:OZF, object_type:TABLE, fnd_design_data:OZF.OZF_ACT_METRIC_FORMULAS, object_name:OZF_ACT_METRIC_FORMULAS, status:VALID, product: OZF - Trade Management , description: Stores the formulas to be executed at each hierarchy level for a metric. , implementation_dba_data: OZF.OZF_ACT_METRIC_FORMULAS ,
-
VIEW: OZF.OZF_ACT_METRICS_ALL#
12.2.2
-
PACKAGE BODY: APPS.OZF_FUND_EXTENSION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_FUND_EXTENSION_PVT, status:VALID,
-
VIEW: APPS.OZF_ACT_METRICS_ALL_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:OZF_ACT_METRICS_ALL_DFV, status:VALID,
-
PACKAGE BODY: APPS.OZF_ACTMETRIC_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_ACTMETRIC_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_FUND_EXTENSION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_FUND_EXTENSION_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_ACTFORECAST_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_ACTFORECAST_PVT, status:VALID,
-
PACKAGE BODY: APPS.OZF_QUOTA_ALLOCATIONS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OZF_QUOTA_ALLOCATIONS_PVT, status:VALID,