Search Results gr_item_safety_phrases
Overview
The GR_ITEM_SAFETY_PHRASES table is a core data structure within the Oracle E-Business Suite (EBS) Process Manufacturing Regulatory Management module (GR). Its primary function is to manage the association of European regulatory safety phrases with specific inventory items. This table enables organizations to maintain compliance with regulations such as those governing the classification, labeling, and packaging of substances and mixtures. By storing multiple safety phrases per item, it provides a comprehensive and detailed repository for the hazard communication data required for product safety data sheets (SDS) and product labeling, particularly in the EMEA region.
Key Information Stored
The table stores the linkage between an item and its assigned safety phrases. The primary key is a composite of ITEM_CODE and SAFETY_PHRASE_CODE, ensuring a unique combination for each assignment. Key columns include ITEM_CODE, which identifies the inventory item, and SAFETY_PHRASE_CODE, which references the specific safety phrase from the GR_SAFETY_PHRASES_B table. The PHRASE_CODE column, as indicated by the foreign key relationship, provides a link to the generic phrases table (GR_PHRASES_B), which may contain the textual description of the safety phrase. This structure allows for the management of both the regulatory code and its corresponding descriptive text.
Common Use Cases and Queries
A primary use case is the generation of regulatory documents, such as safety data sheets or product labels, where all applicable safety phrases for an item must be listed. Reporting on item compliance across a product portfolio is another critical application. Common SQL queries involve joining this table to item master and phrase description tables. For example, to retrieve all safety phrases for a specific item, one might use:
- SELECT gisp.*, gsb.phrase_text FROM gr_item_safety_phrases gisp JOIN gr_safety_phrases_b gsb ON gisp.safety_phrase_code = gsb.safety_phrase_code WHERE gisp.item_code = '<ITEM_CODE>';
Data maintenance is typically performed through the dedicated Oracle EBS Regulatory Management forms and APIs, which ensure referential integrity and business rule validation.
Related Objects
The GR_ITEM_SAFETY_PHRASES table is centrally connected to several key regulatory tables via documented foreign key relationships:
- GR_EMEA: Joined via ITEM_CODE. This links item safety data to broader EMEA-specific regulatory information.
- GR_SAFETY_PHRASES_B: Joined via SAFETY_PHRASE_CODE. This provides access to the master list of defined safety phrases.
- GR_PHRASES_B: Joined via PHRASE_CODE. This supplies the descriptive text for the associated phrases.
The table's primary key constraint, GR_ITEM_SAFETY_PHRASES_PK, enforces the uniqueness of the item and safety phrase combination. This network of relationships positions the table as a critical junction for assembling complete regulatory profiles for inventory items.
-
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 ,
-
Table: GR_EMEA
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EMEA, object_name:GR_EMEA, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains Europe and Middle East-specific regulatory information about the item. , implementation_dba_data: GR.GR_EMEA ,
-
Table: GR_EMEA
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_EMEA, object_name:GR_EMEA, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains Europe and Middle East-specific regulatory information about the item. , implementation_dba_data: GR.GR_EMEA ,
-
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_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 ,
-
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 ,
-
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 ,
-
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 ,