Search Results gr_safety_phrases_b
Overview
The GR_SAFETY_PHRASES_B table is a core master data table within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Process Manufacturing Regulatory Management (GR) module. It serves as the foundational repository for standardized safety phrases, which are critical for regulatory compliance in the manufacturing of chemical and pharmaceutical products. This table stores the unique code and base name for each acceptable safety phrase, forming the primary reference point for associating hazard and precautionary statements with items, defining safety rules, and managing permissible phrase combinations as mandated by regulations such as GHS (Globally Harmonized System) or regional equivalents.
Key Information Stored
The table's primary structure is defined by its primary key, which is the SAFETY_PHRASE_CODE column. This column holds the unique identifier for each safety phrase (e.g., 'H301', 'P101'). While the provided metadata does not list all columns explicitly, the description indicates it stores both the code and the name. In a typical Oracle EBS multilingual architecture, the base table (suffix '_B') holds the code and potentially a base language name, while the corresponding translation table (GR_SAFETY_PHRASES_TL) holds the descriptive text in multiple languages. The table's design ensures data integrity and centralized management of these regulated phrases.
Common Use Cases and Queries
This table is central to regulatory reporting, safety data sheet (SDS) generation, and item specification. Common operational and reporting scenarios include validating safety phrases assigned to items, listing all active phrases for a regulatory regime, and auditing usage. A typical query would join to the translation table to retrieve phrases in a specific language for reporting purposes. For example, to find all safety phrases and their English descriptions, one might use: SELECT b.SAFETY_PHRASE_CODE, tl.NAME FROM GR.GR_SAFETY_PHRASES_B b, GR.GR_SAFETY_PHRASES_TL tl WHERE b.SAFETY_PHRASE_CODE = tl.SAFETY_PHRASE_CODE AND tl.LANGUAGE = 'US';. Another critical use case involves querying which items are associated with a specific safety phrase via the GR_ITEM_SAFETY_PHRASES table for compliance audits.
Related Objects
The GR_SAFETY_PHRASES_B table is a key parent table with several documented foreign key relationships, highlighting its central role in the data model. The primary key (SAFETY_PHRASE_CODE) is referenced by the following objects:
- GR_ITEM_SAFETY_PHRASES: Links safety phrases to specific inventory items.
- GR_SAFETY_COMBINATIONS: References the table twice—once for the primary phrase (SAFETY_PHRASE_CODE) and once for a related combination phrase (SAFETY_PHRASE_CODE_COMBO)—to define rules for phrase co-occurrence.
- GR_SAFETY_PHRASES_TL: The translation table, which depends on the base table for each phrase's code.
- GR_SAFETY_RULES: References the table to define regulatory rules based on specific safety phrases.
-
Table: GR_SAFETY_PHRASES_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_PHRASES_B, object_name:GR_SAFETY_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_SAFETY_PHRASES_B ,
-
Table: GR_SAFETY_PHRASES_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_PHRASES_B, object_name:GR_SAFETY_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_SAFETY_PHRASES_B ,
-
APPS.GR_SAFETY_PHRASES_TL_PKG dependencies on GR_SAFETY_PHRASES_B
12.1.1
-
APPS.GR_SAFETY_PHRASES_B_PKG dependencies on GR_SAFETY_PHRASES_B
12.1.1
-
APPS.GR_SAFETY_PHRASES_TL_PKG dependencies on GR_SAFETY_PHRASES_B
12.2.2
-
APPS.GR_SAFETY_PHRASES_B_PKG dependencies on GR_SAFETY_PHRASES_B
12.2.2
-
APPS.GR_RISK_SAFETY_PHRASES_PUB dependencies on GR_SAFETY_PHRASES_B
12.2.2
-
APPS.GR_EIN_SAFETY_PKG dependencies on GR_SAFETY_PHRASES_B
12.2.2
-
APPS.GR_EIN_SAFETY_PKG dependencies on GR_SAFETY_PHRASES_B
12.1.1
-
VIEW: APPS.GR_SAFETY_PHRASES_B_DFV
12.2.2
-
SYNONYM: APPS.GR_SAFETY_PHRASES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_SAFETY_PHRASES_B, status:VALID,
-
VIEW: APPS.GR_SAFETY_PHRASES_B_DFV
12.1.1
-
Table: GR_SAFETY_COMBINATIONS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_COMBINATIONS, object_name:GR_SAFETY_COMBINATIONS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Group and Sequence information for combining multiple Safety Phrase Codes. , implementation_dba_data: GR.GR_SAFETY_COMBINATIONS ,
-
Table: GR_SAFETY_COMBINATIONS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_COMBINATIONS, object_name:GR_SAFETY_COMBINATIONS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Group and Sequence information for combining multiple Safety Phrase Codes. , implementation_dba_data: GR.GR_SAFETY_COMBINATIONS ,
-
VIEW: APPS.GR_ITEM_SAFETY_PHRASES_VL
12.1.1
-
SYNONYM: APPS.GR_SAFETY_PHRASES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_SAFETY_PHRASES_B, status:VALID,
-
VIEW: APPS.GR_SAFETY_PHRASES_B_V
12.2.2
-
VIEW: APPS.GR_SAFETY_PHRASES_B_V
12.1.1
-
VIEW: APPS.GR_SAFETY_PHRASES_VL
12.2.2
-
VIEW: GR.GR_SAFETY_PHRASES_B#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_SAFETY_PHRASES_B#, status:VALID,
-
VIEW: APPS.GR_ITEM_SAFETY_PHRASES_VL
12.2.2
-
VIEW: APPS.GR_SAFETY_PHRASES_VL
12.1.1
-
VIEW: GR.GR_SAFETY_PHRASES_B#
12.2.2
-
APPS.GR_RISK_SAFETY_PHRASES_PUB dependencies on GR_SAFETY_PHRASES_B_PKG
12.2.2
-
APPS.GR_SAFETY_PHRASES_B_PKG SQL Statements
12.2.2
-
APPS.GR_SAFETY_PHRASES_B_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GR_SAFETY_PHRASES_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_SAFETY_PHRASES_B_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_EIN_SAFETY_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_EIN_SAFETY_PKG, status:VALID,
-
Table: GR_SAFETY_PHRASES_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_PHRASES_TL, object_name:GR_SAFETY_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_SAFETY_PHRASES_TL ,
-
Table: GR_ITEM_SAFETY_PHRASES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_SAFETY_PHRASES, object_name:GR_ITEM_SAFETY_PHRASES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the European Safety Phrase for the item. Multiple rows of Safety Phrase information can exist for each item. , implementation_dba_data: GR.GR_ITEM_SAFETY_PHRASES ,
-
Table: GR_ITEM_SAFETY_PHRASES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_SAFETY_PHRASES, object_name:GR_ITEM_SAFETY_PHRASES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the European Safety Phrase for the item. Multiple rows of Safety Phrase information can exist for each item. , implementation_dba_data: GR.GR_ITEM_SAFETY_PHRASES ,
-
PACKAGE BODY: APPS.GR_SAFETY_PHRASES_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_SAFETY_PHRASES_B_PKG, status:VALID,
-
Table: GR_SAFETY_PHRASES_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_PHRASES_TL, object_name:GR_SAFETY_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_SAFETY_PHRASES_TL ,
-
VIEW: APPS.GR_SAFETY_PHRASES_B_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:GR_SAFETY_PHRASES_B_DFV, status:VALID,
-
PACKAGE BODY: APPS.GR_SAFETY_PHRASES_TL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_SAFETY_PHRASES_TL_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_EIN_SAFETY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_EIN_SAFETY_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_SAFETY_PHRASES_TL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_SAFETY_PHRASES_TL_PKG, status:VALID,
-
Table: GR_SAFETY_RULES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_RULES, object_name:GR_SAFETY_RULES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Because of the complexity and volume of information stored in this table there will be no maintenance program provided to the user. Changes will typically be made using uploaded PL/SQL scripts. , implementation_dba_data: GR.GR_SAFETY_RULES ,
-
Table: GR_SAFETY_RULES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_RULES, object_name:GR_SAFETY_RULES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Because of the complexity and volume of information stored in this table there will be no maintenance program provided to the user. Changes will typically be made using uploaded PL/SQL scripts. , implementation_dba_data: GR.GR_SAFETY_RULES ,
-
PACKAGE BODY: APPS.GR_RISK_SAFETY_PHRASES_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_RISK_SAFETY_PHRASES_PUB, status:VALID,
-
TABLE: GR.GR_SAFETY_PHRASES_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_PHRASES_B, object_name:GR_SAFETY_PHRASES_B, status:VALID,
-
VIEW: APPS.GR_SAFETY_PHRASES_B_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:GR_SAFETY_PHRASES_B_DFV, status:VALID,
-
View: GR_ITEM_SAFETY_PHRASES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_SAFETY_PHRASES_VL, object_name:GR_ITEM_SAFETY_PHRASES_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the item safety phrase where the language is equal to the user environment variable LANG. , implementation_dba_data: APPS.GR_ITEM_SAFETY_PHRASES_VL ,
-
View: GR_SAFETY_PHRASES_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_SAFETY_PHRASES_B_V, object_name:GR_SAFETY_PHRASES_B_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the safety phrase code , implementation_dba_data: APPS.GR_SAFETY_PHRASES_B_V ,
-
TABLE: GR.GR_SAFETY_PHRASES_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_PHRASES_B, object_name:GR_SAFETY_PHRASES_B, status:VALID,
-
View: GR_ITEM_SAFETY_PHRASES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_SAFETY_PHRASES_VL, object_name:GR_ITEM_SAFETY_PHRASES_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the item safety phrase where the language is equal to the user environment variable LANG. , implementation_dba_data: APPS.GR_ITEM_SAFETY_PHRASES_VL ,
-
View: GR_SAFETY_PHRASES_B_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_SAFETY_PHRASES_B_V, object_name:GR_SAFETY_PHRASES_B_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the safety phrase code , implementation_dba_data: APPS.GR_SAFETY_PHRASES_B_V ,
-
12.2.2 DBA Data
12.2.2
-
APPS.GR_RISK_SAFETY_PHRASES_PUB SQL Statements
12.2.2
-
View: GR_SAFETY_PHRASES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_SAFETY_PHRASES_VL, object_name:GR_SAFETY_PHRASES_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the risk phrase code where the language is equal to the user environment variable LANG , implementation_dba_data: APPS.GR_SAFETY_PHRASES_VL ,