Search Results ams_content_rules_tl
Overview
The AMS_CONTENT_RULES_TL table is a core translation (TL) object within the Oracle E-Business Suite Marketing (AMS) module. It functions as the multilingual repository for user-facing descriptive text associated with content rules. Content rules are business logic components used to govern and validate marketing content, such as promotional offers, campaign materials, or eligibility criteria, across different objects in the system. This table's primary role is to support the application's global deployment by storing translated rule names, descriptions, and other translatable attributes, enabling a single rule definition to be presented in multiple languages based on the user's session settings.
Key Information Stored
The table stores language-specific translations for records in its base table, AMS_CONTENT_RULES_B. Its structure is characteristic of Oracle EBS translation tables. The critical columns include CONTENT_RULE_ID, which is the foreign key linking to the base rule definition, and LANGUAGE, which holds the language code (e.g., 'US' for American English). Together, these two columns form the table's primary key. Other significant columns typically found in TL tables, and implied by its purpose, are SOURCE_LANG (the original language of the data) and the translatable attributes themselves, such as RULE_NAME and DESCRIPTION. These columns hold the actual translated text that is displayed within the application's user interface.
Common Use Cases and Queries
The primary use case is retrieving rule information in a user's preferred language for display in forms, reports, and online pages. It is also essential for any data extraction or reporting tool that must present rule descriptions in a specific language. A common SQL pattern involves joining this table with its base table, filtered by the session language. For example, to fetch active content rule details for a report, a query might use: SELECT crb.rule_code, crtl.rule_name, crtl.description FROM ams_content_rules_b crb, ams_content_rules_tl crtl WHERE crb.content_rule_id = crtl.content_rule_id AND crtl.language = USERENV('LANG');. Administrators may also query this table to audit translation completeness or to identify rules missing translations for key languages.
Related Objects
This table has a direct and dependent relationship with its base table, as documented in the provided metadata. The key relationships are:
- Primary Key: AMS_CONTENT_RULES_TL_PK on columns (LANGUAGE, CONTENT_RULE_ID).
- Foreign Key (References AMS_CONTENT_RULES_B): The CONTENT_RULE_ID column in AMS_CONTENT_RULES_TL is a foreign key that references the CONTENT_RULE_ID in the AMS_CONTENT_RULES_B table. This enforces that every translation record must correspond to a valid master rule definition.
Any application logic or integrated process that interacts with marketing content rules will typically access this translation table via the standard Oracle translation views or APIs to ensure the correct language data is retrieved in conjunction with the base rule data from AMS_CONTENT_RULES_B.
-
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 ,
-
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 ,
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on AMS_CONTENT_RULES_TL
12.1.1
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on AMS_CONTENT_RULES_TL
12.2.2
-
APPS.AMS_CONTENT_RULES_B_PKG SQL Statements
12.2.2
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: AMS.AMS_CONTENT_RULES_TL#
12.2.2
-
SYNONYM: APPS.AMS_CONTENT_RULES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_CONTENT_RULES_TL, status:VALID,
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on FND_LANGUAGES
12.1.1
-
VIEW: AMS.AMS_CONTENT_RULES_TL#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_CONTENT_RULES_TL#, status:VALID,
-
APPS.AMS_CONTENT_RULES_B_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.AMS_CONTENT_RULES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_CONTENT_RULES_TL, status:VALID,
-
PACKAGE BODY: APPS.AMS_CONTENT_RULES_B_PKG
12.1.1
-
TABLE: AMS.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,
-
VIEW: APPS.AMS_CONTENT_RULES_VL
12.1.1
-
VIEW: APPS.AMS_CONTENT_RULES_VL
12.2.2
-
PACKAGE BODY: APPS.AMS_CONTENT_RULES_B_PKG
12.2.2
-
TABLE: AMS.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,
-
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: 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 ,
-
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,
-
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 ,
-
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 ,
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on AMS_CONTENT_RULES_B
12.2.2
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on AMS_CONTENT_RULES_B
12.1.1
-
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,
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on FND_API
12.2.2
-
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,
-
12.2.2 DBA Data
12.2.2
-
APPS.AMS_CONTENT_RULES_B_PKG dependencies on FND_API
12.1.1
-
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
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
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 ,
-
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.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
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 ,
-
eTRM - AMS Tables and Views
12.1.1
description: This table is used to store tracking data for web advertisement and offer type schedules ,