Search Results gr_safety_combinations
Overview
The GR_SAFETY_COMBINATIONS table is a core data object within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Process Manufacturing Regulatory Management (GR) module. It serves a critical function in managing complex regulatory and safety documentation for manufactured products. The table's primary role is to define the logical rules for combining multiple, discrete safety phrases into coherent, formatted statements. This enables the system to generate comprehensive safety data sheets (SDS) or product labels that accurately reflect the aggregated hazards and precautions associated with a material by specifying the grouping and sequencing of individual safety phrase codes.
Key Information Stored
The table stores metadata that governs the assembly of safety phrases. Its structure is defined by a composite primary key and foreign key relationships to ensure data integrity. The most important columns include:
- COMBINATION_GROUP_NUMBER: Identifies a distinct set of safety phrases that belong together and must be combined according to a specific sequence.
- COMBINATION_SEQUENCE_NUMBER: Defines the precise order in which safety phrases within a group should be presented. This column is part of the primary key (GR_SAFETY_COMBINATIONS_PK).
- SAFETY_PHRASE_CODE: The code for a primary safety phrase that is part of a combination group. It references the GR_SAFETY_PHRASES_B table.
- SAFETY_PHRASE_CODE_COMBO: The code for a secondary safety phrase that is combined with the primary one. This also references the GR_SAFETY_PHRASES_B table, allowing for complex inter-phrase relationships.
Common Use Cases and Queries
A primary use case is the automated generation of regulatory documents. When the system compiles safety information for a product ingredient, it queries this table to determine if any of the applicable safety phrases have predefined combination rules. A typical query would retrieve all combination rules for a given set of safety phrase codes to pre-format label text. For example:
SELECT combination_group_number, combination_sequence_number,
safety_phrase_code, safety_phrase_code_combo
FROM gr.gr_safety_combinations
WHERE safety_phrase_code IN ('H318', 'H410')
ORDER BY combination_group_number, combination_sequence_number;
This would reveal if phrases 'H318' and 'H410' are part of a defined combination group and their required sequence. Reporting use cases include auditing combination rules for compliance with regional regulatory updates or validating that all active safety phrases in the system have proper combination logic defined.
Related Objects
The GR_SAFETY_COMBINATIONS table has direct, documented dependencies within the GR module schema, primarily with the master safety phrase table.
- GR_SAFETY_PHRASES_B: This is the master table for safety phrase definitions. GR_SAFETY_COMBINATIONS has two foreign key relationships to it:
- From SAFETY_PHRASE_CODE to GR_SAFETY_PHRASES_B
- From SAFETY_PHRASE_CODE_COMBO to GR_SAFETY_PHRASES_B
-
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 ,
-
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 ,
-
APPS.GR_SAFETY_COMBINATIONS_PKG dependencies on GR_SAFETY_COMBINATIONS
12.1.1
-
APPS.GR_SAFETY_COMBINATIONS_PKG dependencies on GR_SAFETY_COMBINATIONS
12.2.2
-
VIEW: GR.GR_SAFETY_COMBINATIONS#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_SAFETY_COMBINATIONS#, status:VALID,
-
SYNONYM: APPS.GR_SAFETY_COMBINATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_SAFETY_COMBINATIONS, status:VALID,
-
SYNONYM: APPS.GR_SAFETY_COMBINATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_SAFETY_COMBINATIONS, status:VALID,
-
VIEW: APPS.GR_SAFETY_COMBINATIONS_V
12.2.2
-
APPS.GR_SAFETY_COMBINATIONS_PKG SQL Statements
12.1.1
-
VIEW: GR.GR_SAFETY_COMBINATIONS#
12.2.2
-
VIEW: APPS.GR_SAFETY_COMBINATIONS_V
12.1.1
-
APPS.GR_SAFETY_COMBINATIONS_PKG SQL Statements
12.2.2
-
APPS.GR_SAFETY_COMBINATIONS_PKG dependencies on GR_SAFETY_COMBINATIONS_S
12.2.2
-
APPS.GR_SAFETY_COMBINATIONS_PKG dependencies on GR_SAFETY_COMBINATIONS_S
12.1.1
-
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 ,
-
TABLE: GR.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,
-
View: GR_SAFETY_COMBINATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_SAFETY_COMBINATIONS_V, object_name:GR_SAFETY_COMBINATIONS_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the safety combination code , implementation_dba_data: APPS.GR_SAFETY_COMBINATIONS_V ,
-
PACKAGE BODY: APPS.GR_SAFETY_COMBINATIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_SAFETY_COMBINATIONS_PKG, status:VALID,
-
TABLE: GR.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,
-
View: GR_SAFETY_COMBINATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_SAFETY_COMBINATIONS_V, object_name:GR_SAFETY_COMBINATIONS_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows for the safety combination code , implementation_dba_data: APPS.GR_SAFETY_COMBINATIONS_V ,
-
PACKAGE BODY: APPS.GR_SAFETY_COMBINATIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_SAFETY_COMBINATIONS_PKG, status:VALID,
-
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 DBA Data
12.1.1
-
VIEW: APPS.GR_SAFETY_COMBINATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_SAFETY_COMBINATIONS_V, object_name:GR_SAFETY_COMBINATIONS_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.GR_SAFETY_COMBINATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_SAFETY_COMBINATIONS_V, object_name:GR_SAFETY_COMBINATIONS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.GR_SAFETY_COMBINATIONS_PKG
12.1.1
-
APPS.GR_SAFETY_COMBINATIONS_PKG dependencies on FND_API
12.2.2
-
PACKAGE BODY: APPS.GR_SAFETY_COMBINATIONS_PKG
12.2.2
-
APPS.GR_SAFETY_COMBINATIONS_PKG dependencies on FND_API
12.1.1
-
eTRM - GR Tables and Views
12.1.1
description: GR XML mapping table ,
-
eTRM - GR Tables and Views
12.2.2
description: GR XML mapping table ,
-
eTRM - GR Tables and Views
12.1.1
description: GR XML mapping table ,
-
eTRM - GR Tables and Views
12.2.2
description: GR XML mapping table ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1