Search Results gr_risk_phrases_b
Overview
The GR_RISK_PHRASES_B table is a core master data table within the Oracle E-Business Suite Process Manufacturing Regulatory Management (GR) module. It serves as the central repository for storing the standardized codes and names of regulatory risk and safety phrases, which are critical for product safety data sheets, labeling, and hazard communication across global jurisdictions. Its role is to maintain the definitive list of acceptable phrases, such as "Causes severe skin burns and eye damage" or "Highly flammable liquid and vapor," which are then associated with specific items, regulatory calculations, and compliance documents. This table is foundational for ensuring consistent and legally compliant hazard communication in manufacturing and supply chain operations.
Key Information Stored
While the provided ETRM metadata does not list individual columns, the description and primary key definition indicate its core structure. The table's primary purpose is to store the code and name of each phrase. The primary key column, RISK_PHRASE_CODE, uniquely identifies each regulatory phrase (e.g., 'R34', 'H225'). This code is the critical foreign key referenced throughout the GR module's related tables. The table likely contains additional descriptive columns, such as a name or short description field for the phrase. As a base table (indicated by the '_B' suffix), it is designed to be joined with its corresponding translation table, GR_RISK_PHRASES_TL, to support multilingual implementations where the textual description of the risk phrase must be presented in different languages.
Common Use Cases and Queries
This table is primarily accessed for compliance configuration, reporting, and data validation. Common operational scenarios include setting up regulatory content for new geographic regions, assigning hazard phrases to items or ingredients, and generating safety documentation. A typical query involves joining the base table with its translation table to retrieve phrases in a user's session language for display in forms or reports. For example, to list all active risk phrases for a report, one might use: SELECT b.RISK_PHRASE_CODE, tl.NAME FROM GR_RISK_PHRASES_B b, GR_RISK_PHRASES_TL tl WHERE b.RISK_PHRASE_CODE = tl.RISK_PHRASE_CODE AND tl.LANGUAGE = USERENV('LANG');. Another critical use case is tracing where a specific risk phrase is applied, requiring joins to tables like GR_ITEM_RISK_PHRASES or GR_RISK_CALCULATIONS using the RISK_PHRASE_CODE.
Related Objects
The GR_RISK_PHRASES_B table is a central hub with extensive foreign key relationships, as documented in the ETRM metadata. Its primary key (RISK_PHRASE_CODE) is referenced by the following key tables in the GR module:
- GR_ITEM_RISK_PHRASES: Links risk phrases to specific items or products.
- GR_RISK_CALCULATIONS: References phrases used in automated regulatory calculation rules.
- GR_RISK_COMBINATIONS: References phrases both as a primary component (RISK_PHRASE_CODE) and as part of a combined phrase (RISK_PHRASE_CODE_COMBO).
- GR_RISK_PHRASES_TL: The translation table that depends directly on the base table for its key.
- GR_ADD_MANDATORY_RISKS, GR_EURO_MANDATORY_RISKS, GR_EIN_ASL_RISKS, GR_SOURCE_RISKS: These tables manage jurisdiction-specific mandatory phrase assignments and sourcing rules.
-
Table: GR_RISK_PHRASES_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_RISK_PHRASES_B, object_name:GR_RISK_PHRASES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Stores the code and name of acceptable phrases in multiple languages. , implementation_dba_data: GR.GR_RISK_PHRASES_B ,
-
Table: GR_RISK_PHRASES_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_RISK_PHRASES_B, object_name:GR_RISK_PHRASES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Stores the code and name of acceptable phrases in multiple languages. , implementation_dba_data: GR.GR_RISK_PHRASES_B ,
-
APPS.GR_RISK_SAFETY_PHRASES_PUB dependencies on GR_RISK_PHRASES_B
12.2.2
-
APPS.GR_RISK_PHRASES_B_PKG dependencies on GR_RISK_PHRASES_B
12.1.1
-
APPS.GR_RISK_PHRASES_TL_PKG dependencies on GR_RISK_PHRASES_B
12.1.1
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_RISK_PHRASES_B
12.1.1
-
APPS.GR_RISK_PHRASES_TL_PKG dependencies on GR_RISK_PHRASES_B
12.2.2
-
APPS.GR_EIN_ASL_RISKS_PKG dependencies on GR_RISK_PHRASES_B
12.2.2
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_RISK_PHRASES_B
12.2.2
-
APPS.GR_RISK_PHRASES_B_PKG dependencies on GR_RISK_PHRASES_B
12.2.2
-
APPS.GR_EIN_RISKS_PKG dependencies on GR_RISK_PHRASES_B
12.2.2
-
APPS.GR_EIN_RISKS_PKG dependencies on GR_RISK_PHRASES_B
12.1.1
-
APPS.GR_EIN_ASL_RISKS_PKG dependencies on GR_RISK_PHRASES_B
12.1.1
-
VIEW: APPS.GR_RISK_PHRASES_B_DFV
12.1.1
-
VIEW: APPS.GR_RISK_PHRASES_B_DFV
12.2.2
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_ITEM_RISK_PHRASES
12.1.1
-
SYNONYM: APPS.GR_RISK_PHRASES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_RISK_PHRASES_B, status:VALID,
-
SYNONYM: APPS.GR_RISK_PHRASES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_RISK_PHRASES_B, status:VALID,
-
Table: GR_RISK_COMBINATIONS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_RISK_COMBINATIONS, object_name:GR_RISK_COMBINATIONS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Group and Sequence information for listing multiple Risk Phrase Codes. , implementation_dba_data: GR.GR_RISK_COMBINATIONS ,
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_RISK_CALCULATIONS
12.1.1
-
Table: GR_RISK_COMBINATIONS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_RISK_COMBINATIONS, object_name:GR_RISK_COMBINATIONS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Group and Sequence information for listing multiple Risk Phrase Codes. , implementation_dba_data: GR.GR_RISK_COMBINATIONS ,
-
VIEW: APPS.GR_RISK_PHRASES_B_V
12.1.1
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_ITEM_RISK_PHRASES
12.2.2
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_RISK_CALCULATIONS
12.2.2
-
VIEW: APPS.GR_ITEM_RISK_PHRASES_VL
12.1.1
-
VIEW: APPS.GR_ITEM_RISK_PHRASES_VL
12.2.2
-
VIEW: APPS.GR_RISK_PHRASES_VL
12.2.2
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_ITEM_CONCENTRATIONS
12.1.1
-
VIEW: GR.GR_RISK_PHRASES_B#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_RISK_PHRASES_B#, status:VALID,
-
VIEW: APPS.GR_RISK_PHRASES_VL
12.1.1
-
VIEW: APPS.GR_RISK_PHRASES_B_V
12.2.2
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_ITEM_CONCENTRATIONS
12.2.2
-
VIEW: GR.GR_RISK_PHRASES_B#
12.2.2
-
APPS.GR_RISK_PHRASES_B_PKG SQL Statements
12.1.1
-
Table: GR_EIN_ASL_RISKS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EIN_ASL_RISKS, object_name:GR_EIN_ASL_RISKS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the EINECS Number (European Inventory of Existing Chemical Substances number) phrases associated with the ASL (Approved Supply List) concentrations. , implementation_dba_data: GR.GR_EIN_ASL_RISKS ,
-
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 ,
-
APPS.GR_RISK_SAFETY_PHRASES_PUB dependencies on GR_RISK_PHRASES_B_PKG
12.2.2
-
Table: GR_RISK_PHRASES_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_RISK_PHRASES_TL, object_name:GR_RISK_PHRASES_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Stores the code and name of acceptable phrases in multiple languages. , implementation_dba_data: GR.GR_RISK_PHRASES_TL ,
-
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_ADD_MANDATORY_RISKS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ADD_MANDATORY_RISKS, object_name:GR_ADD_MANDATORY_RISKS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains European Hazard Classifications. Works in conjunction with the Additive table. , implementation_dba_data: GR.GR_ADD_MANDATORY_RISKS ,
-
PACKAGE BODY: APPS.GR_RISK_PHRASES_TL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_RISK_PHRASES_TL_PKG, status:VALID,
-
Table: GR_RISK_CALCULATIONS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_RISK_CALCULATIONS, object_name:GR_RISK_CALCULATIONS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the flags that associate carcinogenic, health, and toxicity classifications with Risk Phrases. , implementation_dba_data: GR.GR_RISK_CALCULATIONS ,
-
PACKAGE: APPS.GR_EURO_CLASSIFICATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GR_EURO_CLASSIFICATION, status:VALID,
-
Table: GR_EURO_MANDATORY_RISKS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EURO_MANDATORY_RISKS, object_name:GR_EURO_MANDATORY_RISKS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Risk Phrase codes that must be assigned for a hazard when classifying that hazard according to the European directives. , implementation_dba_data: GR.GR_EURO_MANDATORY_RISKS ,
-
Table: GR_EIN_ASL_RISKS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EIN_ASL_RISKS, object_name:GR_EIN_ASL_RISKS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the EINECS Number (European Inventory of Existing Chemical Substances number) phrases associated with the ASL (Approved Supply List) concentrations. , implementation_dba_data: GR.GR_EIN_ASL_RISKS ,
-
PACKAGE BODY: APPS.GR_EIN_RISKS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_EIN_RISKS_PKG, status:VALID,
-
APPS.GR_RISK_PHRASES_B_PKG SQL Statements
12.2.2
-
Table: GR_ADD_MANDATORY_RISKS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ADD_MANDATORY_RISKS, object_name:GR_ADD_MANDATORY_RISKS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains European Hazard Classifications. Works in conjunction with the Additive table. , implementation_dba_data: GR.GR_ADD_MANDATORY_RISKS ,
-
Table: GR_ITEM_RISK_PHRASES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_RISK_PHRASES, object_name:GR_ITEM_RISK_PHRASES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Standard European Risk Phrase for the item. Multiple rows of Risk Phrase information can exist for each item. , implementation_dba_data: GR.GR_ITEM_RISK_PHRASES ,
-
Table: GR_ITEM_RISK_PHRASES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_RISK_PHRASES, object_name:GR_ITEM_RISK_PHRASES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Standard European Risk Phrase for the item. Multiple rows of Risk Phrase information can exist for each item. , implementation_dba_data: GR.GR_ITEM_RISK_PHRASES ,