Search Results gr_phrase_group_codes
Overview
The GR_PHRASE_GROUP_CODES table is a core reference data object within the Process Manufacturing Regulatory Management (GR) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It functions as a master repository for defining and storing phrase group classifications. In the context of regulatory compliance, particularly for industries like chemicals, pharmaceuticals, and food, standardized phrases (such as hazard statements or safety precautions) are organized into logical groups. This table provides the foundational codes and descriptions for these groups, enabling the systematic categorization and retrieval of regulatory phrases. Its primary role is to ensure data integrity and consistency across the module by serving as a validated source for the PHRASE_GROUP_CODE, which is referenced by numerous transactional and association tables.
Key Information Stored
The table's structure is designed to be straightforward, centering on the code and its descriptive meaning. The primary column is PHRASE_GROUP_CODE, which stores the unique identifier for a specific phrase group. This code acts as the primary key for the table and is the critical link used in all foreign key relationships. The second key column is the description field, which provides the human-readable name or explanation for the phrase group code. While the exact column name for the description is not explicitly detailed in the provided metadata, it is standard for such reference tables to include a column like DESCRIPTION or PHRASE_GROUP_DESC. The integrity of the PHRASE_GROUP_CODE is enforced by the primary key constraint GR_PHRASE_GROUP_CODES_PK.
Common Use Cases and Queries
This table is predominantly used in two scenarios: maintenance and reporting. Administrators use it to define new phrase groups or update descriptions within the application's user interface. For reporting and data extraction, it is essential for translating coded keys into understandable labels. A common SQL pattern involves joining this table to its related transactional tables to produce readable reports. For example, to list all document structures with their associated phrase group descriptions, a query would join GR_DOCUMENT_STRUCTURES to GR_PHRASE_GROUP_CODES. Another critical use case is validating data during integrations or custom extensions, ensuring that any PHRASE_GROUP_CODE being inserted into a child table exists in this master table.
Related Objects
The GR_PHRASE_GROUP_CODES table is central to the regulatory data model, as evidenced by its multiple foreign key relationships. The following tables directly reference it via the PHRASE_GROUP_CODE column:
- GR_DOCUMENT_STRUCTURES: Links phrase groups to the definition of document templates or formats used for regulatory reporting.
- GR_ITEM_DOCUMENT_DTLS: Associates phrase groups with specific items (products or materials) within regulatory documents.
- GR_PHRASE_GROUP_ASSOC: Serves as an association table that likely maps individual regulatory phrases (from a related phrase table) to the broader groups defined in this table.
-
Table: GR_PHRASE_GROUP_CODES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASE_GROUP_CODES, object_name:GR_PHRASE_GROUP_CODES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Phrase Group Code and Description. , implementation_dba_data: GR.GR_PHRASE_GROUP_CODES ,
-
Table: GR_PHRASE_GROUP_CODES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASE_GROUP_CODES, object_name:GR_PHRASE_GROUP_CODES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Phrase Group Code and Description. , implementation_dba_data: GR.GR_PHRASE_GROUP_CODES ,
-
Table: GR_PHRASE_GROUP_ASSOC
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASE_GROUP_ASSOC, object_name:GR_PHRASE_GROUP_ASSOC, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Phrase Group Sequence Number. , implementation_dba_data: GR.GR_PHRASE_GROUP_ASSOC ,
-
Table: GR_PHRASE_GROUP_ASSOC
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASE_GROUP_ASSOC, object_name:GR_PHRASE_GROUP_ASSOC, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Phrase Group Sequence Number. , implementation_dba_data: GR.GR_PHRASE_GROUP_ASSOC ,
-
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_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 ,
-
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_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 ,
-
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 ,