Search Results ahl_subscriptions_tl
Overview
The AHL_SUBSCRIPTIONS_TL table is a core data object within the Oracle E-Business Suite (EBS) module for Complex Maintenance, Repair, and Overhaul (AHL). It functions as a translation table, specifically designed to store multilingual text for subscription records associated with documents. Its primary role is to support the global deployment of the AHL application by enabling the storage of user-facing text, such as descriptions or names, in multiple languages. This table works in tandem with its base table, AHL_SUBSCRIPTIONS_B, which holds the non-translatable, language-independent data. The existence of this TL (Translation) table is a standard Oracle EBS architecture pattern for enabling multilingual capabilities.
Key Information Stored
The table's structure is defined by its primary key, which consists of the SUBSCRIPTION_ID and LANGUAGE columns. The SUBSCRIPTION_ID is a foreign key that uniquely links each row of translated text to its corresponding master record in the AHL_SUBSCRIPTIONS_B table. The LANGUAGE column, typically populated with values like 'US' for American English or 'DE' for German, identifies the language of the translated content. The most critical data stored in this table are the translated columns themselves, which commonly include fields like DESCRIPTION or SUBSCRIPTION_NAME. These columns hold the human-readable text that appears in the application's user interface, tailored for a specific language locale.
Common Use Cases and Queries
The primary use case for this table is retrieving subscription information in the user's session language for display within forms, reports, and self-service pages. A standard query involves joining AHL_SUBSCRIPTIONS_TL with its base table and filtering by the desired LANGUAGE and potentially a SOURCE_LANG column (if present in the structure) to control the translation source. For example, a common reporting pattern to fetch subscription details would be:
- SELECT b.subscription_number, tl.description, tl.language
- FROM ahl_subscriptions_b b, ahl_subscriptions_tl tl
- WHERE b.subscription_id = tl.subscription_id
- AND tl.language = USERENV('LANG');
Data maintenance for this table is typically performed through the standard AHL application's user interface or its underlying APIs, which handle the complexity of populating both the base and translation tables.
Related Objects
The AHL_SUBSCRIPTIONS_TL table has a direct and dependent relationship with the AHL_SUBSCRIPTIONS_B table, as documented in the provided metadata. The relationship is enforced by a foreign key constraint where the SUBSCRIPTION_ID column in AHL_SUBSCRIPTIONS_TL references the SUBSCRIPTION_ID in AHL_SUBSCRIPTIONS_B. This is a classic parent-child relationship where AHL_SUBSCRIPTIONS_B is the parent (base) table. Any integrated views or application programming interfaces (APIs) within the AHL module that present subscription information will inherently depend on this translation table to provide multilingual support. Queries should always join these two tables to retrieve a complete, language-specific subscription record.
-
Table: AHL_SUBSCRIPTIONS_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SUBSCRIPTIONS_TL, object_name:AHL_SUBSCRIPTIONS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the translated columns of subscription information for a document. , implementation_dba_data: AHL.AHL_SUBSCRIPTIONS_TL ,
-
Table: AHL_SUBSCRIPTIONS_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SUBSCRIPTIONS_TL, object_name:AHL_SUBSCRIPTIONS_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the translated columns of subscription information for a document. , implementation_dba_data: AHL.AHL_SUBSCRIPTIONS_TL ,
-
APPS.AHL_SUBSCRIPTIONS_PKG dependencies on AHL_SUBSCRIPTIONS_TL
12.1.1
-
APPS.AHL_DI_SUBSCRIPTION_PVT dependencies on AHL_SUBSCRIPTIONS_TL
12.2.2
-
APPS.AHL_DI_SUBSCRIPTION_PVT dependencies on AHL_SUBSCRIPTIONS_TL
12.1.1
-
APPS.AHL_SUBSCRIPTIONS_PKG dependencies on AHL_SUBSCRIPTIONS_TL
12.2.2
-
APPS.AHL_SUBSCRIPTIONS_PKG SQL Statements
12.2.2
-
VIEW: AHL.AHL_SUBSCRIPTIONS_TL#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_SUBSCRIPTIONS_TL#, status:VALID,
-
APPS.AHL_SUBSCRIPTIONS_PKG SQL Statements
12.1.1
-
APPS.AHL_SUBSCRIPTIONS_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AHL_SUBSCRIPTIONS_PKG dependencies on FND_LANGUAGES
12.2.2
-
View: AHL_SUBSCRIPTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SUBSCRIPTIONS_VL, object_name:AHL_SUBSCRIPTIONS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view is based on AHL_SUBSCRIPTIONS_B and AHL_SUBSCRIPTIONS_TL tables. , implementation_dba_data: APPS.AHL_SUBSCRIPTIONS_VL ,
-
SYNONYM: APPS.AHL_SUBSCRIPTIONS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AHL_SUBSCRIPTIONS_TL, status:VALID,
-
APPS.AHL_DI_SUBSCRIPTION_PVT dependencies on FND_GLOBAL
12.1.1
-
VIEW: AHL.AHL_SUBSCRIPTIONS_TL#
12.2.2
-
SYNONYM: APPS.AHL_SUBSCRIPTIONS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_SUBSCRIPTIONS_TL, status:VALID,
-
VIEW: APPS.AHL_SUBSCRIPTIONS_VL
12.2.2
-
VIEW: APPS.AHL_SUBSCRIPTIONS_VL
12.1.1
-
TABLE: AHL.AHL_SUBSCRIPTIONS_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SUBSCRIPTIONS_TL, object_name:AHL_SUBSCRIPTIONS_TL, status:VALID,
-
View: AHL_SUBSCRIPTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SUBSCRIPTIONS_VL, object_name:AHL_SUBSCRIPTIONS_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This view is based on AHL_SUBSCRIPTIONS_B and AHL_SUBSCRIPTIONS_TL tables. , implementation_dba_data: APPS.AHL_SUBSCRIPTIONS_VL ,
-
APPS.AHL_DI_SUBSCRIPTION_PVT dependencies on FND_GLOBAL
12.2.2
-
PACKAGE BODY: APPS.AHL_SUBSCRIPTIONS_PKG
12.1.1
-
PACKAGE BODY: APPS.AHL_SUBSCRIPTIONS_PKG
12.2.2
-
TABLE: AHL.AHL_SUBSCRIPTIONS_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SUBSCRIPTIONS_TL, object_name:AHL_SUBSCRIPTIONS_TL, status:VALID,
-
Table: AHL_SUBSCRIPTIONS_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SUBSCRIPTIONS_B, object_name:AHL_SUBSCRIPTIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about subscriptions for documents. , implementation_dba_data: AHL.AHL_SUBSCRIPTIONS_B ,
-
Table: AHL_SUBSCRIPTIONS_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_SUBSCRIPTIONS_B, object_name:AHL_SUBSCRIPTIONS_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores information about subscriptions for documents. , implementation_dba_data: AHL.AHL_SUBSCRIPTIONS_B ,
-
PACKAGE BODY: APPS.AHL_SUBSCRIPTIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_SUBSCRIPTIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AHL_DI_SUBSCRIPTION_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_DI_SUBSCRIPTION_PVT, status:VALID,
-
APPS.AHL_SUBSCRIPTIONS_PKG dependencies on AHL_SUBSCRIPTIONS_B
12.2.2
-
APPS.AHL_SUBSCRIPTIONS_PKG dependencies on AHL_SUBSCRIPTIONS_B
12.1.1
-
PACKAGE BODY: APPS.AHL_SUBSCRIPTIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_SUBSCRIPTIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AHL_DI_SUBSCRIPTION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_DI_SUBSCRIPTION_PVT, status:VALID,
-
VIEW: APPS.AHL_SUBSCRIPTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SUBSCRIPTIONS_VL, object_name:AHL_SUBSCRIPTIONS_VL, status:VALID,
-
VIEW: APPS.AHL_SUBSCRIPTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_SUBSCRIPTIONS_VL, object_name:AHL_SUBSCRIPTIONS_VL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.AHL_DI_SUBSCRIPTION_PVT SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.AHL_DI_SUBSCRIPTION_PVT SQL Statements
12.2.2
-
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.2.2 DBA 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
-
PACKAGE BODY: APPS.AHL_DI_SUBSCRIPTION_PVT
12.2.2
-
PACKAGE BODY: APPS.AHL_DI_SUBSCRIPTION_PVT
12.1.1
-
eTRM - AHL Tables and Views
12.1.1
description: Ahl Production Workorder Operations Information stored in this table ,
-
eTRM - AHL Tables and Views
12.2.2
description: Ahl Production Workorder Operations Information stored in this table ,