Search Results gr_phrases_b
Overview
The GR_PHRASES_B table is a core data repository within Oracle E-Business Suite Process Manufacturing Regulatory Management (GR) module. It serves as the master table for regulatory and safety phrases, which are critical for generating compliant documentation for manufactured items, such as safety data sheets (SDS) and labels. The table stores high-level administrative information for each phrase, including its unique identifier, associated regulatory classifications, and default positioning instructions for document layout. Its primary role is to act as the central source of phrase definitions, which are then referenced and applied to specific items or documents throughout the regulatory compliance process.
Key Information Stored
While the full column list is not detailed in the provided metadata, the description and key relationships indicate the table's critical attributes. The primary key is the PHRASE_CODE, a unique identifier for each regulatory phrase. The table also stores MAIN_HEADING_CODE and SUB_HEADING_CODE, linking the phrase to its regulatory classification hierarchy via foreign keys to GR_MAIN_HEADINGS_B and GR_SUB_HEADINGS_B. Crucially, it contains wording that defines the phrase's default display or print location on a document (e.g., label section, SDS header). This default positioning can be overridden when the phrase is attached to an item or document detail, providing flexibility in compliance reporting.
Common Use Cases and Queries
This table is central to queries that list available regulatory phrases, build document templates, or validate item compliance. A common use case is retrieving all phrases for a specific regulatory heading to populate a safety document. For example, to find all phrases under a main heading for reporting:
- SELECT p.phrase_code FROM gr_phrases_b p WHERE p.main_heading_code = '&HEADING_CODE';
Another frequent operation involves joining with the translated table (GR_PHRASES_TL) to get phrase text in a specific language for user interfaces or document generation:
- SELECT b.phrase_code, tl.phrase_text FROM gr_phrases_b b, gr_phrases_tl tl WHERE b.phrase_code = tl.phrase_code AND tl.language = USERENV('LANG');
Administrators may also query it to identify phrases used on specific items by joining with GR_ITEM_SAFETY_PHRASES or GR_ITEM_DOCUMENT_DTLS.
Related Objects
The GR_PHRASES_B table has extensive relationships, as shown by its foreign key constraints. It is a parent table to numerous key entities in the GR module:
- GR_PHRASES_TL: The translation table, joined on PHRASE_CODE, stores multilingual phrase text.
- GR_MAIN_HEADINGS_B / GR_SUB_HEADINGS_B: Provide regulatory classification via MAIN_HEADING_CODE and SUB_HEADING_CODE.
- GR_ITEM_SAFETY_PHRASES & GR_ITEM_RISK_PHRASES: Link phrases to specific items for safety and risk management.
- GR_ITEM_DOCUMENT_DTLS & GR_DOCUMENT_STRUCTURES: Reference phrases used in document composition and structure.
- GR_PHRASE_CONCS & GR_PHRASE_CONFLICTS: Manage phrase concentrations and regulatory conflicts, where PHRASE_CODE is also referenced as PHRASE_CODE_ALSO_INVOLVED and PHRASE_CODE_SOLUTION.
-
Table: GR_PHRASES_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASES_B, object_name:GR_PHRASES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the high-level information about the Phrase, the Label Code, and the wording that identifies where on the document the phrase normally displays or prints. The default can be overridden when the phrase is attached to an item or a d , implementation_dba_data: GR.GR_PHRASES_B ,
-
Table: GR_PHRASES_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASES_B, object_name:GR_PHRASES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the high-level information about the Phrase, the Label Code, and the wording that identifies where on the document the phrase normally displays or prints. The default can be overridden when the phrase is attached to an item or a d , implementation_dba_data: GR.GR_PHRASES_B ,
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_PHRASES_B
12.1.1
-
APPS.GR_PHRASES_TL_PKG dependencies on GR_PHRASES_B
12.2.2
-
APPS.GR_PHRASES_B_PKG dependencies on GR_PHRASES_B
12.2.2
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_PHRASES_B
12.2.2
-
APPS.GR_PHRASES_TL_PKG dependencies on GR_PHRASES_B
12.1.1
-
APPS.GR_PHRASES_B_PKG dependencies on GR_PHRASES_B
12.1.1
-
Table: GR_PHRASE_CONFLICTS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASE_CONFLICTS, object_name:GR_PHRASE_CONFLICTS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the action for resolving conflicting text phrases. , implementation_dba_data: GR.GR_PHRASE_CONFLICTS ,
-
VIEW: APPS.GR_PHRASES_B_DFV
12.1.1
-
VIEW: APPS.GR_PHRASES_B_DFV
12.2.2
-
Table: GR_PHRASE_CONFLICTS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASE_CONFLICTS, object_name:GR_PHRASE_CONFLICTS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the action for resolving conflicting text phrases. , implementation_dba_data: GR.GR_PHRASE_CONFLICTS ,
-
SYNONYM: APPS.GR_PHRASES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_PHRASES_B, status:VALID,
-
VIEW: APPS.GR_PHRASE_GROUPS_V
12.1.1
-
VIEW: APPS.GR_PHRASES_VL
12.1.1
-
VIEW: GR.GR_PHRASES_B#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_PHRASES_B#, status:VALID,
-
SYNONYM: APPS.GR_PHRASES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_PHRASES_B, status:VALID,
-
VIEW: APPS.GR_PHRASES_B_V
12.1.1
-
VIEW: APPS.GR_PHRASE_GROUPS_V
12.2.2
-
VIEW: APPS.GR_PHRASES_B_V
12.2.2
-
VIEW: APPS.GR_PHRASES_VL
12.2.2
-
Table: GR_PHRASES_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASES_TL, object_name:GR_PHRASES_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains information for indexing and the print image. , implementation_dba_data: GR.GR_PHRASES_TL ,
-
Table: GR_MAIN_HEADINGS_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_MAIN_HEADINGS_B, object_name:GR_MAIN_HEADINGS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Main Heading Code where the heading text is located and where the Glossary heading text is located. Codes are both system-defined and user-defined. , implementation_dba_data: GR.GR_MAIN_HEADINGS_B ,
-
VIEW: GR.GR_PHRASES_B#
12.2.2
-
APPS.GR_PHRASES_B_PKG SQL Statements
12.1.1
-
VIEW: APPS.GR_PHRASES_B_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:GR_PHRASES_B_DFV, status:VALID,
-
Table: GR_SUB_HEADINGS_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SUB_HEADINGS_B, object_name:GR_SUB_HEADINGS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Sub Heading Code for the sub heading text. , implementation_dba_data: GR.GR_SUB_HEADINGS_B ,
-
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 ,
-
Table: GR_PHRASE_CONCS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASE_CONCS, object_name:GR_PHRASE_CONCS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains at least one record for a phrase. Also holds the type and hierarchy associated with the concentration levels for the phrase. , implementation_dba_data: GR.GR_PHRASE_CONCS ,
-
Table: GR_PHRASE_CONCS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASE_CONCS, object_name:GR_PHRASE_CONCS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains at least one record for a phrase. Also holds the type and hierarchy associated with the concentration levels for the phrase. , implementation_dba_data: GR.GR_PHRASE_CONCS ,
-
APPS.GR_PHRASES_B_PKG SQL Statements
12.2.2
-
Table: GR_SUB_HEADINGS_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SUB_HEADINGS_B, object_name:GR_SUB_HEADINGS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Sub Heading Code for the sub heading text. , implementation_dba_data: GR.GR_SUB_HEADINGS_B ,
-
Table: GR_PHRASES_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASES_TL, object_name:GR_PHRASES_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains information for indexing and the print image. , implementation_dba_data: GR.GR_PHRASES_TL ,
-
View: GR_PHRASE_GROUPS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASE_GROUPS_V, object_name:GR_PHRASE_GROUPS_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the phrase group code , implementation_dba_data: APPS.GR_PHRASE_GROUPS_V ,
-
View: GR_PHRASE_GROUPS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASE_GROUPS_V, object_name:GR_PHRASE_GROUPS_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the phrase group code , implementation_dba_data: APPS.GR_PHRASE_GROUPS_V ,
-
PACKAGE BODY: APPS.GR_PHRASES_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PHRASES_B_PKG, status:VALID,
-
Table: GR_DOCUMENT_STRUCTURES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DOCUMENT_STRUCTURES, object_name:GR_DOCUMENT_STRUCTURES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the detailed breakdown of how the document will display or print. A row of date format and detailed ingredient, toxic, and exposure information information must be defined in the Document Code entity before structure details are , implementation_dba_data: GR.GR_DOCUMENT_STRUCTURES ,
-
PACKAGE BODY: APPS.GR_PHRASES_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PHRASES_B_PKG, status:VALID,
-
Table: GR_DOCUMENT_STRUCTURES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DOCUMENT_STRUCTURES, object_name:GR_DOCUMENT_STRUCTURES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the detailed breakdown of how the document will display or print. A row of date format and detailed ingredient, toxic, and exposure information information must be defined in the Document Code entity before structure details are , implementation_dba_data: GR.GR_DOCUMENT_STRUCTURES ,
-
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 ,
-
Table: GR_ITEM_DOCUMENT_DTLS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_DOCUMENT_DTLS, object_name:GR_ITEM_DOCUMENT_DTLS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the phrase definition for the item on the document. , implementation_dba_data: GR.GR_ITEM_DOCUMENT_DTLS ,
-
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_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_DOCUMENT_DTLS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_DOCUMENT_DTLS, object_name:GR_ITEM_DOCUMENT_DTLS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the phrase definition for the item on the document. , implementation_dba_data: GR.GR_ITEM_DOCUMENT_DTLS ,
-
View: GR_PHRASES_B_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASES_B_V, object_name:GR_PHRASES_B_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the phrase code. , implementation_dba_data: APPS.GR_PHRASES_B_V ,
-
Table: GR_MAIN_HEADINGS_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_MAIN_HEADINGS_B, object_name:GR_MAIN_HEADINGS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Main Heading Code where the heading text is located and where the Glossary heading text is located. Codes are both system-defined and user-defined. , implementation_dba_data: GR.GR_MAIN_HEADINGS_B ,
-
PACKAGE BODY: APPS.GR_PHRASES_TL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PHRASES_TL_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_PHRASES_TL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PHRASES_TL_PKG, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TABLE: GR.GR_PHRASES_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASES_B, object_name:GR_PHRASES_B, status:VALID,