Search Results gr_eurohazards_tl
Overview
The GR_EUROHAZARDS_TL table is a core data object within the Oracle E-Business Suite Process Manufacturing Regulatory Management (GR) module. Specifically, it functions as a translation table (indicated by the '_TL' suffix) designed to support the multilingual capabilities of the application. Its primary role is to store language-specific textual descriptions for hazard classifications, a critical component for managing regulatory compliance, particularly with European Union (EU) regulations like CLP (Classification, Labelling and Packaging). This table enables the system to present hazard information in the language of the end-user or as required by regional regulatory submissions, ensuring accurate and locale-appropriate communication of safety data.
Key Information Stored
The table stores translated descriptions linked to a base hazard classification code. Its structure is defined by a composite primary key and several foreign key relationships. The most critical columns include:
- HAZARD_CLASSIFICATION_CODE: The unique identifier for a hazard classification, serving as the link to the base data table (GR_EUROHAZARDS_B).
- LANGUAGE: The code (e.g., 'US', 'DE', 'FR') representing the language for the translated description in this row. It references the FND_LANGUAGES table.
- SOURCE_LANG: Indicates the original language in which the data was entered. This column is used by the Oracle Applications translation architecture to identify which records require translation and to manage the synchronization of translated data. It also references FND_LANGUAGES.
- DESCRIPTION: The actual translated textual description of the hazard classification in the specified LANGUAGE.
Common Use Cases and Queries
This table is essential for any process or report requiring hazard information in a language other than the base installation language. Common scenarios include generating Safety Data Sheets (SDS) or product labels for different countries, populating multilingual regulatory reports for EU authorities, and displaying hazard data within the EBS user interface based on a user's session language. A typical query to retrieve all French translations for active hazards would join the translation table with its base table and the languages table:
SELECT b.HAZARD_CLASSIFICATION_CODE, tl.DESCRIPTION AS FRENCH_DESCRIPTION
FROM GR.GR_EUROHAZARDS_B b,
GR.GR_EUROHAZARDS_TL tl,
FND_LANGUAGES l
WHERE b.HAZARD_CLASSIFICATION_CODE = tl.HAZARD_CLASSIFICATION_CODE
AND tl.LANGUAGE = l.LANGUAGE_CODE
AND l.NLS_LANGUAGE = 'French'
AND b.ENABLED_FLAG = 'Y';
Related Objects
The GR_EUROHAZARDS_TL table has defined dependencies on several key EBS objects, as documented in its foreign key relationships:
- GR_EUROHAZARDS_B: This is the base table. The relationship is defined on the column GR_EUROHAZARDS_TL.HAZARD_CLASSIFICATION_CODE, which references the primary key in GR_EUROHAZARDS_B. Every translation record must correspond to a valid record in this base table.
- FND_LANGUAGES (Two References): The table references the FND_LANGUAGES table twice for validation.
- First, on the column GR_EUROHAZARDS_TL.LANGUAGE to ensure the translation language is a valid, installed language in EBS.
- Second, on the column GR_EUROHAZARDS_TL.SOURCE_LANG to validate the code for the source language of the record.
The primary key for the table is GR_EUROHAZARDS_TL_PK, which is a composite key on the columns (HAZARD_CLASSIFICATION_CODE, LANGUAGE).
-
Table: GR_EUROHAZARDS_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EUROHAZARDS_TL, object_name:GR_EUROHAZARDS_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: This entity stores the hazard description information in multiple languages , implementation_dba_data: GR.GR_EUROHAZARDS_TL ,
-
Table: GR_EUROHAZARDS_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EUROHAZARDS_TL, object_name:GR_EUROHAZARDS_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: This entity stores the hazard description information in multiple languages , implementation_dba_data: GR.GR_EUROHAZARDS_TL ,
-
APPS.GR_EUROHAZARDS_TL_PKG dependencies on GR_EUROHAZARDS_TL
12.2.2
-
APPS.GR_EUROHAZARDS_TL_PKG dependencies on GR_EUROHAZARDS_TL
12.1.1
-
APPS.GR_EUROHAZARDS_TL_PKG SQL Statements
12.1.1
-
APPS.GR_EUROHAZARDS_TL_PKG SQL Statements
12.2.2
-
VIEW: GR.GR_EUROHAZARDS_TL#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_EUROHAZARDS_TL#, status:VALID,
-
APPS.GR_EUROHAZARDS_TL_PKG dependencies on GR_EUROHAZARDS_B
12.1.1
-
APPS.GR_EUROHAZARDS_TL_PKG dependencies on GR_EUROHAZARDS_B
12.2.2
-
SYNONYM: APPS.GR_EUROHAZARDS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_EUROHAZARDS_TL, status:VALID,
-
VIEW: APPS.GR_ITEM_CLASSNS_VL
12.1.1
-
VIEW: APPS.GR_EUROHAZARDS_TL_V
12.1.1
-
VIEW: APPS.GR_EIN_HAZARDS_V
12.2.2
-
VIEW: APPS.GR_EUROHAZARDS_VL
12.2.2
-
SYNONYM: APPS.GR_EUROHAZARDS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_EUROHAZARDS_TL, status:VALID,
-
VIEW: APPS.GR_EIN_ASL_CONCS_V
12.2.2
-
VIEW: APPS.GR_ITEM_CLASSNS_VL
12.2.2
-
VIEW: APPS.GR_EUROHAZARDS_VL
12.1.1
-
APPS.GR_EUROHAZARDS_TL_PKG dependencies on FND_LANGUAGES
12.2.2
-
VIEW: APPS.GR_EUROHAZARDS_TL_V
12.2.2
-
TRIGGER: APPS.GR_EUROHAZARDS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:GR_EUROHAZARDS_TL+, status:VALID,
-
VIEW: APPS.GR_EIN_HAZARDS_V
12.1.1
-
VIEW: GR.GR_EUROHAZARDS_TL#
12.2.2
-
VIEW: APPS.GR_EIN_ASL_CONCS_V
12.1.1
-
PACKAGE BODY: APPS.GR_EUROHAZARDS_TL_PKG
12.1.1
-
PACKAGE BODY: APPS.GR_EUROHAZARDS_TL_PKG
12.2.2
-
TRIGGER: APPS.GR_EUROHAZARDS_TL+
12.2.2
-
APPS.GR_EUROHAZARDS_TL_PKG dependencies on FND_LANGUAGES
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
TABLE: GR.GR_EUROHAZARDS_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EUROHAZARDS_TL, object_name:GR_EUROHAZARDS_TL, status:VALID,
-
FUNCTION: APPS.GR_EUROHAZARDS_TL=
12.2.2
-
FUNCTION: APPS.GR_EUROHAZARDS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:GR_EUROHAZARDS_TL=, status:VALID,
-
APPS.GR_EUROHAZARDS_TL_PKG dependencies on DUAL
12.2.2
-
APPS.GR_EUROHAZARDS_TL_PKG dependencies on DUAL
12.1.1
-
Table: GR_EUROHAZARDS_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EUROHAZARDS_B, object_name:GR_EUROHAZARDS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains European Hazard Classification description information. , implementation_dba_data: GR.GR_EUROHAZARDS_B ,
-
Table: GR_EUROHAZARDS_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EUROHAZARDS_B, object_name:GR_EUROHAZARDS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains European Hazard Classification description information. , implementation_dba_data: GR.GR_EUROHAZARDS_B ,
-
View: GR_EIN_HAZARDS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EIN_HAZARDS_V, object_name:GR_EIN_HAZARDS_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains a row for each european index number hazard classification , implementation_dba_data: APPS.GR_EIN_HAZARDS_V ,
-
TABLE: GR.GR_EUROHAZARDS_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EUROHAZARDS_TL, object_name:GR_EUROHAZARDS_TL, status:VALID,
-
View: GR_ITEM_CLASSNS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_CLASSNS_VL, object_name:GR_ITEM_CLASSNS_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the item classification code that have a language dependent description for the item classification code , implementation_dba_data: APPS.GR_ITEM_CLASSNS_VL ,
-
View: GR_EIN_ASL_CONCS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EIN_ASL_CONCS_V, object_name:GR_EIN_ASL_CONCS_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: a view of the approved supply list concentrations , implementation_dba_data: APPS.GR_EIN_ASL_CONCS_V ,
-
View: GR_EUROHAZARDS_TL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EUROHAZARDS_TL_V, object_name:GR_EUROHAZARDS_TL_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the hazard classification code that have a language dependent description for the hazard classification code , implementation_dba_data: APPS.GR_EUROHAZARDS_TL_V ,
-
View: GR_ITEM_CLASSNS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_CLASSNS_VL, object_name:GR_ITEM_CLASSNS_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the item classification code that have a language dependent description for the item classification code , implementation_dba_data: APPS.GR_ITEM_CLASSNS_VL ,
-
View: GR_EIN_ASL_CONCS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EIN_ASL_CONCS_V, object_name:GR_EIN_ASL_CONCS_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: a view of the approved supply list concentrations , implementation_dba_data: APPS.GR_EIN_ASL_CONCS_V ,
-
View: GR_EUROHAZARDS_TL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EUROHAZARDS_TL_V, object_name:GR_EUROHAZARDS_TL_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the hazard classification code that have a language dependent description for the hazard classification code , implementation_dba_data: APPS.GR_EUROHAZARDS_TL_V ,
-
PACKAGE BODY: APPS.GR_EUROHAZARDS_TL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_EUROHAZARDS_TL_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_EUROHAZARDS_TL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_EUROHAZARDS_TL_PKG, status:VALID,
-
View: GR_EUROHAZARDS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EUROHAZARDS_VL, object_name:GR_EUROHAZARDS_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the hazard code where the language is equal to the user environment variable LANG. , implementation_dba_data: APPS.GR_EUROHAZARDS_VL ,
-
View: GR_EUROHAZARDS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EUROHAZARDS_VL, object_name:GR_EUROHAZARDS_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the hazard code where the language is equal to the user environment variable LANG. , implementation_dba_data: APPS.GR_EUROHAZARDS_VL ,
-
View: GR_EIN_HAZARDS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EIN_HAZARDS_V, object_name:GR_EIN_HAZARDS_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains a row for each european index number hazard classification , implementation_dba_data: APPS.GR_EIN_HAZARDS_V ,