Search Results ams_act_offers
Overview
The AMS_ACT_OFFERS table is a core data object within the Oracle E-Business Suite Marketing (AMS) module. It functions as the central repository for high-level details of promotional offers that are created and managed as part of marketing campaigns. Its primary role is to define the offer entity itself, which can then be associated with one or more campaign activities, schedules, and rules. The table establishes critical relationships between marketing offers and other functional areas, including pricing (QP), campaign execution, and sales lead management. This centralization ensures offer consistency and enables tracking of promotional performance across the enterprise.
Key Information Stored
While the provided metadata does not list specific columns beyond key fields, the table's structure is designed to encapsulate the definition of a promotional offer. The primary identifier, ACTIVITY_OFFER_ID, is the unique key for each offer record. Two critical foreign key columns establish foundational relationships: ACT_OFFER_USED_BY_ID links the offer to its parent campaign in the AMS_CAMPAIGNS_ALL_B table, and QP_LIST_HEADER_ID links the offer to a specific price list defined in the Oracle Quoting module (QP_LIST_HEADERS_B), which holds the detailed pricing rules and discounts that constitute the offer. Other columns typically store descriptive attributes such as the offer name, status, effective dates, and type.
Common Use Cases and Queries
A primary use case involves generating reports on all offers linked to a specific campaign or analyzing offer utilization. Technical consultants often query this table to troubleshoot data integrity or to extract offer information for custom interfaces. Common SQL patterns include joining to related campaign and pricing tables. For example, to list all active offers with their associated campaign and price list, a query might resemble:
- SELECT ao.OFFER_CODE, ao.NAME, cam.CAMPAIGN_NAME, qlh.NAME AS PRICE_LIST
- FROM AMS_ACT_OFFERS ao,
- AMS_CAMPAIGNS_ALL_B cam,
- QP_LIST_HEADERS_B qlh
- WHERE ao.ACT_OFFER_USED_BY_ID = cam.CAMPAIGN_ID
- AND ao.QP_LIST_HEADER_ID = qlh.LIST_HEADER_ID
- AND SYSDATE BETWEEN ao.START_DATE AND NVL(ao.END_DATE, SYSDATE);
Another critical use case is tracing the impact of an offer through the lead management process, as evidenced by its foreign key relationship to sales lead tables.
Related Objects
The AMS_ACT_OFFERS table is a pivotal hub within the Marketing data model. Key related objects, as defined by its foreign key constraints, include:
- AMS_CAMPAIGNS_ALL_B: The master campaign table; an offer is owned by a campaign.
- QP_LIST_HEADERS_B: The pricing entity containing the detailed terms of the offer.
- AMS_CAMPAIGN_SCHEDULES, AMS_IBA_CAMPAIGN_RULES, AMS_TRIGGER_ACTIONS: Tables that schedule, rule-engine, and trigger the execution of the offer.
- AS_LEAD_LINES_ALL, AS_SALES_LEADS, AS_SALES_LEAD_LINES: Sales force automation tables that reference the offer ID, linking marketing promotions directly to sales pipeline activities.
-
Table: AMS_ACT_OFFERS
12.2.2
product: AMS - Marketing , description: Holds the high level details of promotional offers related to a campaign , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_ACT_OFFERS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_OFFERS, object_name:AMS_ACT_OFFERS, status:VALID, product: AMS - Marketing , description: Holds the high level details of promotional offers related to a campaign , implementation_dba_data: AMS.AMS_ACT_OFFERS ,
-
APPS.BIM_EDW_OFFERS_M_SIZE dependencies on AMS_ACT_OFFERS
12.1.1
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_ACT_OFFERS
12.1.1
-
APPS.ISC_EDW_BOOKINGS_F_SIZE dependencies on AMS_ACT_OFFERS
12.1.1
-
APPS.AMS_CAMPAIGNRULES_PVT dependencies on AMS_ACT_OFFERS
12.1.1
-
APPS.AMS_CAMPAIGNRULES_PVT dependencies on AMS_ACT_OFFERS
12.2.2
-
APPS.BIM_FUND_FACTS dependencies on AMS_ACT_OFFERS
12.2.2
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_ACT_OFFERS
12.2.2
-
APPS.AMS_CPYUTILITY_PVT dependencies on AMS_ACT_OFFERS
12.1.1
-
APPS.AMS_APPROVAL_UTIL_PVT dependencies on AMS_ACT_OFFERS
12.1.1
-
APPS.AMS_APPROVAL_UTIL_PVT dependencies on AMS_ACT_OFFERS
12.2.2
-
APPS.AMS_CPYUTILITY_PVT dependencies on AMS_ACT_OFFERS
12.2.2
-
APPS.BIM_FUND_FACTS dependencies on AMS_ACT_OFFERS
12.1.1
-
APPS.OPI_EDW_COGS_F_SZ dependencies on AMS_ACT_OFFERS
12.1.1
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_CAMPAIGN_SCHEDULES
12.1.1
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_CAMPAIGN_SCHEDULES
12.2.2
-
VIEW: APPS.AMS_P_OFFER_MKT_SEGMENTS_V
12.1.1
-
VIEW: APPS.AMS_CAMPAIGN_PRODUCTS_V
12.1.1
-
VIEW: APPS.AMS_P_OFFER_MKT_SEGMENTS_V
12.2.2
-
VIEW: APPS.AMS_CAMPAIGN_PRODUCTS_V
12.2.2
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_ACT_LISTS
12.2.2
-
Table: AMS_TRIGGER_ACTIONS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TRIGGER_ACTIONS, object_name:AMS_TRIGGER_ACTIONS, status:VALID, product: AMS - Marketing , description: AMS_TRIGGER_ACTIONS stores all actions that can be peformed when a particular Trigger Fires. , implementation_dba_data: AMS.AMS_TRIGGER_ACTIONS ,
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_ACT_LISTS
12.1.1
-
View: AMS_CAMPAIGN_PRODUCTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CAMPAIGN_PRODUCTS_V, object_name:AMS_CAMPAIGN_PRODUCTS_V, status:VALID, product: AMS - Marketing , description: This view returns the products associated to the campaigns. , implementation_dba_data: APPS.AMS_CAMPAIGN_PRODUCTS_V ,
-
SYNONYM: APPS.AMS_ACT_OFFERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_ACT_OFFERS, status:VALID,
-
Table: AMS_TRIGGER_ACTIONS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TRIGGER_ACTIONS, object_name:AMS_TRIGGER_ACTIONS, status:VALID, product: AMS - Marketing , description: AMS_TRIGGER_ACTIONS stores all actions that can be peformed when a particular Trigger Fires. , implementation_dba_data: AMS.AMS_TRIGGER_ACTIONS ,
-
VIEW: APPS.AMS_ASO_CAMPAIGN_OFFERS_V
12.2.2
-
VIEW: APPS.AST_SOURCE_CODES_LOV_V
12.1.1
-
APPS.AMS_APPROVAL_UTIL_PVT dependencies on AMS_CAMPAIGNS_VL
12.1.1
-
APPS.BIM_EDW_OFFERS_M_SIZE SQL Statements
12.1.1
-
VIEW: APPS.AMS_P_OFFER_PRODUCTS_V
12.1.1
-
VIEW: APPS.AMS_ASO_CAMPAIGN_OFFERS_V
12.1.1
-
View: AMS_CAMPAIGN_PRODUCTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CAMPAIGN_PRODUCTS_V, object_name:AMS_CAMPAIGN_PRODUCTS_V, status:VALID, product: AMS - Marketing , description: This view returns the products associated to the campaigns. , implementation_dba_data: APPS.AMS_CAMPAIGN_PRODUCTS_V ,
-
VIEW: APPS.BIM_FCTV_ORDER_OFFERS
12.2.2
-
VIEW: APPS.AST_OPPORTUNITIES_BALI_V
12.2.2
-
VIEW: APPS.AST_OPPORTUNITIES_BALI_V
12.1.1
-
APPS.AMS_APPROVAL_UTIL_PVT dependencies on AMS_CAMPAIGNS_VL
12.2.2
-
View: AMS_P_OFFER_MKT_SEGMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_OFFER_MKT_SEGMENTS_V, object_name:AMS_P_OFFER_MKT_SEGMENTS_V, status:VALID, product: AMS - Marketing , description: This public view returns the market segments associated with a marketing offers. , implementation_dba_data: APPS.AMS_P_OFFER_MKT_SEGMENTS_V ,
-
View: AMS_P_OFFER_MKT_SEGMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_P_OFFER_MKT_SEGMENTS_V, object_name:AMS_P_OFFER_MKT_SEGMENTS_V, status:VALID, product: AMS - Marketing , description: This public view returns the market segments associated with a marketing offers. , implementation_dba_data: APPS.AMS_P_OFFER_MKT_SEGMENTS_V ,
-
VIEW: APPS.BIM_FCTV_ORDER_OFFERS
12.1.1
-
VIEW: APPS.AMS_P_OFFER_PRODUCTS_V
12.2.2
-
VIEW: APPS.BIM_DIMV_OFFERS
12.1.1
-
VIEW: APPS.BIM_DIMV_OFFERS
12.2.2
-
VIEW: APPS.AMS_P_CAMPAIGN_OFFERS_V
12.1.1
-
VIEW: APPS.AST_SOURCE_CODES_LOV_V
12.2.2
-
VIEW: APPS.AMS_P_CAMPAIGN_OFFERS_V
12.2.2
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_CAMPAIGN_SCHEDULES_B
12.1.1
-
VIEW: APPS.AST_LM_LEADS_QUICK_V
12.2.2
-
APPS.AMS_DMEXTRACT_PVT dependencies on AMS_CAMPAIGN_SCHEDULES_B
12.2.2