Search Results ams_tcop_fr_periods_tl
Overview
The AMS_TCOP_FR_PERIODS_TL table is a core translation (TL) table within the Oracle E-Business Suite Marketing (AMS) module, specifically for versions 12.1.1 and 12.2.2. It functions as a multilingual repository for the descriptive names of periods associated with Fatigue Rules. Fatigue Rules are a critical component of marketing automation, designed to prevent customer contact fatigue by governing the frequency and timing of marketing communications. This table enables the system to store and serve period descriptions in multiple languages, supporting global deployments. Its existence is fundamental to the user interface and reporting layers, ensuring that rule configurations and audit trails are presented in a user's preferred language.
Key Information Stored
The table stores translated textual descriptions for predefined fatigue rule periods. While the full column list is not detailed in the provided metadata, the structure of a standard EBS translation table and the documented primary key imply its critical columns. The PERIOD_ID column is the foreign key linking each translation row to its corresponding base record in AMS_TCOP_FR_PERIODS_B. The LANGUAGE column specifies the language code (e.g., 'US' for American English) for the translation. Typically, a PERIOD_NAME or DESCRIPTION column would hold the actual translated text. Additional standard columns would include SOURCE_LANG to identify the original language of the record and CREATION_DATE, CREATED_BY for auditing.
Common Use Cases and Queries
This table is primarily accessed by the application's runtime engine to display localized content and by administrative setups. A common operational query retrieves the period name for a specific rule in the user's session language. For example, a report on active fatigue rules would join to this table to present user-friendly period names. Database administrators or developers might query it to verify translation coverage.
- Sample Query for Session Language:
SELECT tl.period_name
FROM ams_tcop_fr_periods_tl tl
WHERE tl.period_id = :p_period_id
AND tl.language = USERENV('LANG'); - Use Case: A marketing manager configuring a campaign in France would see the period descriptions (e.g., "Daily", "Weekly") rendered in French, sourced from this table where LANGUAGE = 'F'.
Related Objects
The table has a direct and essential relationship with its base table, as defined by the documented foreign key. This structure is a standard EBS design pattern for multilingual support.
- AMS_TCOP_FR_PERIODS_B (Base Table): This is the primary relationship. Every record in AMS_TCOP_FR_PERIODS_TL must correspond to a record in AMS_TCOP_FR_PERIODS_B. The join is performed on the PERIOD_ID column. The base table holds the non-translatable attributes and the primary key for the period entity.
- Primary Key: The table's primary key constraint, AMS_TCOP_FR_PERIODS_TL_PK, is defined on the combination of LANGUAGE and PERIOD_ID, ensuring a unique translation per language for each period.
-
Table: AMS_TCOP_FR_PERIODS_TL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_FR_PERIODS_TL, object_name:AMS_TCOP_FR_PERIODS_TL, status:VALID, product: AMS - Marketing , description: Translation Table for storing periods associated with Fatigue Rules , implementation_dba_data: AMS.AMS_TCOP_FR_PERIODS_TL ,
-
Table: AMS_TCOP_FR_PERIODS_TL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_FR_PERIODS_TL, object_name:AMS_TCOP_FR_PERIODS_TL, status:VALID, product: AMS - Marketing , description: Translation Table for storing periods associated with Fatigue Rules , implementation_dba_data: AMS.AMS_TCOP_FR_PERIODS_TL ,
-
APPS.AMS_TCOP_PERIODS_PKG dependencies on AMS_TCOP_FR_PERIODS_TL
12.2.2
-
APPS.AMS_TCOP_PERIODS_PKG dependencies on AMS_TCOP_FR_PERIODS_TL
12.1.1
-
APPS.AMS_TCOP_PERIODS_PKG SQL Statements
12.1.1
-
APPS.AMS_TCOP_PERIODS_PKG SQL Statements
12.2.2
-
VIEW: AMS.AMS_TCOP_FR_PERIODS_TL#
12.2.2
owner:AMS, object_type:VIEW, object_name:AMS_TCOP_FR_PERIODS_TL#, status:VALID,
-
APPS.AMS_TCOP_PERIODS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AMS_TCOP_PERIODS_PKG dependencies on FND_LANGUAGES
12.2.2
-
PACKAGE BODY: APPS.AMS_TCOP_PERIODS_PKG
12.2.2
-
PACKAGE BODY: APPS.AMS_TCOP_PERIODS_PKG
12.1.1
-
SYNONYM: APPS.AMS_TCOP_FR_PERIODS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMS_TCOP_FR_PERIODS_TL, status:VALID,
-
VIEW: APPS.AMS_TCOP_FR_PERIODS_VL
12.1.1
-
SYNONYM: APPS.AMS_TCOP_FR_PERIODS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AMS_TCOP_FR_PERIODS_TL, status:VALID,
-
APPS.AMS_TCOP_PERIODS_PKG dependencies on AMS_TCOP_FR_PERIODS_B
12.1.1
-
APPS.AMS_TCOP_PERIODS_PKG dependencies on AMS_TCOP_FR_PERIODS_B
12.2.2
-
TRIGGER: APPS.AMS_TCOP_FR_PERIODS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:AMS_TCOP_FR_PERIODS_TL+, status:VALID,
-
VIEW: APPS.AMS_TCOP_FR_PERIODS_VL
12.2.2
-
VIEW: AMS.AMS_TCOP_FR_PERIODS_TL#
12.2.2
-
TRIGGER: APPS.AMS_TCOP_FR_PERIODS_TL+
12.2.2
-
TABLE: AMS.AMS_TCOP_FR_PERIODS_TL
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_FR_PERIODS_TL, object_name:AMS_TCOP_FR_PERIODS_TL, status:VALID,
-
TABLE: AMS.AMS_TCOP_FR_PERIODS_TL
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_FR_PERIODS_TL, object_name:AMS_TCOP_FR_PERIODS_TL, status:VALID,
-
FUNCTION: APPS.AMS_TCOP_FR_PERIODS_TL=
12.2.2
-
Table: AMS_TCOP_FR_PERIODS_B
12.1.1
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_FR_PERIODS_B, object_name:AMS_TCOP_FR_PERIODS_B, status:VALID, product: AMS - Marketing , description: Base Table for storing periods associated with Fatigue Rules , implementation_dba_data: AMS.AMS_TCOP_FR_PERIODS_B ,
-
Table: AMS_TCOP_FR_PERIODS_B
12.2.2
owner:AMS, object_type:TABLE, fnd_design_data:AMS.AMS_TCOP_FR_PERIODS_B, object_name:AMS_TCOP_FR_PERIODS_B, status:VALID, product: AMS - Marketing , description: Base Table for storing periods associated with Fatigue Rules , implementation_dba_data: AMS.AMS_TCOP_FR_PERIODS_B ,
-
FUNCTION: APPS.AMS_TCOP_FR_PERIODS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:AMS_TCOP_FR_PERIODS_TL=, status:VALID,
-
View: AMS_TCOP_FR_PERIODS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TCOP_FR_PERIODS_VL, object_name:AMS_TCOP_FR_PERIODS_VL, status:VALID, product: AMS - Marketing , description: This is a view for Periods in Fatigue Rules , implementation_dba_data: APPS.AMS_TCOP_FR_PERIODS_VL ,
-
View: AMS_TCOP_FR_PERIODS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TCOP_FR_PERIODS_VL, object_name:AMS_TCOP_FR_PERIODS_VL, status:VALID, product: AMS - Marketing , description: This is a view for Periods in Fatigue Rules , implementation_dba_data: APPS.AMS_TCOP_FR_PERIODS_VL ,
-
PACKAGE BODY: APPS.AMS_TCOP_PERIODS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_TCOP_PERIODS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_TCOP_PERIODS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_TCOP_PERIODS_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.AMS_TCOP_FR_PERIODS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TCOP_FR_PERIODS_VL, object_name:AMS_TCOP_FR_PERIODS_VL, status:VALID,
-
VIEW: APPS.AMS_TCOP_FR_PERIODS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMS.AMS_TCOP_FR_PERIODS_VL, object_name:AMS_TCOP_FR_PERIODS_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
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.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
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 ,
-
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: SYS.DBMS_STANDARD
12.2.2
owner:SYS, object_type:PACKAGE, object_name:DBMS_STANDARD, status:VALID,