Search Results ams_dialogs_all_b
Overview
The AMS_DIALOGS_ALL_B table 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 the base table for storing the definition of a dialog object. In the context of Oracle Marketing, a dialog represents a structured, multi-step interaction or communication flow with a target audience, such as a series of emails or offers. This table holds the primary transactional and configuration data for these dialogs, serving as the central entity for dialog management and campaign execution. Its multi-org structure, indicated by the "_ALL_" suffix, allows it to store data partitioned by operating unit.
Key Information Stored
The table's primary key is the DIALOG_ID column, which uniquely identifies each dialog record. Based on the documented foreign key relationships, other critical columns include PROGRAM_ID, which links the dialog to its parent campaign in AMS_CAMPAIGNS_ALL_B. The OWNER_ID column references the marketing resource responsible for the dialog via JTF_RS_RESOURCE_EXTNS. Status management is handled through USER_STATUS_ID, linked to AMS_USER_STATUSES_B. For multi-currency and internationalization support, the table stores TRANSACTION_CURRENCY_CODE (linked to FND_CURRENCIES) and LANGUAGE_CODE (linked to FND_LANGUAGES). The APPLICATION_ID ties the dialog to a specific application module, and CUSTOM_SETUP_ID allows for extended custom configurations.
Common Use Cases and Queries
This table is central to querying dialog metadata for operational reporting, integration, and data validation. Common scenarios include generating a list of all active dialogs within a specific campaign, auditing dialog ownership, or extracting dialog details for a data migration. A typical query would join to its related translation table (AMS_DIALOGS_ALL_TL) to retrieve language-specific names.
- Sample Query: Retrieving basic dialog information with campaign context.
SELECT dlg.DIALOG_ID, dlg.PROGRAM_ID, camp.CAMPAIGN_NAME, dlg.OWNER_ID, dlg.USER_STATUS_ID
FROM AMS.AMS_DIALOGS_ALL_B dlg,
AMS.AMS_CAMPAIGNS_ALL_B camp
WHERE dlg.PROGRAM_ID = camp.CAMPAIGN_ID
AND camp.ORG_ID = :p_org_id; - Data Fix: Updating the owner of a specific dialog.
UPDATE AMS.AMS_DIALOGS_ALL_B
SET OWNER_ID = :new_owner_id
WHERE DIALOG_ID = :p_dialog_id;
Related Objects
The AMS_DIALOGS_ALL_B table has extensive relationships within the Marketing schema, as documented by its foreign keys. It is a parent table to several key entities and a child to master data tables.
- Parent Tables (Foreign Key References):
- AMS_CAMPAIGNS_ALL_B: Via PROGRAM_ID. A dialog belongs to a campaign.
- JTF_RS_RESOURCE_EXTNS: Via OWNER_ID. Identifies the dialog owner.
- FND_APPLICATION: Via APPLICATION_ID.
- FND_CURRENCIES: Via TRANSACTION_CURRENCY_CODE.
- FND_LANGUAGES: Via LANGUAGE_CODE.
- AMS_CUSTOM_SETUPS_B: Via CUSTOM_SETUP_ID.
- AMS_USER_STATUSES_B: Via USER_STATUS_ID.
- Child Tables (Referenced by Foreign Key):
- AMS_DIALOGS_ALL_TL: Holds translated names and descriptions for the dialog, joined on DIALOG_ID.
- AMS_DLG_FLOW_COMP_REL: Stores the components and flow logic within the dialog, joined on DIALOG_ID.
- AMS_DLG_URL_PARAM_ASSOCIATIONS: Manages URL parameters associated with the dialog, joined on DIALOG_ID.
-
Table: AMS_DIALOGS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DIALOGS_ALL_B, object_name:AMS_DIALOGS_ALL_B, status:VALID, product: AMS - Marketing , description: This stores the dialog object , implementation_dba_data: AMS.AMS_DIALOGS_ALL_B ,
-
Table: AMS_DIALOGS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DIALOGS_ALL_B, object_name:AMS_DIALOGS_ALL_B, status:VALID, product: AMS - Marketing , description: This stores the dialog object , implementation_dba_data: AMS.AMS_DIALOGS_ALL_B ,
-
SYNONYM: APPS.AMS_DIALOGS_ALL_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_DIALOGS_ALL_B, status:VALID,
-
SYNONYM: APPS.AMS_DIALOGS_ALL_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_DIALOGS_ALL_B, status:VALID,
-
VIEW: AMS.AMS_DIALOGS_ALL_B#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_DIALOGS_ALL_B#, status:VALID,
-
Table: AMS_DIALOGS_ALL_TL
12.1.1
product: AMS - Marketing , description: Repository to store the dialog information which needs to be translated , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_DLG_URL_PARAM_ASSOCIATIONS
12.2.2
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_DLG_FLOW_COMP_REL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_FLOW_COMP_REL, object_name:AMS_DLG_FLOW_COMP_REL, status:VALID, product: AMS - Marketing , description: Stores the Dialog Flow Component Relationships , implementation_dba_data: AMS.AMS_DLG_FLOW_COMP_REL ,
-
VIEW: AMS.AMS_DIALOGS_ALL_B#
12.2.2
-
Table: AMS_DLG_URL_PARAM_ASSOCIATIONS
12.1.1
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_DLG_FLOW_COMP_REL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_FLOW_COMP_REL, object_name:AMS_DLG_FLOW_COMP_REL, status:VALID, product: AMS - Marketing , description: Stores the Dialog Flow Component Relationships , implementation_dba_data: AMS.AMS_DLG_FLOW_COMP_REL ,
-
Table: AMS_DIALOGS_ALL_TL
12.2.2
product: AMS - Marketing , description: Repository to store the dialog information which needs to be translated , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_CUSTOM_SETUPS_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CUSTOM_SETUPS_B, object_name:AMS_CUSTOM_SETUPS_B, status:VALID, product: AMS - Marketing , description: Stores all the custom setups. , implementation_dba_data: AMS.AMS_CUSTOM_SETUPS_B ,
-
Table: AMS_CUSTOM_SETUPS_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CUSTOM_SETUPS_B, object_name:AMS_CUSTOM_SETUPS_B, status:VALID, product: AMS - Marketing , description: Stores all the custom setups. , implementation_dba_data: AMS.AMS_CUSTOM_SETUPS_B ,
-
Table: AMS_USER_STATUSES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_USER_STATUSES_B, object_name:AMS_USER_STATUSES_B, status:VALID, product: AMS - Marketing , description: Stores User status information , implementation_dba_data: AMS.AMS_USER_STATUSES_B ,
-
Table: AMS_USER_STATUSES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_USER_STATUSES_B, object_name:AMS_USER_STATUSES_B, status:VALID, product: AMS - Marketing , description: Stores User status information , implementation_dba_data: AMS.AMS_USER_STATUSES_B ,
-
TABLE: AMS.AMS_DIALOGS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DIALOGS_ALL_B, object_name:AMS_DIALOGS_ALL_B, status:VALID,
-
View: AMS_DIALOGS_VL
12.1.1
product: AMS - Marketing , description: This is the view for dialog and it's also striped by language. , implementation_dba_data: Not implemented in this database ,
-
View: AMS_DIALOGS_VL
12.2.2
product: AMS - Marketing , description: This is the view for dialog and it's also striped by language. , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_CAMPAIGNS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CAMPAIGNS_ALL_B, object_name:AMS_CAMPAIGNS_ALL_B, status:VALID, product: AMS - Marketing , description: Base table to store the details of a campaign. , implementation_dba_data: AMS.AMS_CAMPAIGNS_ALL_B ,
-
Table: AMS_CAMPAIGNS_ALL_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CAMPAIGNS_ALL_B, object_name:AMS_CAMPAIGNS_ALL_B, status:VALID, product: AMS - Marketing , description: Base table to store the details of a campaign. , implementation_dba_data: AMS.AMS_CAMPAIGNS_ALL_B ,
-
TABLE: AMS.AMS_DIALOGS_ALL_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DIALOGS_ALL_B, object_name:AMS_DIALOGS_ALL_B, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: JTF_RS_RESOURCE_EXTNS
12.1.1
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
12.2.2 DBA Data
12.2.2
-
Table: JTF_RS_RESOURCE_EXTNS
12.2.2
owner:JTF, object_type:TABLE, fnd_design_data:JTF.JTF_RS_RESOURCE_EXTNS, object_name:JTF_RS_RESOURCE_EXTNS, status:VALID, product: JTF - CRM Foundation , description: This is table stores all important information about Resources. These Resources are coming from HR or HZ or Vonder table etc. Primary key is resource_id. Resource_number, user_id sre also unique keys. , implementation_dba_data: JTF.JTF_RS_RESOURCE_EXTNS ,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
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.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: FND_LANGUAGES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LANGUAGES, object_name:FND_LANGUAGES, status:VALID, product: FND - Application Object Library , description: National dialects , implementation_dba_data: APPLSYS.FND_LANGUAGES ,
-
Table: FND_LANGUAGES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LANGUAGES, object_name:FND_LANGUAGES, status:VALID, product: FND - Application Object Library , description: National dialects , implementation_dba_data: APPLSYS.FND_LANGUAGES ,
-
Table: FND_CURRENCIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,
-
Table: FND_CURRENCIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CURRENCIES, object_name:FND_CURRENCIES, status:VALID, product: FND - Application Object Library , description: Currencies enabled for use at your site , implementation_dba_data: APPLSYS.FND_CURRENCIES ,
-
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 ,
-
APPS.AMS_ACTMETRICS_ENGINE_PVT SQL Statements
12.1.1
-
APPS.AMS_ACTMETRICS_ENGINE_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.AMS_UTILITY_PVT
12.1.1
-
PACKAGE BODY: APPS.AMS_UTILITY_PVT
12.2.2
-
PACKAGE BODY: APPS.AMS_ACTMETRICS_ENGINE_PVT
12.1.1
-
PACKAGE BODY: APPS.AMS_ACTMETRICS_ENGINE_PVT
12.2.2
-
12.2.2 DBA Data
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 ,