Search Results ams_hierarchies_all_b
Overview
The AMS_HIERARCHIES_ALL_B table is a core master data table within the Oracle E-Business Suite (EBS) Marketing (AMS) module. It serves as the central repository for defining and storing all hierarchical structures supported by Oracle Marketing. These hierarchies are fundamental for organizing and analyzing marketing data, enabling the classification of metrics, activities, and other marketing entities into meaningful, multi-level groupings. The table's role is to provide a standardized, reusable definition of hierarchies that can be applied across various marketing processes, ensuring consistency in reporting and analytical segmentation. Its multi-organization enabled structure, indicated by the "_ALL_" suffix, allows it to store data for multiple operating units within a single installation.
Key Information Stored
The table's primary purpose is to define the unique characteristics of each hierarchy. While the full column list is not detailed in the provided metadata, the documented primary and unique keys reveal its critical attributes. The HIERARCHY_ID column is the primary key, serving as the unique internal identifier for each hierarchy record. The HIERARCHY_CODE column is a unique, user-facing code or short name for the hierarchy. A foreign key relationship to FND_APPLICATION via the APPLICATION_ID column indicates the table stores the application context (e.g., Marketing, Service) with which the hierarchy is associated. Other typical columns in such a base table would include creation and last update dates, the user IDs responsible for those actions, and a descriptive name field, though the latter is often stored in the corresponding translation table, AMS_HIERARCHIES_ALL_TL.
Common Use Cases and Queries
This table is primarily referenced in setups and master data maintenance. Common use cases include configuring new metric hierarchies for campaign analysis or defining activity hierarchies for organizing marketing programs. A frequent reporting need is to list all available hierarchies within the system. A basic query for this, joining the base table with its translation table for descriptions, would be:
- SELECT b.HIERARCHY_CODE, tl.NAME, b.APPLICATION_ID
- FROM AMS_HIERARCHIES_ALL_B b, AMS_HIERARCHIES_ALL_TL tl
- WHERE b.HIERARCHY_ID = tl.HIERARCHY_ID
- AND tl.LANGUAGE = USERENV('LANG');
Another critical use case is validating foreign key relationships when querying metric or activity data, ensuring joins are performed on valid hierarchy identifiers.
Related Objects
The AMS_HIERARCHIES_ALL_B table is central to the Marketing data model, with several key objects depending on it. As per the metadata, it has a direct foreign key relationship with FND_APPLICATION. It is referenced as a parent table by AMS_ACT_METRICS_ALL and AMS_METRICS_ALL_B, meaning hierarchies are used to categorize activity metrics and general marketing metrics, respectively. The AMS_HIERARCHIES_ALL_TL table stores the translated descriptive names (e.g., NAME, DESCRIPTION) for the hierarchies defined in the base table, using HIERARCHY_ID as the foreign key. This relationship is standard for EBS objects requiring multilingual support.
-
Table: AMS_HIERARCHIES_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_HIERARCHIES_ALL_B, object_name:AMS_HIERARCHIES_ALL_B, status:VALID, product: AMS - Marketing , description: Stores all hierarchies supported by Oracle Marketing , implementation_dba_data: AMS.AMS_HIERARCHIES_ALL_B ,
-
Table: AMS_HIERARCHIES_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_HIERARCHIES_ALL_B, object_name:AMS_HIERARCHIES_ALL_B, status:VALID, product: AMS - Marketing , description: Stores all hierarchies supported by Oracle Marketing , implementation_dba_data: AMS.AMS_HIERARCHIES_ALL_B ,
-
SYNONYM: APPS.AMS_HIERARCHIES_ALL_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_HIERARCHIES_ALL_B, status:VALID,
-
VIEW: AMS.AMS_HIERARCHIES_ALL_B#
12.2.2
-
VIEW: AMS.AMS_HIERARCHIES_ALL_B#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_HIERARCHIES_ALL_B#, status:VALID,
-
TABLE: AMS.AMS_HIERARCHIES_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_HIERARCHIES_ALL_B, object_name:AMS_HIERARCHIES_ALL_B, status:VALID,
-
TABLE: AMS.AMS_HIERARCHIES_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_HIERARCHIES_ALL_B, object_name:AMS_HIERARCHIES_ALL_B, status:VALID,
-
SYNONYM: APPS.AMS_HIERARCHIES_ALL_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_HIERARCHIES_ALL_B, status:VALID,
-
Table: AMS_HIERARCHIES_ALL_TL
12.1.1
product: AMS - Marketing , description: Stores all translated columns. , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_HIERARCHIES_ALL_TL
12.2.2
product: AMS - Marketing , description: Stores all translated columns. , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_ACT_METRICS_ALL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_METRICS_ALL, object_name:AMS_ACT_METRICS_ALL, status:VALID, product: AMS - Marketing , description: This table stores the value for a metrics being tracked against a marketing entity e.g. the current value for metrics 'ROI' for a specific marketing campaign. , implementation_dba_data: AMS.AMS_ACT_METRICS_ALL ,
-
Table: AMS_METRICS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_METRICS_ALL_B, object_name:AMS_METRICS_ALL_B, status:VALID, product: AMS - Marketing , description: This table stores all the flexible metric definitions. , implementation_dba_data: AMS.AMS_METRICS_ALL_B ,
-
View: AMS_HIERARCHIES_VL
12.2.2
product: AMS - Marketing , description: Stores all hierarchies supported by Oracle Marketing , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_METRICS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_METRICS_ALL_B, object_name:AMS_METRICS_ALL_B, status:VALID, product: AMS - Marketing , description: This table stores all the flexible metric definitions. , implementation_dba_data: AMS.AMS_METRICS_ALL_B ,
-
View: AMS_HIERARCHIES_VL
12.1.1
product: AMS - Marketing , description: Stores all hierarchies supported by Oracle Marketing , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_ACT_METRICS_ALL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_ACT_METRICS_ALL, object_name:AMS_ACT_METRICS_ALL, status:VALID, product: AMS - Marketing , description: This table stores the value for a metrics being tracked against a marketing entity e.g. the current value for metrics 'ROI' for a specific marketing campaign. , implementation_dba_data: AMS.AMS_ACT_METRICS_ALL ,
-
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 FND Design 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
-
Table: FND_APPLICATION
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
Table: FND_APPLICATION
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.AMS_ACTMETRICFACT_PVT dependencies on AMS_UTILITY_PVT
12.1.1
-
APPS.AMS_ACTMETRICFACT_PVT dependencies on AMS_UTILITY_PVT
12.2.2
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
PACKAGE BODY: APPS.AMS_ACTMETRICFACT_PVT
12.1.1
-
PACKAGE BODY: APPS.AMS_ACTMETRICFACT_PVT
12.2.2
-
APPS.AMS_ACTMETRICFACT_PVT dependencies on FND_API
12.2.2
-
APPS.AMS_ACTMETRICFACT_PVT dependencies on FND_API
12.1.1
-
eTRM - AMS Tables and Views
12.2.2
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,
-
12.1.1 DBA Data
12.1.1