Search Results guide for building gantt charts
The AMS_DM_LIFT
table in Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2 is a critical data structure within the Oracle Marketing (AMS) module, specifically designed to support demand generation and campaign lift analysis. This table stores lift measurement data, which helps organizations quantify the incremental impact of marketing campaigns by comparing the behavior of targeted customers against control groups. Below is a detailed technical and functional breakdown of this table in the context of Oracle EBS.
Technical Overview
TheAMS_DM_LIFT
table is part of the Oracle Marketing Foundation schema and serves as a repository for lift measurement metrics. Its structure typically includes fields such as LIFT_ID
(primary key), CAMPAIGN_ID
, METRIC_TYPE_CODE
, LIFT_VALUE
, CONTROL_GROUP_VALUE
, TREATMENT_GROUP_VALUE
, and audit columns like CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, and LAST_UPDATE_DATE
. The table is often joined with AMS_CAMPAIGNS_ALL_B
and AMS_DM_METRICS
to provide comprehensive campaign performance insights.
Functional Purpose
Lift analysis is a core marketing analytics capability, and theAMS_DM_LIFT
table enables organizations to:
- Measure Campaign Effectiveness: By comparing response rates, revenue, or other KPIs between treated and control groups, marketers can determine the true incremental impact of campaigns.
- Optimize Marketing Spend: Lift metrics help identify high-performing campaigns, allowing reallocation of budgets to the most effective initiatives.
- Support A/B Testing: The table stores results from experimental designs, enabling data-driven decision-making.
Key Columns and Relationships
LIFT_ID
: Unique identifier for each lift measurement record.CAMPAIGN_ID
: Foreign key linking toAMS_CAMPAIGNS_ALL_B
, associating lift data with specific campaigns.METRIC_TYPE_CODE
: Defines the type of metric being measured (e.g., response rate, revenue per customer).LIFT_VALUE
: The calculated lift percentage or absolute value.CONTROL_GROUP_VALUE
andTREATMENT_GROUP_VALUE
: Baseline and campaign-influenced metric values, respectively.
Integration with Oracle EBS Modules
TheAMS_DM_LIFT
table integrates with:
- Oracle Trade Management: For measuring promotional effectiveness.
- Oracle BI Publisher: Enables advanced reporting and visualization of lift metrics.
- Oracle Advanced Analytics: Supports predictive modeling using historical lift data.
Implementation Considerations
In Oracle EBS 12.1.1 and 12.2.2, proper configuration of theAMS_DM_LIFT
table requires:
- Setting up appropriate marketing segments and control groups in
AMS_DM_SEGMENTS
. - Ensuring the Marketing Analytics module is licensed and implemented.
- Configuring the Marketing Dashboard to display lift metrics effectively.
Performance and Maintenance
For optimal performance:- Indexes should be created on
CAMPAIGN_ID
andMETRIC_TYPE_CODE
for faster joins. - Regular archiving of historical lift data may be necessary for large-scale deployments.
- Partitioning by date range can improve query performance for time-based analyses.
Conclusion
TheAMS_DM_LIFT
table is a sophisticated component of Oracle Marketing's analytical framework, providing essential capabilities for measuring and optimizing marketing campaign performance. Its proper implementation and utilization can significantly enhance an organization's ability to demonstrate marketing ROI and make data-driven decisions within the Oracle EBS environment.
-
Table: AMS_DM_LIFT
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_LIFT, object_name:AMS_DM_LIFT, status:VALID, product: AMS - Marketing , description: Result table for the output of lift data. The lift data is used for generation of lift charts. , implementation_dba_data: AMS.AMS_DM_LIFT ,
-
Table: AMS_DM_LIFT
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_LIFT, object_name:AMS_DM_LIFT, status:VALID, product: AMS - Marketing , description: Result table for the output of lift data. The lift data is used for generation of lift charts. , implementation_dba_data: AMS.AMS_DM_LIFT ,
-
Concurrent Program: AMS_DM_PREVIEW
12.1.1
execution_filename: AMS_DMSelection_PVT.schedule_preview , product: AMS - Marketing , user_name: AMSDMPRV , description: Preview selections for either model building or scoring. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AMS_DM_PREVIEW
12.2.2
execution_filename: AMS_DMSelection_PVT.schedule_preview , product: AMS - Marketing , user_name: AMSDMPRV , description: Preview selections for either model building or scoring. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Table: AMS_DM_SOURCE
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_SOURCE, object_name:AMS_DM_SOURCE, status:VALID, product: AMS - Marketing , description: Container for the parties to be used for either model building or scoring, and the results and target values for the data mining engine. , implementation_dba_data: AMS.AMS_DM_SOURCE ,
-
Table: AMS_DM_SOURCE
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_SOURCE, object_name:AMS_DM_SOURCE, status:VALID, product: AMS - Marketing , description: Container for the parties to be used for either model building or scoring, and the results and target values for the data mining engine. , implementation_dba_data: AMS.AMS_DM_SOURCE ,
-
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 ,
-
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 ,
-
Lookup Type: AMS_DM_MODEL_STATUS
12.1.1
product: AMS - Marketing , meaning: Model Status , description: Model Status ,
-
Concurrent Program: AMS_JCP_MODEL_BUILD
12.2.2
execution_filename: BuildModel , product: AMS - Marketing , user_name: AMS_JCP_MODEL_BUILD , description: Java Concurrent Program to initiate model building. , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Concurrent Program: AMS_JCP_MODEL_BUILD
12.1.1
execution_filename: BuildModel , product: AMS - Marketing , user_name: AMS_JCP_MODEL_BUILD , description: Java Concurrent Program to initiate model building. , argument_method: Standard , enabled: Yes , execution_method: Java Concurrent Program ,
-
Lookup Type: AMS_DM_MODEL_STATUS
12.2.2
product: AMS - Marketing , meaning: Model Status , description: Model Status ,
-
Table: AMS_DM_IMP_ATTRIBUTES
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_IMP_ATTRIBUTES, object_name:AMS_DM_IMP_ATTRIBUTES, status:VALID, product: AMS - Marketing , description: Importance ranking of attributes used in model building. , implementation_dba_data: AMS.AMS_DM_IMP_ATTRIBUTES ,
-
Table: AMS_DM_IMP_ATTRIBUTES
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_IMP_ATTRIBUTES, object_name:AMS_DM_IMP_ATTRIBUTES, status:VALID, product: AMS - Marketing , description: Importance ranking of attributes used in model building. , implementation_dba_data: AMS.AMS_DM_IMP_ATTRIBUTES ,
-
View: AMS_P_CONTACT_BILL_TO_V
12.1.1
product: AMS - Marketing , description: This view returns the primary bill to address for an Organization Contact. Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_CONTACT_BILL_TO_V
12.2.2
product: AMS - Marketing , description: This view returns the primary bill to address for an Organization Contact. Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_CONTACT_SHIP_TO_V
12.2.2
product: AMS - Marketing , description: This view selects the primary shipping address for an Organization Contact. Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_CONTACT_SHIP_TO_V
12.1.1
product: AMS - Marketing , description: This view selects the primary shipping address for an Organization Contact. Used for list generation. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_ACCT_BILL_TO_V
12.1.1
product: AMS - Marketing , description: This view returns the primary bill to address for an account. Used for List generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_ACCT_SHIP_TO_V
12.2.2
product: AMS - Marketing , description: This view returns the primary ship to address for an account. Used for list generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_ACCT_BILL_TO_V
12.2.2
product: AMS - Marketing , description: This view returns the primary bill to address for an account. Used for List generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_ACCT_SHIP_TO_V
12.1.1
product: AMS - Marketing , description: This view returns the primary ship to address for an account. Used for list generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_LT_HZ_LOCATIONS
12.2.2
product: AMS - Marketing , description: Data Source view based on hz_locations , implementation_dba_data: Not implemented in this database ,
-
View: AMS_LT_HZ_LOCATIONS
12.1.1
product: AMS - Marketing , description: Data Source view based on hz_locations , implementation_dba_data: Not implemented in this database ,
-
View: AMS_PERSON_LOCATIONS_V
12.2.2
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
View: AMS_ORG_LOCATIONS_V
12.1.1
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
View: AMS_PERSON_LOCATIONS_V
12.1.1
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
View: AMS_ORG_LOCATIONS_V
12.2.2
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_ACCT_GUARANTOR_V
12.1.1
product: AMS - Marketing , description: This view returns the primary guarantor for an account. Used for list generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_ACCT_GUARANTOR_V
12.2.2
product: AMS - Marketing , description: This view returns the primary guarantor for an account. Used for list generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_ACCT_CONTACT_V
12.1.1
product: AMS - Marketing , description: This view returns the primary contact for an account. Used for list generation only. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_P_ACCT_CONTACT_V
12.2.2
product: AMS - Marketing , description: This view returns the primary contact for an account. Used for list generation only. , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: AMS_CPAGE_DSRCFLD_USAGES
12.1.1
product: AMS - Marketing , meaning: Content Page Data Source Fields Usages , description: Content Page Data Source Fields Usages ,
-
Lookup Type: AMS_CPAGE_DSRCFLD_USAGES
12.2.2
product: AMS - Marketing , meaning: Content Page Data Source Fields Usages , description: Content Page Data Source Fields Usages ,
-
Concurrent Program: AMSVALIELIG
12.1.1
execution_filename: ams_budgetapproval_pvt.conc_validate_offer_budget , product: AMS - Marketing , user_name: AMS-TM:Validate market and product eligiblity for budget , description: Concurrent program for validating market and product eligiblity for budget , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AMSVALIELIG
12.2.2
execution_filename: ams_budgetapproval_pvt.conc_validate_offer_budget , product: AMS - Marketing , user_name: AMS-TM:Validate market and product eligiblity for budget , description: Concurrent program for validating market and product eligiblity for budget , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: AMS_IO_OTHER
12.2.2
product: AMS - Marketing , meaning: Miscellaneous Lookups for Info Out , description: Miscellaneous Lookups for Info Out ,
-
Lookup Type: AMS_ADI_SUBMIT_ACTION
12.2.2
product: AMS - Marketing , meaning: Submit for Approval Action , description: Submit for Approval Action in Web ADI ,
-
Lookup Type: AMS_IO_OTHER
12.1.1
product: AMS - Marketing , meaning: Miscellaneous Lookups for Info Out , description: Miscellaneous Lookups for Info Out ,
-
Lookup Type: AMS_ADI_SUBMIT_ACTION
12.1.1
product: AMS - Marketing , meaning: Submit for Approval Action , description: Submit for Approval Action in Web ADI ,
-
Table: AMS_DM_INTER_SOURCE_STG
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_INTER_SOURCE_STG, object_name:AMS_DM_INTER_SOURCE_STG, status:VALID, product: AMS - Marketing , description: Container for the target value for a party for a model, contains details for rows in AMS_DM_DRV_STG. This table is used by Score and Model selection API. This is a staging table. , implementation_dba_data: AMS.AMS_DM_INTER_SOURCE_STG ,
-
Table: AMS_DM_INTER_SOURCE_STG
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DM_INTER_SOURCE_STG, object_name:AMS_DM_INTER_SOURCE_STG, status:VALID, product: AMS - Marketing , description: Container for the target value for a party for a model, contains details for rows in AMS_DM_DRV_STG. This table is used by Score and Model selection API. This is a staging table. , implementation_dba_data: AMS.AMS_DM_INTER_SOURCE_STG ,
-
Concurrent Program: AMSGMVTP
12.1.1
execution_filename: AMS_LIST_RUNNING_TOTAL_PVT.GENERATE_MV_FOR_TEMPLATE , product: AMS - Marketing , user_name: AMS Generate Table For Template , description: AMS Generate Table For Template , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AMSGMVTP
12.2.2
execution_filename: AMS_LIST_RUNNING_TOTAL_PVT.GENERATE_MV_FOR_TEMPLATE , product: AMS - Marketing , user_name: AMS Generate Table For Template , description: AMS Generate Table For Template , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AMSRGMVT
12.2.2
execution_filename: AMS_LIST_RUNNING_TOTAL_PVT.CALC_TOT_FOR_ALL_TEMPLATES , product: AMS - Marketing , user_name: AMS Re-Generate Materialized View For All Template , description: AMS Re-Generate Materialized View For All Template , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AMSRGMVT
12.1.1
execution_filename: AMS_LIST_RUNNING_TOTAL_PVT.CALC_TOT_FOR_ALL_TEMPLATES , product: AMS - Marketing , user_name: AMS Re-Generate Materialized View For All Template , description: AMS Re-Generate Materialized View For All Template , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AMSMRLWR
12.1.1
execution_filename: AMS_LISTGENERATION_PKG.MIGRATE_WORD_REPLACEMENTS , product: AMS - Marketing , user_name: AMS Migrate Word replacement Rules for Remote List Processing , description: AMS Migrate Word replacement Rules for Remote List Processing , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AMSGENPT
12.2.2
execution_filename: ams_party_mkt_seg_loader_pvt.load_party_market_qualifier , product: AMS - Marketing , user_name: AMS-TM: Generate Party List for Market Qualifiers , description: Generate party list for territory and buying group , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AMSMRLWR
12.2.2
execution_filename: AMS_LISTGENERATION_PKG.MIGRATE_WORD_REPLACEMENTS , product: AMS - Marketing , user_name: AMS Migrate Word replacement Rules for Remote List Processing , description: AMS Migrate Word replacement Rules for Remote List Processing , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: AMSGENPT
12.1.1
execution_filename: ams_party_mkt_seg_loader_pvt.load_party_market_qualifier , product: AMS - Marketing , user_name: AMS-TM: Generate Party List for Market Qualifiers , description: Generate party list for territory and buying group , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,