Search Results as_lead_comp_products
Overview
The AS_LEAD_COMP_PRODUCTS table is a core transactional entity within the Oracle E-Business Suite Sales Foundation (AS) module. It functions as the central repository for storing information about competitor products associated with sales leads and their corresponding line items. This table enables organizations to perform detailed competitive analysis by systematically tracking which rival offerings are being considered or are in use by prospective customers during the sales qualification process. Its data is integral to understanding competitive landscapes, shaping sales strategies, and forecasting potential competitive threats on specific opportunities.
Key Information Stored
The table's primary purpose is to link competitor product details to a specific lead or lead line. Its structure is defined by key foreign key relationships. The central identifier is the LEAD_COMPETITOR_PROD_ID, which serves as the primary key. Each record is anchored to a parent sales lead via the LEAD_ID column, and optionally to a more granular lead line item via LEAD_LINE_ID. The competitive intelligence is stored through the COMPETITOR_ID, which references the party (HZ_PARTIES) representing the competing organization, and the COMPETITOR_PRODUCT_ID, which points to the specific product (AMS_COMPETITOR_PRODUCTS_B) offered by that competitor. Additional descriptive columns, while not explicitly listed in the provided metadata, typically include creation and last update dates, along with relevant context about the product's usage or status.
Common Use Cases and Queries
This table supports critical sales and marketing analysis. A common use case is generating a report of all leads where a specific competitor's product is mentioned, aiding in market share analysis. Another scenario involves assessing the competitive pressure on high-value leads by joining this table to opportunity data. A typical analytical query would identify the most frequently encountered competitors:
- SELECT cp.COMPETITOR_ID, p.PARTY_NAME, COUNT(*) AS LEAD_COUNT FROM OSM.AS_LEAD_COMP_PRODUCTS cp, HZ_PARTIES p WHERE cp.COMPETITOR_ID = p.PARTY_ID GROUP BY cp.COMPETITOR_ID, p.PARTY_NAME ORDER BY LEAD_COUNT DESC;
For operational reporting, a query might list all competitor products for a given lead to provide sales representatives with a consolidated competitive view during customer engagement.
Related Objects
The AS_LEAD_COMP_PRODUCTS table maintains defined foreign key relationships with several fundamental EBS tables, as documented in the ETRM metadata:
- AS_LEADS_ALL: Links to the master lead record via AS_LEAD_COMP_PRODUCTS.LEAD_ID.
- AS_LEAD_LINES_ALL: Links to a specific line item within a lead via AS_LEAD_COMP_PRODUCTS.LEAD_LINE_ID.
- AMS_COMPETITOR_PRODUCTS_B: References the master definition of the competitor's product via AS_LEAD_COMP_PRODUCTS.COMPETITOR_PRODUCT_ID.
- HZ_PARTIES: Identifies the competing organization via AS_LEAD_COMP_PRODUCTS.COMPETITOR_ID.
These relationships ensure data integrity and enable comprehensive joins for reporting across the Trading Community Architecture (HZ), Marketing (AMS), and Sales (AS) modules.
-
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 ,
-
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.ASN_MIG_SALES_CREDITS_PVT dependencies on AS_LEAD_COMP_PRODUCTS
12.2.2
-
APPS.AS_OPP_COPY_PVT dependencies on AS_LEAD_COMP_PRODUCTS
12.1.1
-
APPS.AS_COMPETITOR_PROD_PVT dependencies on AS_LEAD_COMP_PRODUCTS
12.1.1
-
APPS.AS_OPP_LINE_PVT dependencies on AS_LEAD_COMP_PRODUCTS
12.2.2
-
APPS.AS_OPP_LINE_PVT dependencies on AS_LEAD_COMP_PRODUCTS
12.1.1
-
APPS.AS_OPP_HEADER_PVT dependencies on AS_LEAD_COMP_PRODUCTS
12.1.1
-
APPS.AS_OPP_HEADER_PVT dependencies on AS_LEAD_COMP_PRODUCTS
12.2.2
-
APPS.AS_LEAD_COMP_PRODUCTS_PKG dependencies on AS_LEAD_COMP_PRODUCTS
12.2.2
-
APPS.ASN_MIG_SALES_CREDITS_PVT dependencies on AS_LEAD_COMP_PRODUCTS
12.1.1
-
APPS.AS_COMPETITOR_PROD_PVT dependencies on AS_LEAD_COMP_PRODUCTS
12.2.2
-
APPS.AS_LEAD_COMP_PRODUCTS_PKG dependencies on AS_LEAD_COMP_PRODUCTS
12.1.1
-
APPS.AS_OPP_COPY_PVT dependencies on AS_LEAD_COMP_PRODUCTS
12.2.2
-
APPS.AS_COMPETITOR_PROD_PVT dependencies on FND_MESSAGE
12.1.1
-
APPS.AS_COMPETITOR_PROD_PVT dependencies on FND_MESSAGE
12.2.2
-
SYNONYM: APPS.AS_LEAD_COMP_PRODUCTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AS_LEAD_COMP_PRODUCTS, status:VALID,
-
SYNONYM: APPS.AS_LEAD_COMP_PRODUCTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AS_LEAD_COMP_PRODUCTS, status:VALID,
-
VIEW: OSM.AS_LEAD_COMP_PRODUCTS#
12.2.2
owner:OSM, object_type:VIEW, object_name:AS_LEAD_COMP_PRODUCTS#, status:VALID,
-
VIEW: OSM.AS_LEAD_COMP_PRODUCTS#
12.2.2
-
TABLE: OSM.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,
-
TABLE: OSM.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,
-
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 ,
-
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 ,
-
APPS.AS_LEAD_COMP_PRODUCTS_PKG SQL Statements
12.1.1
-
APPS.AS_LEAD_COMP_PRODUCTS_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AS_LEAD_COMP_PRODUCTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_LEAD_COMP_PRODUCTS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AS_LEAD_COMP_PRODUCTS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_LEAD_COMP_PRODUCTS_PKG, status:VALID,
-
Table: AS_LEAD_LINES_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEAD_LINES_ALL, object_name:AS_LEAD_LINES_ALL, status:VALID, product: AS - Sales Foundation , description: Holds sales opportunity lines , implementation_dba_data: OSM.AS_LEAD_LINES_ALL ,
-
Table: AS_LEAD_LINES_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEAD_LINES_ALL, object_name:AS_LEAD_LINES_ALL, status:VALID, product: AS - Sales Foundation , description: Holds sales opportunity lines , implementation_dba_data: OSM.AS_LEAD_LINES_ALL ,
-
PACKAGE BODY: APPS.AS_OPP_COPY_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_OPP_COPY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AS_OPP_COPY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_OPP_COPY_PVT, status:VALID,
-
PACKAGE BODY: APPS.AS_COMPETITOR_PROD_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_COMPETITOR_PROD_PVT, status:VALID,
-
Table: AS_LEADS_ALL
12.1.1
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEADS_ALL, object_name:AS_LEADS_ALL, status:VALID, product: AS - Sales Foundation , description: Holds sales opportunities , implementation_dba_data: OSM.AS_LEADS_ALL ,
-
PACKAGE BODY: APPS.AS_COMPETITOR_PROD_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_COMPETITOR_PROD_PVT, status:VALID,
-
APPS.AS_COMPETITOR_PROD_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AS_OPP_HEADER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_OPP_HEADER_PVT, status:VALID,
-
PACKAGE BODY: APPS.AS_OPP_LINE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_OPP_LINE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AS_OPP_LINE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AS_OPP_LINE_PVT, status:VALID,
-
PACKAGE BODY: APPS.ASN_MIG_SALES_CREDITS_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ASN_MIG_SALES_CREDITS_PVT, status:VALID,
-
PACKAGE BODY: APPS.ASN_MIG_SALES_CREDITS_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ASN_MIG_SALES_CREDITS_PVT, status:VALID,
-
Table: AS_LEADS_ALL
12.2.2
owner:OSM, object_type:TABLE, fnd_design_data:AS.AS_LEADS_ALL, object_name:AS_LEADS_ALL, status:VALID, product: AS - Sales Foundation , description: Holds sales opportunities , implementation_dba_data: OSM.AS_LEADS_ALL ,
-
PACKAGE BODY: APPS.AS_OPP_HEADER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AS_OPP_HEADER_PVT, status:VALID,
-
APPS.AS_COMPETITOR_PROD_PVT SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.AS_LEAD_COMP_PRODUCTS_PKG
12.2.2
-
PACKAGE BODY: APPS.AS_LEAD_COMP_PRODUCTS_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1