Search Results ams_dlg_flow_comps_b
Overview
The AMS_DLG_FLOW_COMPS_B table is a core data object within the Oracle E-Business Suite (EBS) Marketing (AMS) module, specifically for versions 12.1.1 and 12.2.2. It functions as the master repository for storing the fundamental properties and definitions of individual components that constitute a Dialog Flow. A Dialog Flow represents a structured, multi-step marketing or customer interaction process, such as a campaign or a guided selling sequence. This table is essential for the configuration and execution of these complex, rule-based marketing workflows, serving as the central reference point for all flow component definitions within the system.
Key Information Stored
While the provided metadata does not list specific column names beyond key identifiers, the table's primary purpose is to store Dialog Flow Component Properties. Based on its relationships and standard EBS design patterns, the table's critical columns include the primary key, FLOW_COMPONENT_ID, which uniquely identifies each component instance. Other significant foreign key columns are COMPONENT_TYPE_ID, which links to the AMS_DLG_COMP_TYPES_B table to define the component's functional type (e.g., message, decision point, wait step), and IDENTIFY_RULE_ID, which links to AMS_DLG_IDENTIFY_RULES_B to associate any audience identification or segmentation rules with the component. The table likely also contains descriptive columns like NAME, along with creation and last update date stamps.
Common Use Cases and Queries
This table is central to administrative, diagnostic, and reporting activities related to marketing dialogs. Common use cases include auditing the structure of active marketing campaigns, troubleshooting dialog execution by tracing component relationships, and generating inventories of flow components by type. A typical diagnostic query might join this table with its related entities to analyze a specific dialog's construction:
SELECT fc.flow_component_id, fc.name, ct.type_name, ir.rule_name FROM ams_dlg_flow_comps_b fc, ams_dlg_comp_types_b ct, ams_dlg_identify_rules_b ir WHERE fc.component_type_id = ct.component_type_id AND fc.identify_rule_id = ir.identify_rule_id(+) ORDER BY fc.flow_component_id;
Another frequent pattern involves querying for all components referenced by a specific runtime execution step stored in AMS_DLG_RUN_STEP_DETAILS to monitor campaign progress or errors.
Related Objects
The AMS_DLG_FLOW_COMPS_B table maintains integral relationships with several other AMS tables, forming the backbone of the Dialog Flow data model. As documented in the metadata:
- Referenced by this table (Foreign Keys Out):
AMS_DLG_COMP_TYPES_BviaCOMPONENT_TYPE_IDAMS_DLG_IDENTIFY_RULES_BviaIDENTIFY_RULE_ID
- References this table (Foreign Keys In):
AMS_DLG_BRANCHES_BviaFLOW_COMPONENT_ID(defines branching logic from a component)AMS_DLG_FLOW_COMP_RELviaCURR_FLOW_COMPONENT_ID(defines sequential relationships between components)AMS_DLG_RUN_STEP_DETAILSviaFLOW_COMPONENT_ID(logs runtime execution details)
These relationships confirm the table's role as the central hub, linking component definitions to their types, rules, execution paths, and runtime history.
-
Table: AMS_DLG_FLOW_COMPS_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_FLOW_COMPS_B, object_name:AMS_DLG_FLOW_COMPS_B, status:VALID, product: AMS - Marketing , description: Stores Dialog Flow Component Properties , implementation_dba_data: AMS.AMS_DLG_FLOW_COMPS_B ,
-
Table: AMS_DLG_FLOW_COMPS_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_FLOW_COMPS_B, object_name:AMS_DLG_FLOW_COMPS_B, status:VALID, product: AMS - Marketing , description: Stores Dialog Flow Component Properties , implementation_dba_data: AMS.AMS_DLG_FLOW_COMPS_B ,
-
Table: AMS_DLG_BRANCHES_B
12.2.2
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_DLG_BRANCHES_B
12.1.1
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
Table: AMS_DLG_IDENTIFY_RULES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_IDENTIFY_RULES_B, object_name:AMS_DLG_IDENTIFY_RULES_B, status:VALID, product: AMS - Marketing , description: This table stores the rules to identify a user , implementation_dba_data: AMS.AMS_DLG_IDENTIFY_RULES_B ,
-
Table: AMS_DLG_RUN_STEP_DETAILS
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_RUN_STEP_DETAILS, object_name:AMS_DLG_RUN_STEP_DETAILS, status:VALID, product: AMS - Marketing , description: This table captures how each step in the dialog flow is getting executed , implementation_dba_data: AMS.AMS_DLG_RUN_STEP_DETAILS ,
-
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 ,
-
Table: AMS_DLG_IDENTIFY_RULES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_IDENTIFY_RULES_B, object_name:AMS_DLG_IDENTIFY_RULES_B, status:VALID, product: AMS - Marketing , description: This table stores the rules to identify a user , implementation_dba_data: AMS.AMS_DLG_IDENTIFY_RULES_B ,
-
Table: AMS_DLG_RUN_STEP_DETAILS
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_RUN_STEP_DETAILS, object_name:AMS_DLG_RUN_STEP_DETAILS, status:VALID, product: AMS - Marketing , description: This table captures how each step in the dialog flow is getting executed , implementation_dba_data: AMS.AMS_DLG_RUN_STEP_DETAILS ,
-
Table: AMS_DLG_COMP_TYPES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_COMP_TYPES_B, object_name:AMS_DLG_COMP_TYPES_B, status:VALID, product: AMS - Marketing , description: Stores the Dialog Component Types , implementation_dba_data: AMS.AMS_DLG_COMP_TYPES_B ,
-
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_DLG_COMP_TYPES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_DLG_COMP_TYPES_B, object_name:AMS_DLG_COMP_TYPES_B, status:VALID, product: AMS - Marketing , description: Stores the Dialog Component Types , implementation_dba_data: AMS.AMS_DLG_COMP_TYPES_B ,
-
View: AMS_DLG_FLOW_COMPS_VL
12.1.1
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
View: AMS_DLG_FLOW_COMPS_VL
12.2.2
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,