Search Results ahl_routes_tl
Overview
The AHL_ROUTES_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 versions of descriptive attributes for Routes. A Route in the AHL module defines a sequence of operations or tasks required to perform a maintenance procedure. While the base transactional data, such as identifiers and structural relationships, is stored in the base table AHL_ROUTES_B, the AHL_ROUTES_TL table holds the user-facing textual information like names and descriptions in multiple languages. This architecture is a standard Oracle EBS design pattern that enables global deployments by supporting a single installation with multiple language translations.
Key Information Stored
The table's primary purpose is to manage translated text. Its structure is defined by a composite primary key consisting of the ROUTE_ID and LANGUAGE columns. The ROUTE_ID is a foreign key that links each translated record to its corresponding master record in the AHL_ROUTES_B table. The LANGUAGE column stores the language code (e.g., 'US' for American English) for the translation. The most critical translated columns typically stored in a *_TL table are the NAME and DESCRIPTION fields, which contain the route's title and explanatory text in the specified language. Additional columns common to EBS translation tables include SOURCE_LANG, which records the original language of the data entry, and standard WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) for auditing.
Common Use Cases and Queries
The primary use case is to retrieve route information in a user's session language for display in EBS forms, reports, and self-service applications. A standard query involves joining the base and translation tables while filtering by the user's language preference. For example, to fetch all active routes with their English descriptions, a query would join AHL_ROUTES_B and AHL_ROUTES_TL on ROUTE_ID, with a WHERE clause of `AHL_ROUTES_TL.LANGUAGE = USERENV('LANG')`. This table is also critical for generating localized work instructions, maintenance manuals, and compliance documentation. Data migration and setup activities require careful population of this table to ensure all supported languages are available for each route defined in the system.
Related Objects
The AHL_ROUTES_TL table has a direct and dependent relationship with the AHL_ROUTES_B base table, as documented by its foreign key constraint. The relationship is defined as follows:
- Primary Table: AHL_ROUTES_B
- Foreign Key Table: AHL_ROUTES_TL
- Join Column: AHL_ROUTES_TL.ROUTE_ID references AHL_ROUTES_B.ROUTE_ID
This relationship is fundamental; every record in AHL_ROUTES_TL must correspond to a valid ROUTE_ID in AHL_ROUTES_B. The table is also integral to the AHL module's data model and is likely referenced by various public APIs, views (such as AHL_ROUTES_VL, a common view for translated data), and application logic that presents route information within the user interface.
-
Table: AHL_ROUTES_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTES_TL, object_name:AHL_ROUTES_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the translated Route attributes. , implementation_dba_data: AHL.AHL_ROUTES_TL ,
-
Table: AHL_ROUTES_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTES_TL, object_name:AHL_ROUTES_TL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the translated Route attributes. , implementation_dba_data: AHL.AHL_ROUTES_TL ,
-
APPS.AHL_PRD_PRINT_PVT dependencies on AHL_ROUTES_TL
12.2.2
-
APPS.AHL_ROUTES_PKG dependencies on AHL_ROUTES_TL
12.1.1
-
APPS.AHL_ROUTES_PKG dependencies on AHL_ROUTES_TL
12.2.2
-
APPS.AHL_RM_APPROVAL_PVT dependencies on AHL_ROUTES_TL
12.1.1
-
APPS.AHL_RM_APPROVAL_PVT dependencies on AHL_ROUTES_TL
12.2.2
-
APPS.AHL_ROUTES_PKG dependencies on FND_LANGUAGES
12.1.1
-
APPS.AHL_RM_ROUTE_PVT dependencies on AHL_ROUTES_B
12.1.1
-
APPS.AHL_ROUTES_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: AHL.AHL_ROUTES_TL#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_ROUTES_TL#, status:VALID,
-
APPS.AHL_RM_ROUTE_PVT dependencies on AHL_ROUTES_B
12.2.2
-
SYNONYM: APPS.AHL_ROUTES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AHL_ROUTES_TL, status:VALID,
-
SYNONYM: APPS.AHL_ROUTES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_ROUTES_TL, status:VALID,
-
VIEW: AHL.AHL_ROUTES_TL#
12.2.2
-
APPS.AHL_ROUTES_PKG SQL Statements
12.1.1
-
APPS.AHL_ROUTES_PKG SQL Statements
12.2.2
-
View: AHL_ROUTES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ROUTES_VL, object_name:AHL_ROUTES_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_ROUTES_B and the translated columns from the table AHL_ROUTES_TL. , implementation_dba_data: APPS.AHL_ROUTES_VL ,
-
VIEW: APPS.AHL_ROUTES_VL
12.1.1
-
View: AHL_ROUTES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ROUTES_VL, object_name:AHL_ROUTES_VL, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_ROUTES_B and the translated columns from the table AHL_ROUTES_TL. , implementation_dba_data: APPS.AHL_ROUTES_VL ,
-
VIEW: APPS.AHL_ROUTES_VL
12.2.2
-
View: AHL_ROUTES_APP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ROUTES_APP_V, object_name:AHL_ROUTES_APP_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_ROUTES_B and the translated columns from the table AHL_ROUTES_TL. , implementation_dba_data: APPS.AHL_ROUTES_APP_V ,
-
TABLE: AHL.AHL_ROUTES_TL
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTES_TL, object_name:AHL_ROUTES_TL, status:VALID,
-
VIEW: APPS.AHL_ROUTES_APP_V
12.2.2
-
APPS.AHL_ROUTES_PKG dependencies on AHL_ROUTES_B
12.1.1
-
APPS.AHL_ROUTES_PKG dependencies on AHL_ROUTES_B
12.2.2
-
View: AHL_ROUTES_APP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ROUTES_APP_V, object_name:AHL_ROUTES_APP_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: View based on the table AHL_ROUTES_B and the translated columns from the table AHL_ROUTES_TL. , implementation_dba_data: APPS.AHL_ROUTES_APP_V ,
-
VIEW: APPS.AHL_ROUTES_APP_V
12.1.1
-
TABLE: AHL.AHL_ROUTES_TL
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTES_TL, object_name:AHL_ROUTES_TL, status:VALID,
-
APPS.AHL_PRD_PRINT_PVT dependencies on AHL_ROUTES_B
12.2.2
-
PACKAGE BODY: APPS.AHL_ROUTES_PKG
12.1.1
-
VIEW: APPS.AHL_ROUTE_EFFECTIVITIES_V
12.1.1
-
PACKAGE BODY: APPS.AHL_ROUTES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_ROUTES_PKG, status:VALID,
-
PACKAGE BODY: APPS.AHL_ROUTES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_ROUTES_PKG, status:VALID,
-
VIEW: APPS.AHL_ROUTE_EFFECTIVITIES_V
12.2.2
-
PACKAGE BODY: APPS.AHL_ROUTES_PKG
12.2.2
-
Table: AHL_ROUTES_B
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTES_B, object_name:AHL_ROUTES_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the Route attributes. , implementation_dba_data: AHL.AHL_ROUTES_B ,
-
Table: AHL_ROUTES_B
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ROUTES_B, object_name:AHL_ROUTES_B, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the Route attributes. , implementation_dba_data: AHL.AHL_ROUTES_B ,
-
PACKAGE BODY: APPS.AHL_RM_APPROVAL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_RM_APPROVAL_PVT, status:VALID,
-
PACKAGE BODY: APPS.AHL_RM_APPROVAL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AHL_RM_APPROVAL_PVT, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.AHL_MATERIAL_REQUIREMENTS_V
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.AHL_RM_ROUTE_PVT dependencies on AHL_ROUTES_PKG
12.2.2
-
APPS.AHL_RM_ROUTE_PVT dependencies on AHL_ROUTES_PKG
12.1.1
-
VIEW: APPS.AHL_MATERIAL_REQUIREMENTS_V
12.2.2
-
VIEW: APPS.AHL_ROUTES_V
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2