Search Results ams_dm_performance
Overview
The AMS_DM_PERFORMANCE table is a core data object within the Oracle E-Business Suite (EBS) Marketing (AMS) module. It functions as a results repository, specifically designed to store the output generated by the performance matrix report for data mining models. In the context of Oracle EBS 12.1.1 and 12.2.2, this table plays a critical role in the analytical and predictive capabilities of the Marketing module. It enables the quantitative assessment of model accuracy by persistently storing the predicted outcomes alongside the actual, observed values, thereby facilitating performance analysis, model validation, and comparative reporting for marketing campaigns and initiatives.
Key Information Stored
The table is structured to uniquely identify each performance record and link it to its originating predictive model. The primary columns, as defined by its primary and unique keys, are central to its function. The PERFORMANCE_ID column serves as the unique system-generated identifier for each record. The MODEL_ID is a foreign key that associates the performance data with a specific data mining model defined in the AMS_DM_MODELS_ALL_B table. The PREDICTED_VALUE and ACTUAL_VALUE columns are the core data points, holding the model's forecasted result and the corresponding real-world outcome, respectively. This pairing is essential for calculating key performance metrics like lift, accuracy, and error rates.
Common Use Cases and Queries
The primary use case is generating and analyzing the performance matrix report to evaluate the effectiveness of a deployed predictive model, such as a customer response or churn model. Analysts query this table to compare model predictions against actual campaign results. A common query pattern involves joining to the model definition table to retrieve descriptive context. For example, to assess a specific model's performance, one might use:
- SELECT p.model_id, p.predicted_value, p.actual_value, m.model_name FROM ams_dm_performance p, ams_dm_models_all_b m WHERE p.model_id = m.model_id AND p.model_id = :model_id;
Reporting use cases include calculating aggregate accuracy statistics, identifying segments where the model performed well or poorly, and providing data for visual performance dashboards to guide marketing strategy refinements.
Related Objects
The AMS_DM_PERFORMANCE table has a direct and documented foreign key relationship with the AMS_DM_MODELS_ALL_B table, which is the master table for data mining model definitions within the AMS schema. The relationship is defined as:
- Foreign Key Reference: AMS_DM_PERFORMANCE.MODEL_ID → AMS_DM_MODELS_ALL_B (Table). This relationship ensures referential integrity, meaning every performance record is explicitly linked to a valid, existing model. Any query or report joining these tables on the MODEL_ID column will retrieve performance data alongside the corresponding model's metadata (e.g., model name, type, creation date).
-
Table: AMS_DM_PERFORMANCE
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_PERFORMANCE, object_name:AMS_DM_PERFORMANCE, status:VALID, product: AMS - Marketing , description: Result table for the output of the performance matrix report. , implementation_dba_data: AMS.AMS_DM_PERFORMANCE ,
-
Table: AMS_DM_PERFORMANCE
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_PERFORMANCE, object_name:AMS_DM_PERFORMANCE, status:VALID, product: AMS - Marketing , description: Result table for the output of the performance matrix report. , implementation_dba_data: AMS.AMS_DM_PERFORMANCE ,
-
APPS.AMS_DM_MODEL_PVT dependencies on AMS_DM_PERFORMANCE
12.1.1
-
APPS.AMS_DM_PERFORMANCE_PKG dependencies on AMS_DM_PERFORMANCE
12.2.2
-
APPS.AMS_DM_PERFORMANCE_PKG dependencies on AMS_DM_PERFORMANCE
12.1.1
-
APPS.AMS_DMPERFORMANCE_PUB dependencies on AMS_DM_PERFORMANCE
12.1.1
-
APPS.AMS_DMPERFORMANCE_PVT dependencies on AMS_DM_PERFORMANCE
12.1.1
-
APPS.AMS_DMPERFORMANCE_PUB dependencies on AMS_DM_PERFORMANCE
12.2.2
-
APPS.AMS_DM_MODEL_PVT dependencies on AMS_DM_PERFORMANCE
12.2.2
-
APPS.AMS_DMPERFORMANCE_PVT dependencies on AMS_DM_PERFORMANCE
12.2.2
-
VIEW: AMS.AMS_DM_PERFORMANCE#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_DM_PERFORMANCE#, status:VALID,
-
SYNONYM: APPS.AMS_DM_PERFORMANCE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_DM_PERFORMANCE, status:VALID,
-
SYNONYM: APPS.AMS_DM_PERFORMANCE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_DM_PERFORMANCE, status:VALID,
-
APPS.AMS_DMPERFORMANCE_PVT dependencies on DUAL
12.2.2
-
TABLE: AMS.AMS_DM_PERFORMANCE
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_PERFORMANCE, object_name:AMS_DM_PERFORMANCE, status:VALID,
-
VIEW: AMS.AMS_DM_PERFORMANCE#
12.2.2
-
APPS.AMS_DMPERFORMANCE_PVT SQL Statements
12.2.2
-
APPS.AMS_DM_PERFORMANCE_PKG SQL Statements
12.1.1
-
APPS.AMS_DM_PERFORMANCE_PKG SQL Statements
12.2.2
-
APPS.AMS_DMPERFORMANCE_PVT SQL Statements
12.1.1
-
APPS.AMS_DMPERFORMANCE_PVT dependencies on DUAL
12.1.1
-
TABLE: AMS.AMS_DM_PERFORMANCE
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_PERFORMANCE, object_name:AMS_DM_PERFORMANCE, status:VALID,
-
PACKAGE BODY: APPS.AMS_DM_PERFORMANCE_PKG
12.1.1
-
APPS.AMS_DMPERFORMANCE_PVT dependencies on AMS_DM_MODELS_ALL_B
12.1.1
-
APPS.AMS_DMPERFORMANCE_PVT dependencies on AMS_DM_MODELS_ALL_B
12.2.2
-
APPS.AMS_DMPERFORMANCE_PUB dependencies on DUAL
12.1.1
-
Table: AMS_DM_MODELS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_MODELS_ALL_B, object_name:AMS_DM_MODELS_ALL_B, status:VALID, product: AMS - Marketing , description: Container for the model definition in the model building process. , implementation_dba_data: AMS.AMS_DM_MODELS_ALL_B ,
-
APPS.AMS_DM_MODEL_PVT dependencies on AMS_DM_LIFT
12.2.2
-
APPS.AMS_DM_MODEL_PVT dependencies on AMS_DM_LIFT
12.1.1
-
PACKAGE BODY: APPS.AMS_DM_PERFORMANCE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DM_PERFORMANCE_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_DM_PERFORMANCE_PKG
12.2.2
-
PACKAGE BODY: APPS.AMS_DM_PERFORMANCE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DM_PERFORMANCE_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_DMPERFORMANCE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DMPERFORMANCE_PUB, status:VALID,
-
PACKAGE BODY: APPS.AMS_DMPERFORMANCE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DMPERFORMANCE_PUB, status:VALID,
-
APPS.AMS_DMPERFORMANCE_PUB dependencies on DUAL
12.2.2
-
Table: AMS_DM_MODELS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_MODELS_ALL_B, object_name:AMS_DM_MODELS_ALL_B, status:VALID, product: AMS - Marketing , description: Container for the model definition in the model building process. , implementation_dba_data: AMS.AMS_DM_MODELS_ALL_B ,
-
PACKAGE BODY: APPS.AMS_DMPERFORMANCE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DMPERFORMANCE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_DMPERFORMANCE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DMPERFORMANCE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_DM_MODEL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DM_MODEL_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_DM_MODEL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_DM_MODEL_PVT, status:VALID,
-
APPS.AMS_DMPERFORMANCE_PVT dependencies on AMS_DMPERFORMANCE_PVT
12.2.2
-
APPS.AMS_DMPERFORMANCE_PUB SQL Statements
12.1.1
-
APPS.AMS_DMPERFORMANCE_PUB SQL Statements
12.2.2
-
APPS.AMS_DM_PERFORMANCE_PKG dependencies on FND_API
12.2.2
-
APPS.AMS_DMPERFORMANCE_PVT dependencies on AMS_DMPERFORMANCE_PVT
12.1.1
-
APPS.AMS_DM_PERFORMANCE_PKG dependencies on FND_API
12.1.1
-
APPS.AMS_DMPERFORMANCE_PVT dependencies on JTF_PLSQL_API
12.1.1
-
APPS.AMS_DMPERFORMANCE_PVT dependencies on JTF_PLSQL_API
12.2.2
-
APPS.AMS_DMPERFORMANCE_PVT dependencies on AMS_UTILITY_PVT
12.1.1
-
12.1.1 DBA Data
12.1.1