Search Results ams_content_rules_b
Overview
The AMS_CONTENT_RULES_B table is a core data repository within the Oracle E-Business Suite Marketing (AMS) module. It serves as the primary storage entity for content rules, which are business logic constructs used to govern the display, selection, or application of marketing content. These rules are typically associated with marketing objects such as campaigns, events, or offers, enabling dynamic and conditional content management. As a base table, it holds the fundamental, non-translatable attributes of each rule, forming the central point of reference for rule definition and execution within the marketing application's architecture.
Key Information Stored
The table's primary identifier is the CONTENT_RULE_ID column, which is the unique key for each rule record. Based on the provided foreign key metadata, a critical column is COVER_LETTER_ID. This column establishes a relationship with the IBC_CONTENT_ITEMS table, indicating that a content rule can be linked to a specific cover letter document or content item stored within the IBC (Content Manager) subsystem. While the full column list is not detailed in the excerpt, typical attributes in such a base table would include creation date, created by, last update date, last updated by, and other descriptive or control columns that define the rule's operational parameters and lifecycle.
Common Use Cases and Queries
This table is central to scenarios requiring the retrieval or validation of content rules for marketing executions. Common use cases include generating reports on all active content rules, troubleshooting the content associated with a marketing campaign, or auditing rule usage. A typical query would join this table with its corresponding translation table, AMS_CONTENT_RULES_TL, to fetch rule descriptions in a specific language. For example, to list all rules with their associated cover letter details, one might use a SQL pattern such as:
- SELECT acrb.CONTENT_RULE_ID, acrb.COVER_LETTER_ID, ibc.NAME FROM AMS_CONTENT_RULES_B acrb, IBC_CONTENT_ITEMS ibc WHERE acrb.COVER_LETTER_ID = ibc.CONTENT_ITEM_ID(+);
Data from this table is also essential for backend processes that evaluate and apply content rules during the runtime generation of marketing collateral or communications.
Related Objects
The AMS_CONTENT_RULES_B table has documented relationships with several key objects, primarily through foreign key constraints. The primary key constraint AMS_COTNENT_RULES_B_PK (note typographical discrepancy in source metadata) ensures uniqueness on the CONTENT_RULE_ID column.
- IBC_CONTENT_ITEMS: Linked via the COVER_LETTER_ID column in AMS_CONTENT_RULES_B. This relationship connects a marketing content rule to a specific document or item managed by the Content Manager.
- AMS_CONTENT_RULES_TL: This is the translation table dependent on AMS_CONTENT_RULES_B. It holds language-specific descriptions and names for the rules, joined by the CONTENT_RULE_ID column.
These relationships form a critical data model for integrating marketing rule logic with the enterprise content management system.
-
Table: AMS_CONTENT_RULES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CONTENT_RULES_B, object_name:AMS_CONTENT_RULES_B, status:VALID, product: AMS - Marketing , description: This table stores all the content rules for marketing objecs , implementation_dba_data: AMS.AMS_CONTENT_RULES_B ,
-
Table: AMS_CONTENT_RULES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CONTENT_RULES_B, object_name:AMS_CONTENT_RULES_B, status:VALID, product: AMS - Marketing , description: This table stores all the content rules for marketing objecs , implementation_dba_data: AMS.AMS_CONTENT_RULES_B ,
-
APPS.AMS_CT_RULE_PVT dependencies on AMS_CONTENT_RULES_B
12.2.2
-
APPS.AMS_CT_RULE_PVT dependencies on AMS_CONTENT_RULES_B
12.1.1
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on AMS_CONTENT_RULES_B
12.1.1
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on AMS_CONTENT_RULES_B
12.2.2
-
VIEW: AMS.AMS_CONTENT_RULES_B#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_CONTENT_RULES_B#, status:VALID,
-
VIEW: AMS.AMS_CONTENT_RULES_B#
12.2.2
-
SYNONYM: APPS.AMS_CONTENT_RULES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_CONTENT_RULES_B, status:VALID,
-
SYNONYM: APPS.AMS_CONTENT_RULES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_CONTENT_RULES_B, status:VALID,
-
APPS.AMS_CONTENT_RULES_B_PKG SQL Statements
12.2.2
-
APPS.AMS_CT_RULE_PVT SQL Statements
12.1.1
-
VIEW: APPS.AMS_CONTENT_RULES_VL
12.1.1
-
VIEW: APPS.AMS_CONTENT_RULES_VL
12.2.2
-
APPS.AMS_CT_RULE_PVT dependencies on DUAL
12.2.2
-
APPS.AMS_CT_RULE_PVT SQL Statements
12.2.2
-
Table: AMS_CONTENT_RULES_TL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CONTENT_RULES_TL, object_name:AMS_CONTENT_RULES_TL, status:VALID, product: AMS - Marketing , description: Translation table for the Content rules defined for objects. , implementation_dba_data: AMS.AMS_CONTENT_RULES_TL ,
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on AMS_UTILITY_PVT
12.2.2
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on AMS_UTILITY_PVT
12.1.1
-
APPS.AMS_CONTENT_RULES_B_PKG SQL Statements
12.1.1
-
TABLE: AMS.AMS_CONTENT_RULES_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CONTENT_RULES_B, object_name:AMS_CONTENT_RULES_B, status:VALID,
-
PACKAGE BODY: APPS.AMS_CONTENT_RULES_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CONTENT_RULES_B_PKG, status:VALID,
-
Table: IBC_CONTENT_ITEMS
12.1.1
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_ITEMS, object_name:IBC_CONTENT_ITEMS, status:VALID, product: IBC - Content Manager , description: IBC_CONTENT_ITEMS stores non version or language specific information about content items , implementation_dba_data: IBC.IBC_CONTENT_ITEMS ,
-
Table: IBC_CONTENT_ITEMS
12.2.2
owner:IBC, object_type:TABLE, fnd_design_data:IBC.IBC_CONTENT_ITEMS, object_name:IBC_CONTENT_ITEMS, status:VALID, product: IBC - Content Manager , description: IBC_CONTENT_ITEMS stores non version or language specific information about content items , implementation_dba_data: IBC.IBC_CONTENT_ITEMS ,
-
APPS.AMS_CT_RULE_PVT dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.AMS_CONTENT_RULES_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CONTENT_RULES_B_PKG, status:VALID,
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on AMS_CONTENT_RULES_TL
12.1.1
-
View: AMS_CONTENT_RULES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CONTENT_RULES_VL, object_name:AMS_CONTENT_RULES_VL, status:VALID, product: AMS - Marketing , description: This view returns all the Content Rules defined in Marketing. , implementation_dba_data: APPS.AMS_CONTENT_RULES_VL ,
-
Table: AMS_CONTENT_RULES_TL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CONTENT_RULES_TL, object_name:AMS_CONTENT_RULES_TL, status:VALID, product: AMS - Marketing , description: Translation table for the Content rules defined for objects. , implementation_dba_data: AMS.AMS_CONTENT_RULES_TL ,
-
View: AMS_CONTENT_RULES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CONTENT_RULES_VL, object_name:AMS_CONTENT_RULES_VL, status:VALID, product: AMS - Marketing , description: This view returns all the Content Rules defined in Marketing. , implementation_dba_data: APPS.AMS_CONTENT_RULES_VL ,
-
TABLE: AMS.AMS_CONTENT_RULES_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_CONTENT_RULES_B, object_name:AMS_CONTENT_RULES_B, status:VALID,
-
PACKAGE BODY: APPS.AMS_CONTENT_RULES_B_PKG
12.1.1
-
PACKAGE BODY: APPS.AMS_CT_RULE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CT_RULE_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMS_CONTENT_RULES_B_PKG
12.2.2
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on AMS_CONTENT_RULES_TL
12.2.2
-
PACKAGE BODY: APPS.AMS_CT_RULE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_CT_RULE_PVT, status:VALID,
-
VIEW: APPS.AMS_CONTENT_RULES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CONTENT_RULES_VL, object_name:AMS_CONTENT_RULES_VL, status:VALID,
-
VIEW: APPS.AMS_CONTENT_RULES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_CONTENT_RULES_VL, object_name:AMS_CONTENT_RULES_VL, status:VALID,
-
APPS.AMS_CT_RULE_PVT dependencies on JTF_PLSQL_API
12.1.1
-
APPS.AMS_CT_RULE_PVT dependencies on JTF_PLSQL_API
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.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 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on FND_API
12.2.2
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on FND_API
12.1.1