Search Results gr_phrase_concs
Overview
The GR_PHRASE_CONCS table is a core data structure within the Process Manufacturing Regulatory Management (GR) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It is designed to manage the concentration-level specifications associated with regulatory phrases. In the context of product safety and compliance, particularly for chemicals and pharmaceuticals, regulatory phrases often apply differently based on the concentration of a substance in a mixture. This table provides the mechanism to define those concentration thresholds and their hierarchical relationships, enabling precise and compliant hazard communication, labeling, and reporting.
Key Information Stored
The table's primary function is to store concentration ranges linked to specific regulatory phrases. Its structure is defined by a composite primary key and critical foreign key relationships. The essential columns include:
- PHRASE_CODE: The unique identifier linking to the master regulatory phrase definition in the GR_PHRASES_B table.
- PHRASE_CONCENTRATION_LOW and PHRASE_CONCENTRATION_HIGH: These columns define the lower and upper bounds of the concentration range (e.g., 10% to 25%) for which the associated phrase is applicable. Together with PHRASE_CODE, they form the table's primary key (GR_PHRASE_CONCS_PK).
- PHRASE_TYPE_CODE: A code that categorizes the phrase concentration record, linked to the GR_PHRASE_TYPES table. This allows for classifying different types of concentration rules or hierarchies within the regulatory framework.
Common Use Cases and Queries
This table is central to generating accurate safety data sheets (SDS) and product labels. A primary use case is determining the correct hazard or precautionary statement to display based on the calculated concentration of a regulated substance in a finished good. For example, a system process would query this table to find all phrases applicable to a specific substance where the product's concentration falls within the stored low and high range. A typical query pattern would involve joining to the phrase master table to retrieve the phrase text:
SELECT gpc.*, gpb.phrase_text
FROM gr.gr_phrase_concs gpc,
gr.gr_phrases_b gpb
WHERE gpc.phrase_code = gpb.phrase_code
AND gpc.phrase_code = 'H318'
AND :product_concentration BETWEEN gpc.phrase_concentration_low
AND gpc.phrase_concentration_high;
Reporting use cases include auditing concentration rules for compliance with specific regional regulations or analyzing the hierarchy of phrases applied across different concentration tiers.
Related Objects
The GR_PHRASE_CONCS table is a child entity within the GR module's data model, with defined dependencies on two key master tables:
- GR_PHRASES_B: This is the master table for regulatory phrases. The foreign key relationship (GR_PHRASE_CONCS.PHRASE_CODE → GR_PHRASES_B) ensures that every concentration record is associated with a valid, defined phrase.
- GR_PHRASE_TYPES: This lookup table provides context for the concentration record type. The foreign key relationship (GR_PHRASE_CONCS.PHRASE_TYPE_CODE → GR_PHRASE_TYPES) maintains data integrity for phrase classification.
These relationships are critical for maintaining referential integrity and for any data extraction or integration involving regulatory phrase concentrations.
-
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_PHRASE_TYPES_PKG dependencies on GR_PHRASE_CONCS
12.1.1
-
APPS.GR_PHRASE_CONCS_PKG dependencies on GR_PHRASE_CONCS
12.1.1
-
APPS.GR_PHRASE_TYPES_PKG dependencies on GR_PHRASE_CONCS
12.2.2
-
APPS.GR_PHRASE_CONCS_PKG dependencies on GR_PHRASE_CONCS
12.2.2
-
SYNONYM: APPS.GR_PHRASE_CONCS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_PHRASE_CONCS, status:VALID,
-
VIEW: APPS.GR_PHRASE_CONCS_DFV
12.2.2
-
SYNONYM: APPS.GR_PHRASE_CONCS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_PHRASE_CONCS, status:VALID,
-
VIEW: APPS.GR_PHRASE_CONCS_DFV
12.1.1
-
VIEW: APPS.GR_PHRASE_CONCS_V
12.2.2
-
VIEW: GR.GR_PHRASE_CONCS#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_PHRASE_CONCS#, status:VALID,
-
VIEW: APPS.GR_PHRASE_CONCS_V
12.1.1
-
APPS.GR_PHRASE_CONCS_PKG SQL Statements
12.2.2
-
APPS.GR_PHRASE_CONCS_PKG SQL Statements
12.1.1
-
VIEW: GR.GR_PHRASE_CONCS#
12.2.2
-
Table: GR_PHRASE_TYPES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASE_TYPES, object_name:GR_PHRASE_TYPES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Phrase Type Code and Description , implementation_dba_data: GR.GR_PHRASE_TYPES ,
-
Table: GR_PHRASE_TYPES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PHRASE_TYPES, object_name:GR_PHRASE_TYPES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Phrase Type Code and Description , implementation_dba_data: GR.GR_PHRASE_TYPES ,
-
PACKAGE BODY: APPS.GR_PHRASE_CONCS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PHRASE_CONCS_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_PHRASE_CONCS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PHRASE_CONCS_PKG, status:VALID,
-
VIEW: APPS.GR_PHRASE_CONCS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:GR_PHRASE_CONCS_DFV, status:VALID,
-
VIEW: APPS.GR_PHRASE_CONCS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:GR_PHRASE_CONCS_DFV, status:VALID,
-
PACKAGE BODY: APPS.GR_PHRASE_TYPES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PHRASE_TYPES_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_PHRASE_TYPES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PHRASE_TYPES_PKG, status:VALID,
-
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 ,
-
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 ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
View: GR_PHRASE_CONCS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASE_CONCS_V, object_name:GR_PHRASE_CONCS_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the phrase concentrations , implementation_dba_data: APPS.GR_PHRASE_CONCS_V ,
-
View: GR_PHRASE_CONCS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASE_CONCS_V, object_name:GR_PHRASE_CONCS_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the phrase concentrations , implementation_dba_data: APPS.GR_PHRASE_CONCS_V ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
TABLE: GR.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,
-
TABLE: GR.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,
-
VIEW: APPS.GR_PHRASE_CONCS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASE_CONCS_V, object_name:GR_PHRASE_CONCS_V, status:VALID,
-
VIEW: APPS.GR_PHRASE_CONCS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_PHRASE_CONCS_V, object_name:GR_PHRASE_CONCS_V, status:VALID,
-
APPS.GR_PHRASE_CONCS_PKG dependencies on FND_API
12.2.2
-
APPS.GR_PHRASE_CONCS_PKG dependencies on FND_API
12.1.1
-
APPS.GR_PHRASE_TYPES_PKG SQL Statements
12.2.2
-
APPS.GR_PHRASE_TYPES_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.GR_PHRASE_CONCS_PKG
12.1.1
-
PACKAGE BODY: APPS.GR_PHRASE_CONCS_PKG
12.2.2
-
PACKAGE BODY: APPS.GR_PHRASE_TYPES_PKG
12.1.1
-
PACKAGE BODY: APPS.GR_PHRASE_TYPES_PKG
12.2.2