Search Results activity_metric_fact_id
Overview
The AMS_ACT_METRIC_FACTS_ALL table is a core data repository within the Oracle E-Business Suite Marketing (AMS) module. Its primary function is to store historical and projected metric values, enabling sophisticated trend analysis and forecasting over time. This table acts as a fact table in a dimensional model, capturing quantitative performance data (facts) that can be analyzed across various business dimensions such as time, campaigns, products, and geographic areas. In the context of Oracle EBS 12.1.1 and 12.2.2, it supports critical marketing performance management processes by providing the granular data necessary for measuring campaign effectiveness, resource allocation, and return on investment (ROI) over specific periods.
Key Information Stored
The table's structure is designed to link metric values to their defining dimensions. The primary key is the ACTIVITY_METRIC_FACT_ID, a unique system-generated identifier for each fact record. Central to the table's purpose is the ACTIVITY_METRIC_ID, which is a foreign key to AMS_ACT_METRICS_ALL and defines the type of metric being stored (e.g., number of leads, cost, revenue). The table stores the actual metric value, typically in a numeric column. Key foreign key columns establish the dimensional context for each fact, including ACT_METRIC_USED_BY_ID (linking to AMS_CAMPAIGNS_ALL_B to associate the metric with a specific campaign), ACTIVITY_PRODUCT_ID, and ACTIVITY_GEO_AREA_ID. Additional columns commonly found in such fact tables would include effective date or period identifiers to enable time-series analysis.
Common Use Cases and Queries
A primary use case is the generation of historical performance reports to analyze campaign trends. Marketing analysts query this table to compare actual metric values against forecasts or budgets across different time periods. Another critical use is feeding data into Oracle's forecasting engines to predict future marketing outcomes based on historical patterns. A typical analytical query might join this fact table to its dimension tables to slice data by campaign, product line, and region.
- Sample Query Pattern: Selecting total cost and revenue metrics for a specific campaign over the last quarter, grouped by product.
- Reporting Use Case: Creating a dashboard that visualizes the trend of lead conversion rates over time for different geographic areas, directly sourced from the granular facts stored in this table.
Related Objects
The AMS_ACT_METRIC_FACTS_ALL table is centrally connected to several key AMS tables via foreign key constraints, as documented in the ETRM. The AMS_ACT_METRICS_ALL table is its most direct parent, defining the list of available metric types. The AMS_CAMPAIGNS_ALL_B table provides the campaign context for the facts. For dimensional analysis, it relates to the AMS_ACT_PRODUCTS and AMS_ACT_GEO_AREAS tables. This table is also a likely source for numerous marketing performance reports, OLAP cubes, and data warehouse extracts within the EBS ecosystem. Custom interfaces or data loads may populate this table, and it is frequently referenced in custom PL/SQL packages or views built for advanced marketing analytics.
-
Table: AMS_ACT_METRIC_FACTS_ALL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_METRIC_FACTS_ALL, object_name:AMS_ACT_METRIC_FACTS_ALL, status:VALID, product: AMS - Marketing , description: Store metric values to allow for forecasting over time by certain dimensions. , implementation_dba_data: AMS.AMS_ACT_METRIC_FACTS_ALL ,
-
Table: AMS_ACT_METRIC_FACTS_ALL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_METRIC_FACTS_ALL, object_name:AMS_ACT_METRIC_FACTS_ALL, status:VALID, product: AMS - Marketing , description: Store metric values to allow for forecasting over time by certain dimensions. , implementation_dba_data: AMS.AMS_ACT_METRIC_FACTS_ALL ,
-
View: AMS_FUND_ALLOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_FUND_ALLOCATIONS_V, object_name:AMS_FUND_ALLOCATIONS_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_FUND_ALLOCATIONS_V ,
-
View: AMS_FUND_ALLOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_FUND_ALLOCATIONS_V, object_name:AMS_FUND_ALLOCATIONS_V, status:VALID, product: AMS - Marketing , implementation_dba_data: APPS.AMS_FUND_ALLOCATIONS_V ,
-
View: AMS_ACT_METRIC_FACTS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACT_METRIC_FACTS_ALL_V, object_name:AMS_ACT_METRIC_FACTS_ALL_V, status:VALID, product: AMS - Marketing , description: This View returns all allocation amounts made from a fund on a sales territory hierarchy. , implementation_dba_data: APPS.AMS_ACT_METRIC_FACTS_ALL_V ,
-
View: AMS_ACT_METRIC_FACTS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_ACT_METRIC_FACTS_ALL_V, object_name:AMS_ACT_METRIC_FACTS_ALL_V, status:VALID, product: AMS - Marketing , description: This View returns all allocation amounts made from a fund on a sales territory hierarchy. , implementation_dba_data: APPS.AMS_ACT_METRIC_FACTS_ALL_V ,