Search Results gr_eurohazards_b
Overview
The GR_EUROHAZARDS_B table is a core data structure within the Oracle E-Business Suite (EBS) Process Manufacturing Regulatory Management (GR) module. It serves as the master repository for European Hazard Classification descriptions, which are critical for regulatory compliance in the manufacturing and distribution of chemical substances and mixtures. This table is central to managing and applying the standardized hazard codes and classifications mandated by European regulations, such as the CLP (Classification, Labelling and Packaging) Regulation. Its role is to provide the foundational reference data that other transactional and calculation tables within the GR module utilize to determine product safety, generate safety data sheets (SDS), and ensure accurate labeling.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the documented primary and foreign key relationships define its essential structure. The primary key column, HAZARD_CLASSIFICATION_CODE, uniquely identifies each European hazard classification entry. Another critical column is HAZARD_GROUP_CODE, which establishes a foreign key relationship to the GR_HAZARD_GROUPS table, logically grouping related hazard classifications. The table's description indicates it stores descriptive information for these classifications, which likely includes fields for the official classification text, internal identifiers, and potentially active/inactive status flags to control their use in business processes.
Common Use Cases and Queries
This table is primarily accessed for reference and validation during regulatory configuration and reporting. Common operational scenarios include setting up hazard classifications for new raw materials or finished goods, and generating regulatory reports for compliance audits. A frequent query pattern involves joining this table to its translated descriptions (GR_EUROHAZARDS_TL) to retrieve classifications in a specific language. For instance, to list all active hazard classifications with their group codes and English descriptions, a query might resemble:
- SELECT b.HAZARD_CLASSIFICATION_CODE, b.HAZARD_GROUP_CODE, tl.DESCRIPTION FROM GR.GR_EUROHAZARDS_B b, GR.GR_EUROHAZARDS_TL tl WHERE b.HAZARD_CLASSIFICATION_CODE = tl.HAZARD_CLASSIFICATION_CODE AND tl.LANGUAGE = 'US';
Another critical use case is within additive calculation logic, where the system references this table via GR_ADDITIVE_CALCS to determine the overall hazard of a mixture based on its components.
Related Objects
The GR_EUROHAZARDS_B table is a central hub within the GR module's data model, with extensive relationships to key transactional tables. As per the documented metadata:
- Referenced Table (Parent): GR_HAZARD_GROUPS, via the column GR_EUROHAZARDS_B.HAZARD_GROUP_CODE.
- Referencing Tables (Children):
- GR_ADDITIVE_CALCS (HAZARD_CLASSIFICATION_CODE)
- GR_EIN_ASL_CONCS (HAZARD_CLASSIFICATION_CODE)
- GR_EUROHAZARDS_TL (HAZARD_CLASSIFICATION_CODE) - the translation table.
- GR_EURO_DEFAULT_CONCS (HAZARD_CLASSIFICATION_CODE, APPLY_HAZARD_CLASSN)
- GR_ITEM_CLASSNS (HAZARD_CLASSIFICATION_CODE)
- GR_SOURCE_RISKS (HAZARD_CLASSIFICATION_CODE)
These relationships demonstrate the table's integral role in calculations (GR_ADDITIVE_CALCS, GR_EURO_DEFAULT_CONCS), item-specific classifications (GR_ITEM_CLASSNS), and risk management (GR_SOURCE_RISKS).
-
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 ,
-
Table: GR_EURO_DEFAULT_CONCS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EURO_DEFAULT_CONCS, object_name:GR_EURO_DEFAULT_CONCS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains European Default Hazard Classification information. , implementation_dba_data: GR.GR_EURO_DEFAULT_CONCS ,
-
Table: GR_EURO_DEFAULT_CONCS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EURO_DEFAULT_CONCS, object_name:GR_EURO_DEFAULT_CONCS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains European Default Hazard Classification information. , implementation_dba_data: GR.GR_EURO_DEFAULT_CONCS ,
-
Table: GR_HAZARD_GROUPS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_HAZARD_GROUPS, object_name:GR_HAZARD_GROUPS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Hazard Group Code and Description. , implementation_dba_data: GR.GR_HAZARD_GROUPS ,
-
Table: GR_ITEM_CLASSNS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_CLASSNS, object_name:GR_ITEM_CLASSNS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Classification Code for the item. , implementation_dba_data: GR.GR_ITEM_CLASSNS ,
-
Table: GR_ITEM_CLASSNS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_CLASSNS, object_name:GR_ITEM_CLASSNS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Classification Code for the item. , implementation_dba_data: GR.GR_ITEM_CLASSNS ,
-
Table: GR_SOURCE_RISKS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SOURCE_RISKS, object_name:GR_SOURCE_RISKS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Risk Phrases that are applied based on the ingredient. , implementation_dba_data: GR.GR_SOURCE_RISKS ,
-
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 ,
-
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_HAZARD_GROUPS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_HAZARD_GROUPS, object_name:GR_HAZARD_GROUPS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Hazard Group Code and Description. , implementation_dba_data: GR.GR_HAZARD_GROUPS ,
-
Table: GR_SOURCE_RISKS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SOURCE_RISKS, object_name:GR_SOURCE_RISKS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Risk Phrases that are applied based on the ingredient. , implementation_dba_data: GR.GR_SOURCE_RISKS ,
-
Table: GR_EIN_ASL_CONCS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EIN_ASL_CONCS, object_name:GR_EIN_ASL_CONCS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains one record of concentration information for each EINECS Number (European Inventory of Existing Chemical Substances number). , implementation_dba_data: GR.GR_EIN_ASL_CONCS ,
-
View: GR_EUROHAZARDS_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EUROHAZARDS_B_V, object_name:GR_EUROHAZARDS_B_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the hazard classification code , implementation_dba_data: APPS.GR_EUROHAZARDS_B_V ,
-
Table: GR_EIN_ASL_CONCS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EIN_ASL_CONCS, object_name:GR_EIN_ASL_CONCS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains one record of concentration information for each EINECS Number (European Inventory of Existing Chemical Substances number). , implementation_dba_data: GR.GR_EIN_ASL_CONCS ,
-
View: GR_EUROHAZARDS_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_EUROHAZARDS_B_V, object_name:GR_EUROHAZARDS_B_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the hazard classification code , implementation_dba_data: APPS.GR_EUROHAZARDS_B_V ,
-
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 ,
-
Table: GR_ADDITIVE_CALCS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ADDITIVE_CALCS, object_name:GR_ADDITIVE_CALCS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains Hazard Class Code and Risk Phrase Code. The Hazard Class Code is optional and will display on a form as Hazard to Assign. The Risk Phrase Code is optional and will display or print on a form as Apply Risk Phrase. NOTE: Hazard Cla , implementation_dba_data: GR.GR_ADDITIVE_CALCS ,
-
Table: GR_ADDITIVE_CALCS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ADDITIVE_CALCS, object_name:GR_ADDITIVE_CALCS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains Hazard Class Code and Risk Phrase Code. The Hazard Class Code is optional and will display on a form as Hazard to Assign. The Risk Phrase Code is optional and will display or print on a form as Apply Risk Phrase. NOTE: Hazard Cla , implementation_dba_data: GR.GR_ADDITIVE_CALCS ,