Search Results ams_competitor_products_b
Overview
The AMS_COMPETITOR_PRODUCTS_B table is a core data object within the Oracle E-Business Suite (EBS) Marketing (AMS) module. It functions as the master repository for defining and storing competitive intelligence by establishing relationships between an organization's products and those offered by its competitors in the marketplace. Its primary role is to enable structured analysis of competitive threats, supporting strategic marketing, sales enablement, and product planning activities. As a base table (indicated by the '_B' suffix), it holds the fundamental transactional data, which is typically extended by descriptive or translated data in other associated tables within the application architecture.
Key Information Stored
The table's central purpose is to link a product with a competing product offered by a rival organization. While the full column list is not detailed in the provided metadata, the documented primary and foreign keys reveal its critical structure. The COMPETITOR_PRODUCT_ID column serves as the unique primary key identifier for each competitive relationship record. A crucial foreign key is the COMPETITOR_PARTY_ID, which references the HZ_PARTIES table in the Trading Community Architecture (TCA) model. This column stores the identifier for the competitor company (party) itself, leveraging the EBS standard for entity management. Other typical columns in such a table would include identifiers for the internal product being analyzed, effective start and end dates for the competitive relationship, and creation/update audit information.
Common Use Cases and Queries
This table is central to generating competitive analysis reports and feeding data into campaign or opportunity management workflows. A common use case is for a product manager to run a report listing all known competitors for a specific product line. Another scenario involves the sales team accessing this data within the Oracle Sales (AS) module to assess competitive threats while working on specific sales leads, as indicated by the relationship to AS_LEAD_COMP_PRODUCTS. A typical analytical query would join this table to product and party tables to produce a readable report:
- SELECT acp.COMPETITOR_PRODUCT_ID, hp.party_name AS Competitor_Name, mp.product_name AS Our_Product FROM AMS_COMPETITOR_PRODUCTS_B acp, HZ_PARTIES hp, MTL_SYSTEM_ITEMS_B mp WHERE acp.COMPETITOR_PARTY_ID = hp.party_id AND acp.PRODUCT_ID = mp.inventory_item_id;
Related Objects
The AMS_COMPETITOR_PRODUCTS_B table maintains defined relationships with several key EBS objects, as per the provided foreign key metadata:
- Primary Key: AMS_COMPETITOR_PRODUCTS_B_PK on COMPETITOR_PRODUCT_ID.
- Foreign Key (Reference): The table references HZ_PARTIES via its COMPETITOR_PARTY_ID column. This joins competitive product records to the standardized definition of the competitor organization.
- Foreign Key (Referenced By): The table is referenced by the AS_LEAD_COMP_PRODUCTS table through its COMPETITOR_PRODUCT_ID column. This is a critical integration point, allowing the Sales (AS) module to associate specific competitor products with sales leads, directly linking marketing intelligence to the sales pipeline. The user's search term "as_lead_comp_products" aligns precisely with this documented relationship.
-
Table: AMS_COMPETITOR_PRODUCTS_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_COMPETITOR_PRODUCTS_B, object_name:AMS_COMPETITOR_PRODUCTS_B, status:VALID, product: AMS - Marketing , description: This table stores information telling what are the competing products in the market for a given product . , implementation_dba_data: AMS.AMS_COMPETITOR_PRODUCTS_B ,
-
Table: AMS_COMPETITOR_PRODUCTS_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_COMPETITOR_PRODUCTS_B, object_name:AMS_COMPETITOR_PRODUCTS_B, status:VALID, product: AMS - Marketing , description: This table stores information telling what are the competing products in the market for a given product . , implementation_dba_data: AMS.AMS_COMPETITOR_PRODUCTS_B ,
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_COMPETITOR_PRODUCTS_B
12.1.1
-
APPS.AMS_COMPETITOR_PRODUCT_PVT dependencies on AMS_COMPETITOR_PRODUCTS_B
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_COMPETITOR_PRODUCTS_B
12.2.2
-
APPS.AMS_COMPETITOR_PRODUCT_PVT dependencies on AMS_COMPETITOR_PRODUCTS_B
12.2.2
-
APPS.AMS_MTL_CATG_LOADER_PVT dependencies on AMS_COMPETITOR_PRODUCTS_B
12.2.2
-
APPS.AMS_COMPETITOR_PRODUCTS_B_PKG dependencies on AMS_COMPETITOR_PRODUCTS_B
12.2.2
-
APPS.AS_COMPETITOR_PROD_PVT dependencies on AMS_COMPETITOR_PRODUCTS_B
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AMS_COMPETITOR_PRODUCTS_B
12.1.1
-
APPS.AMS_MTL_CATG_LOADER_PVT dependencies on AMS_COMPETITOR_PRODUCTS_B
12.1.1
-
APPS.AMS_PARTY_MERGE_PVT dependencies on AMS_COMPETITOR_PRODUCTS_B
12.2.2
-
APPS.AS_COMPETITOR_PROD_PVT dependencies on AMS_COMPETITOR_PRODUCTS_B
12.1.1
-
APPS.AMS_COMPETITOR_PRODUCTS_B_PKG dependencies on AMS_COMPETITOR_PRODUCTS_B
12.1.1
-
VIEW: AMS.AMS_COMPETITOR_PRODUCTS_B#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_COMPETITOR_PRODUCTS_B#, status:VALID,
-
VIEW: APPS.BIL_TX_COMPETITOR_V
12.1.1
-
VIEW: APPS.AMS_COMPETITOR_PRODUCTS_VL
12.1.1
-
VIEW: APPS.AMS_COMPETITOR_PRODUCTS_VL
12.2.2
-
SYNONYM: APPS.AMS_COMPETITOR_PRODUCTS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_COMPETITOR_PRODUCTS_B, status:VALID,
-
APPS.HZ_PURGE_GEN dependencies on AMS_VENUES_B
12.2.2
-
SYNONYM: APPS.AMS_COMPETITOR_PRODUCTS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_COMPETITOR_PRODUCTS_B, status:VALID,
-
APPS.HZ_PURGE_GEN dependencies on AMS_VENUES_B
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMS_IBA_POSTINGS_B
12.1.1
-
VIEW: AMS.AMS_COMPETITOR_PRODUCTS_B#
12.2.2
-
APPS.HZ_PURGE_GEN dependencies on AMS_IBA_POSTINGS_B
12.2.2
-
APPS.AMS_COMPETITOR_PRODUCT_PVT SQL Statements
12.2.2
-
Table: AS_LEAD_COMP_PRODUCTS
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEAD_COMP_PRODUCTS, object_name:AS_LEAD_COMP_PRODUCTS, status:VALID, product: AS - Sales Foundation , description: Holds competitor products , implementation_dba_data: OSM.AS_LEAD_COMP_PRODUCTS ,
-
APPS.AMS_COMPETITOR_PRODUCT_PVT SQL Statements
12.1.1
-
APPS.AMS_COMPETITOR_PRODUCTS_B_PKG dependencies on AMS_UTILITY_PVT
12.2.2
-
APPS.AMS_COMPETITOR_PRODUCTS_B_PKG dependencies on AMS_UTILITY_PVT
12.1.1
-
APPS.AMS_COMPETITOR_PRODUCT_PVT dependencies on DUAL
12.2.2
-
Table: AS_LEAD_COMP_PRODUCTS
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEAD_COMP_PRODUCTS, object_name:AS_LEAD_COMP_PRODUCTS, status:VALID, product: AS - Sales Foundation , description: Holds competitor products , implementation_dba_data: OSM.AS_LEAD_COMP_PRODUCTS ,
-
APPS.AMS_COMPETITOR_PRODUCT_PVT dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.AMS_MTL_CATG_LOADER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_MTL_CATG_LOADER_PVT, status:VALID,
-
APPS.AS_COMPETITOR_PROD_PVT dependencies on AS_LEADS_ALL
12.1.1
-
PACKAGE BODY: APPS.AMS_MTL_CATG_LOADER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_MTL_CATG_LOADER_PVT, status:VALID,
-
APPS.AS_COMPETITOR_PROD_PVT dependencies on AS_LEADS_ALL
12.2.2
-
PACKAGE BODY: APPS.AMS_COMPETITOR_PRODUCTS_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_COMPETITOR_PRODUCTS_B_PKG, status:VALID,
-
APPS.AMS_COMPETITOR_PRODUCTS_B_PKG dependencies on AMS_COMPETITOR_PRODUCTS_TL
12.1.1
-
PACKAGE BODY: APPS.AMS_COMPETITOR_PRODUCT_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_COMPETITOR_PRODUCT_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_COMPETITOR_PRODUCTS_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_COMPETITOR_PRODUCTS_B_PKG, status:VALID,
-
APPS.AS_COMPETITOR_PROD_PVT dependencies on AS_LEADS
12.2.2
-
PACKAGE BODY: APPS.AMS_PARTY_MERGE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_PARTY_MERGE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_COMPETITOR_PRODUCT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_COMPETITOR_PRODUCT_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_PARTY_MERGE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_PARTY_MERGE_PVT, status:VALID,
-
VIEW: APPS.BIL_TX_COMPETITOR_V
12.1.1
owner:APPS, object_type:VIEW, object_name:BIL_TX_COMPETITOR_V, status:VALID,
-
TABLE: AMS.AMS_COMPETITOR_PRODUCTS_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_COMPETITOR_PRODUCTS_B, object_name:AMS_COMPETITOR_PRODUCTS_B, status:VALID,
-
TABLE: AMS.AMS_COMPETITOR_PRODUCTS_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_COMPETITOR_PRODUCTS_B, object_name:AMS_COMPETITOR_PRODUCTS_B, status:VALID,
-
APPS.AMS_COMPETITOR_PRODUCTS_B_PKG dependencies on AMS_COMPETITOR_PRODUCTS_TL
12.2.2
-
PACKAGE BODY: APPS.AS_COMPETITOR_PROD_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_COMPETITOR_PROD_PVT, status:VALID,