Search Results wms_rules_tl
Overview
The WMS_RULES_TL table is a translation table within the Oracle E-Business Suite Warehouse Management (WMS) module. Its primary role is to store multilingual translations for the descriptive, user-facing text associated with warehouse rules defined in the system. These rules govern various warehouse operations such as putaway, picking, and replenishment logic. The table supports the global deployment of Oracle EBS by enabling the presentation of rule names and descriptions in a user's preferred language, as specified by their application session. It is a critical component for maintaining a single, language-independent rule definition in the base table while supporting multiple linguistic representations.
Key Information Stored
The table stores translated text for warehouse rules, keyed by the rule identifier and language. Based on standard Oracle translation table architecture and the provided metadata, its essential columns include:
- RULE_ID: The unique identifier for the warehouse rule. This column is a foreign key to the WMS_RULES_B base table, linking the translation to the core rule definition.
- LANGUAGE: The language code (e.g., 'US' for American English, 'ES' for Spanish) for the translated text.
- SOURCE_LANG: A column typically present in TL tables that indicates the original language in which the record was created.
- NAME and DESCRIPTION: The most common translatable columns, holding the user-visible name and explanatory text for the rule in the specified language.
The primary key constraint WMS_RULES_TL_PK is defined on the combination of LANGUAGE and RULE_ID, ensuring a unique translation per language for each rule.
Common Use Cases and Queries
This table is primarily accessed by the Oracle application's multilingual engine to display translated content. Common practical scenarios include generating user reports in a specific language or auditing translation coverage. A typical query to retrieve all Spanish translations for active rules would join to the base table.
Sample SQL Pattern:
SELECT b.RULE_ID, tl.NAME, tl.DESCRIPTION, tl.LANGUAGE
FROM WMS.WMS_RULES_B b,
WMS.WMS_RULES_TL tl
WHERE b.RULE_ID = tl.RULE_ID
AND tl.LANGUAGE = 'ES'
AND b.ENABLED_FLAG = 'Y';
For reporting or data fixes, administrators may query for rules missing translations in a target language or directly update the NAME/DESCRIPTION for a specific RULE_ID and LANGUAGE combination, ensuring SOURCE_LANG is correctly maintained.
Related Objects
The WMS_RULES_TL table has a direct, foundational relationship with several key WMS objects.
- WMS_RULES_B: This is the base table containing the core, language-independent attributes of a warehouse rule. The foreign key from WMS_RULES_TL.RULE_ID to WMS_RULES_B enforces this relationship. All translatable rules must have a corresponding entry here.
- WMS_RULES_VL: A common view in Oracle EBS that performs a join between the _B and _TL tables to present a complete, language-sensitive record based on the user's session language. This is typically the view used by application forms and standard reports.
- Rule Definition Forms (FND): The application interfaces for defining and maintaining warehouse rules (such as the Rules Manager) will read from and write to the _TL table via the _VL view or corresponding APIs to manage translations.
-
Table: WMS_RULES_TL
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_RULES_TL, object_name:WMS_RULES_TL, status:VALID, product: WMS - Warehouse Management , description: Translation tables for WMS Rules , implementation_dba_data: WMS.WMS_RULES_TL ,
-
Table: WMS_RULES_TL
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_RULES_TL, object_name:WMS_RULES_TL, status:VALID, product: WMS - Warehouse Management , description: Translation tables for WMS Rules , implementation_dba_data: WMS.WMS_RULES_TL ,
-
APPS.WMS_RULES_PKG dependencies on WMS_RULES_TL
12.1.1
-
APPS.WMS_RULES_PKG dependencies on WMS_RULES_TL
12.2.2
-
APPS.WMS_RULES_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.WMS_RULES_PKG dependencies on FND_LANGUAGES
12.1.1
-
VIEW: WMS.WMS_RULES_TL#
12.2.2
owner:WMS, object_type:VIEW, object_name:WMS_RULES_TL#, status:VALID,
-
APPS.WMS_RULES_PKG SQL Statements
12.2.2
-
TABLE: WMS.WMS_RULES_TL
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_RULES_TL, object_name:WMS_RULES_TL, status:VALID,
-
APPS.WMS_RULES_PKG SQL Statements
12.1.1
-
TABLE: WMS.WMS_RULES_TL
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_RULES_TL, object_name:WMS_RULES_TL, status:VALID,
-
TRIGGER: APPS.WMS_RULES_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:WMS_RULES_TL+, status:VALID,
-
VIEW: WMS.WMS_RULES_TL#
12.2.2
-
TRIGGER: APPS.WMS_RULES_TL+
12.2.2
-
SYNONYM: APPS.WMS_RULES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WMS_RULES_TL, status:VALID,
-
SYNONYM: APPS.WMS_RULES_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WMS_RULES_TL, status:VALID,
-
VIEW: APPS.WMS_RULES_VL
12.2.2
-
VIEW: APPS.WMS_RULES_VL
12.1.1
-
PACKAGE BODY: APPS.WMS_RULES_PKG
12.2.2
-
APPS.WMS_RULES_PKG dependencies on WMS_RULES_B
12.2.2
-
APPS.WMS_RULES_PKG dependencies on WMS_RULES_B
12.1.1
-
PACKAGE BODY: APPS.WMS_RULES_PKG
12.1.1
-
12.2.2 DBA Data
12.2.2
-
FUNCTION: APPS.WMS_RULES_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:WMS_RULES_TL=, status:VALID,
-
FUNCTION: APPS.WMS_RULES_TL=
12.2.2
-
Table: WMS_RULES_B
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_RULES_B, object_name:WMS_RULES_B, status:VALID, product: WMS - Warehouse Management , description: WMS Rules , implementation_dba_data: WMS.WMS_RULES_B ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.WMS_RULES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_RULES_PKG, status:VALID,
-
PACKAGE BODY: APPS.WMS_RULES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_RULES_PKG, status:VALID,
-
Table: WMS_RULES_B
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_RULES_B, object_name:WMS_RULES_B, status:VALID, product: WMS - Warehouse Management , description: WMS Rules , implementation_dba_data: WMS.WMS_RULES_B ,
-
APPS.INV_RULE_GEN_PVT dependencies on WMS_RULES_B
12.2.2
-
APPS.INV_RULE_GEN_PVT dependencies on WMS_SORT_CRITERIA
12.2.2
-
View: WMS_RULES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_RULES_VL, object_name:WMS_RULES_VL, status:VALID, product: WMS - Warehouse Management , description: WMS rule MLS view , implementation_dba_data: APPS.WMS_RULES_VL ,
-
APPS.INV_RULE_GEN_PVT dependencies on WMS_SORT_CRITERIA
12.1.1
-
APPS.INV_RULE_GEN_PVT dependencies on WMS_RESTRICTIONS
12.1.1
-
APPS.WMS_RULES_PKG dependencies on DBMS_SQL
12.2.2
-
View: WMS_RULES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_RULES_VL, object_name:WMS_RULES_VL, status:VALID, product: WMS - Warehouse Management , description: WMS rule MLS view , implementation_dba_data: APPS.WMS_RULES_VL ,
-
APPS.INV_RULE_GEN_PVT dependencies on WMS_RULES_B
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.INV_RULE_GEN_PVT dependencies on WMS_RESTRICTIONS
12.2.2
-
APPS.INV_RULE_GEN_PVT dependencies on WMS_RULE_CONSISTENCIES
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.INV_RULE_GEN_PVT dependencies on WMS_RULE_CONSISTENCIES
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1