Search Results routing_class
Overview
The GMD_ROUTING_CLASS_TL table is a core translation table within the Oracle E-Business Suite Process Manufacturing (GMD) module, specifically for the Product Development sub-module. It stores language-specific descriptions for routing classes, which are foundational entities used to categorize and define the sequence of operations required to manufacture a product. This table enables the multi-language support (MLS) capability of Oracle EBS, allowing the same routing class to be represented in multiple languages within a single installation. Its primary role is to decouple the base routing class definition from its textual descriptions, facilitating international deployments by providing translated content based on a user's session language.
Key Information Stored
The table's structure is designed to hold translated text linked to a base routing class identifier and a language code. While the full column list is not detailed in the provided metadata, the primary key definition reveals the essential columns. The ROUTING_CLASS column stores the code that uniquely identifies a routing class, serving as the foreign key link to its base definition table (typically GMD_ROUTING_CLASS_B). The LANGUAGE column contains the ISO language code (e.g., 'US' for American English, 'F' for French) that identifies the translation's language. The most critical data column, implied by its function as a translation table, is the DESCRIPTION field, which holds the translated name or description of the routing class for the specified language. Other standard translation table columns, such as SOURCE_LANG and CREATION_DATE, are also typically present.
Common Use Cases and Queries
This table is primarily accessed by the application's MLS engine to display user-interface elements in the correct language. Common scenarios include generating localized reports on manufacturing processes, displaying routing class lists in forms, and supporting data migration for multi-national operations. A typical query to retrieve a translated description for a specific routing class would join this table with its base table, filtered by the user's session language.
- Sample Query:
SELECT rt.description FROM gmd_routing_class_tl rt, gmd_routing_class_b rb WHERE rb.routing_class = rt.routing_class AND rt.language = USERENV('LANG') AND rb.routing_class = :p_class_code; - Reporting Use Case: Creating a global process routing report that shows descriptions in both a base language and a target language for review by regional teams.
Related Objects
GMD_ROUTING_CLASS_TL has a direct and dependent relationship with its base table, GMD_ROUTING_CLASS_B, which stores the language-independent attributes of a routing class. The primary key, GMD_ROUTING_CLASS_TL_FK, enforces this relationship. This translation table is also referenced by any application form, report, or view that displays routing class descriptions in a multi-lingual context. Key APIs within the GMD product development suite, particularly those involved in defining and querying routing classes, will internally access this table to retrieve the appropriate translated text based on the session context.
-
Table: GMD_ROUTING_CLASS_TL
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ROUTING_CLASS_TL, object_name:GMD_ROUTING_CLASS_TL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Translation Table for routing class , implementation_dba_data: GMD.GMD_ROUTING_CLASS_TL ,
-
Table: GMD_ROUTING_CLASS_TL
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ROUTING_CLASS_TL, object_name:GMD_ROUTING_CLASS_TL, status:VALID, product: GMD - Process Manufacturing Product Development , description: Translation Table for routing class , implementation_dba_data: GMD.GMD_ROUTING_CLASS_TL ,
-
Table: GMD_PROCESS_LOSS
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_PROCESS_LOSS, object_name:GMD_PROCESS_LOSS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing Process Loss , implementation_dba_data: GMD.GMD_PROCESS_LOSS ,
-
Table: GMD_ROUTING_CLASS_B
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ROUTING_CLASS_B, object_name:GMD_ROUTING_CLASS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing class base table - used to group routings. , implementation_dba_data: GMD.GMD_ROUTING_CLASS_B ,
-
Table: GMD_ROUTING_CLASS_B
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_ROUTING_CLASS_B, object_name:GMD_ROUTING_CLASS_B, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing class base table - used to group routings. , implementation_dba_data: GMD.GMD_ROUTING_CLASS_B ,
-
Table: GMD_PROCESS_LOSS
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_PROCESS_LOSS, object_name:GMD_PROCESS_LOSS, status:VALID, product: GMD - Process Manufacturing Product Development , description: Routing Process Loss , implementation_dba_data: GMD.GMD_PROCESS_LOSS ,
-
Table: FM_ROUT_CLS
12.2.2
product: GMD - Process Manufacturing Product Development , description: Routing class - used to group routings. , implementation_dba_data: Not implemented in this database ,
-
Table: FM_ROUT_CLS
12.1.1
product: GMD - Process Manufacturing Product Development , description: Routing class - used to group routings. , implementation_dba_data: Not implemented in this database ,
-
View: GMD_ROUTING_CLASS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_ROUTING_CLASS_VL, object_name:GMD_ROUTING_CLASS_VL, status:VALID, product: GMD - Process Manufacturing Product Development , description: View for Routing Class Base and translation tables , implementation_dba_data: APPS.GMD_ROUTING_CLASS_VL ,
-
View: GMD_ROUTING_CLASS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_ROUTING_CLASS_VL, object_name:GMD_ROUTING_CLASS_VL, status:VALID, product: GMD - Process Manufacturing Product Development , description: View for Routing Class Base and translation tables , implementation_dba_data: APPS.GMD_ROUTING_CLASS_VL ,
-
Lookup Type: SEARCH_REPLACE_CRITERIA_TYPE
12.1.1
product: GMD - Process Manufacturing Product Development , meaning: SEARCH REPLACE TYPE , description: Poplist values ,
-
Lookup Type: SEARCH_REPLACE_CRITERIA_TYPE
12.2.2
product: GMD - Process Manufacturing Product Development , meaning: SEARCH REPLACE TYPE , description: Poplist values ,
-
View: GMD_ROUTINGS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_ROUTINGS_VL, object_name:GMD_ROUTINGS_VL, status:VALID, product: GMD - Process Manufacturing Product Development , description: View for Routing header Base and translation tables , implementation_dba_data: APPS.GMD_ROUTINGS_VL ,
-
View: GMD_MBR_RECIPE_HEADER_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_RECIPE_HEADER_V1, object_name:GMD_MBR_RECIPE_HEADER_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: This view is used to generate XML for Recipe Header information in Master Batch Record Generation , implementation_dba_data: APPS.GMD_MBR_RECIPE_HEADER_V1 ,
-
View: GMD_ROUTINGS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_ROUTINGS_VL, object_name:GMD_ROUTINGS_VL, status:VALID, product: GMD - Process Manufacturing Product Development , description: View for Routing header Base and translation tables , implementation_dba_data: APPS.GMD_ROUTINGS_VL ,
-
View: GMD_MBR_RECIPE_HEADER_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMD.GMD_MBR_RECIPE_HEADER_V1, object_name:GMD_MBR_RECIPE_HEADER_V1, status:VALID, product: GMD - Process Manufacturing Product Development , description: This view is used to generate XML for Recipe Header information in Master Batch Record Generation , implementation_dba_data: APPS.GMD_MBR_RECIPE_HEADER_V1 ,
- Lookup Type: GMD_SRCH_RPLCE_CRIT_TYPE 12.2.2
- Lookup Type: GMD_SRCH_RPLCE_CRIT_TYPE 12.1.1