Search Results ams_act_discoverer_all
Overview
The table AMS_ACT_DISCOVERER_ALL is a core data object within the Oracle E-Business Suite Marketing (AMS) module, specifically for versions 12.1.1 and 12.2.2. It functions as a repository for metadata that defines analytical components, known as Cells, within the context of Oracle Discoverer workbooks. Its primary role is to store the mapping between a marketing Cell and the specific Discoverer workbooks and worksheets that constitute its analytical definition. This table is integral to the integration between the Marketing module's activity management and the Oracle Discoverer business intelligence tool, enabling the execution and reporting of complex marketing analyses directly within the EBS framework.
Key Information Stored
The table stores identifiers and descriptive attributes that link Discoverer objects to marketing entities. The primary columns include the surrogate key ACTIVITY_DISCOVERER_ID. A critical unique key constraint (AMS_ACT_DISCOVERER_ALL_UK1) is defined on a combination of columns that uniquely identifies a workbook's usage: ACT_DISCOVERER_USED_BY_ID (the ID of the associated Cell), ARC_ACT_DISCOVERER_USED_BY (likely a discriminator column indicating the object type), and WORKBOOK_NAME. The foreign key column DISCOVERER_SQL_ID links to the AMS_DISCOVERER_SQL table, which presumably stores the underlying SQL or query definitions for the Discoverer objects, thereby separating the logical workbook definition from its physical implementation.
Common Use Cases and Queries
This table is central to queries that audit or troubleshoot the Discoverer-based components of marketing campaigns and activities. A common use case involves identifying all Discoverer workbooks associated with a specific marketing Cell for impact analysis during upgrades or migrations. For example, to list the workbook definitions for a given Cell ID, one might execute:
- SELECT workbook_name, discoverer_sql_id FROM ams_act_discoverer_all WHERE act_discoverer_used_by_id = <cell_id>;
Another typical scenario is generating a report of all Cells and their dependent Discoverer objects for documentation or validation purposes, requiring a join to AMS_CELLS_ALL_B to resolve the Cell's name or code.
Related Objects
As documented in the ETRM metadata, AMS_ACT_DISCOVERER_ALL has defined relationships with two key tables via foreign key constraints:
- AMS_DISCOVERER_SQL: Joined via the DISCOVERER_SQL_ID column. This table stores the SQL query definitions or metadata for the Discoverer components referenced in the workbooks.
- AMS_CELLS_ALL_B: Joined via the ACT_DISCOVERER_USED_BY_ID column. This is the master table for marketing Cells, and this relationship establishes which Cell a given Discoverer workbook definition belongs to.
These relationships are essential for constructing complete queries that retrieve not only the workbook names but also the underlying SQL logic and the full descriptive details of the associated marketing Cell.
-
Table: AMS_ACT_DISCOVERER_ALL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_DISCOVERER_ALL, object_name:AMS_ACT_DISCOVERER_ALL, status:VALID, product: AMS - Marketing , description: Store all workbooks/sheets that together define a Cell. , implementation_dba_data: AMS.AMS_ACT_DISCOVERER_ALL ,
-
Table: AMS_ACT_DISCOVERER_ALL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_DISCOVERER_ALL, object_name:AMS_ACT_DISCOVERER_ALL, status:VALID, product: AMS - Marketing , description: Store all workbooks/sheets that together define a Cell. , implementation_dba_data: AMS.AMS_ACT_DISCOVERER_ALL ,
-
APPS.AMS_CELL_PVT dependencies on AMS_ACT_DISCOVERER_ALL
12.2.2
-
APPS.AMS_LISTGENERATION_PKG dependencies on AMS_ACT_DISCOVERER_ALL
12.2.2
-
APPS.AMS_CELL_PVT dependencies on AMS_ACT_DISCOVERER_ALL
12.1.1
-
APPS.AMS_PARTY_MKT_SEG_LOADER_PVT dependencies on AMS_ACT_DISCOVERER_ALL
12.2.2
-
APPS.AMS_PARTY_MKT_SEG_LOADER_PVT dependencies on AMS_ACT_DISCOVERER_ALL
12.1.1
-
APPS.AMS_LISTGENERATION_PKG dependencies on AMS_ACT_DISCOVERER_ALL
12.1.1
-
VIEW: AMS.AMS_ACT_DISCOVERER_ALL#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_ACT_DISCOVERER_ALL#, status:VALID,
-
SYNONYM: APPS.AMS_ACT_DISCOVERER_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_ACT_DISCOVERER_ALL, status:VALID,
-
SYNONYM: APPS.AMS_ACT_DISCOVERER_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_ACT_DISCOVERER_ALL, status:VALID,
-
VIEW: AMS.AMS_ACT_DISCOVERER_ALL#
12.2.2
-
APPS.AMS_LISTGENERATION_PKG dependencies on AMS_CELLS_ALL_B
12.1.1
-
APPS.AMS_LISTGENERATION_PKG dependencies on AMS_CELLS_ALL_B
12.2.2
-
TABLE: AMS.AMS_ACT_DISCOVERER_ALL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_DISCOVERER_ALL, object_name:AMS_ACT_DISCOVERER_ALL, status:VALID,
-
TABLE: AMS.AMS_ACT_DISCOVERER_ALL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_DISCOVERER_ALL, object_name:AMS_ACT_DISCOVERER_ALL, status:VALID,
-
APPS.AMS_CELL_PVT SQL Statements
12.1.1
-
APPS.AMS_CELL_PVT SQL Statements
12.2.2
-
APPS.BIM_SEGMENT_DENORM_PKG dependencies on AMS_CELLS_ALL_B
12.1.1
-
Table: AMS_DISCOVERER_SQL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DISCOVERER_SQL, object_name:AMS_DISCOVERER_SQL, status:VALID, product: AMS - Marketing , description: This table stores all SQL statements saved into the database by the Discoverer tool, these SQL statements correspond to specific worksheets/workbooks created through the tool. This table is used by target list generation and the cell defi , implementation_dba_data: AMS.AMS_DISCOVERER_SQL ,
-
VIEW: APPS.AMS_CELLS_SEL_ALL_V
12.1.1
-
Table: AMS_DISCOVERER_SQL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DISCOVERER_SQL, object_name:AMS_DISCOVERER_SQL, status:VALID, product: AMS - Marketing , description: This table stores all SQL statements saved into the database by the Discoverer tool, these SQL statements correspond to specific worksheets/workbooks created through the tool. This table is used by target list generation and the cell defi , implementation_dba_data: AMS.AMS_DISCOVERER_SQL ,
-
APPS.AMS_PARTY_MKT_SEG_LOADER_PVT dependencies on AMS_CELLS_VL
12.2.2
-
Table: AMS_CELLS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CELLS_ALL_B, object_name:AMS_CELLS_ALL_B, status:VALID, product: AMS - Marketing , description: This table stores the definition of marketing cells (Segments). A cell is made up of one to many discoverer workbooks/worksheets. It is better known as Segments in Oracle Marketing. , implementation_dba_data: AMS.AMS_CELLS_ALL_B ,
-
VIEW: APPS.AMS_CELLS_SEL_ALL_V
12.2.2
-
APPS.AMS_PARTY_MKT_SEG_LOADER_PVT dependencies on AMS_CELLS_VL
12.1.1
-
Table: AMS_CELLS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CELLS_ALL_B, object_name:AMS_CELLS_ALL_B, status:VALID, product: AMS - Marketing , description: This table stores the definition of marketing cells (Segments). A cell is made up of one to many discoverer workbooks/worksheets. It is better known as Segments in Oracle Marketing. , implementation_dba_data: AMS.AMS_CELLS_ALL_B ,
-
PACKAGE BODY: APPS.AMS_CELL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CELL_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_PARTY_MKT_SEG_LOADER_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_PARTY_MKT_SEG_LOADER_PVT, status:VALID,
-
PACKAGE: APPS.AMS_LISTGENERATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:AMS_LISTGENERATION_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_PARTY_MKT_SEG_LOADER_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_PARTY_MKT_SEG_LOADER_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_CELL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CELL_PVT, status:VALID,
-
APPS.BIM_I_SGMT_ACT_FACTS_PKG SQL Statements
12.1.1
-
PACKAGE: APPS.AMS_LISTGENERATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:AMS_LISTGENERATION_PKG, status:VALID,
-
APPS.BIM_I_SGMT_FACTS_PKG SQL Statements
12.1.1
-
APPS.BIM_I_SGMT_CUST_FACTS_PKG SQL Statements
12.1.1
-
APPS.BIM_SEGMENT_DENORM_PKG SQL Statements
12.1.1
-
View: AMS_CELLS_SEL_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CELLS_SEL_ALL_V, object_name:AMS_CELLS_SEL_ALL_V, status:VALID, product: AMS - Marketing , description: Segment selection view definition , implementation_dba_data: APPS.AMS_CELLS_SEL_ALL_V ,
-
View: AMS_CELLS_SEL_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CELLS_SEL_ALL_V, object_name:AMS_CELLS_SEL_ALL_V, status:VALID, product: AMS - Marketing , description: Segment selection view definition , implementation_dba_data: APPS.AMS_CELLS_SEL_ALL_V ,
-
VIEW: APPS.AMS_CELLS_SEL_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CELLS_SEL_ALL_V, object_name:AMS_CELLS_SEL_ALL_V, status:VALID,
-
VIEW: APPS.AMS_CELLS_SEL_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CELLS_SEL_ALL_V, object_name:AMS_CELLS_SEL_ALL_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.AMS_CELL_PVT dependencies on FND_MESSAGE
12.2.2
-
12.1.1 FND Design Data
12.1.1