Search Results gr_safety_categories_b
Overview
The GR_SAFETY_CATEGORIES_B 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 serves as the master repository for safety category codes, which are integral to the European chemical classification and labeling process. This table underpins regulatory compliance by providing standardized codes that define hazard categories for substances and mixtures, enabling consistent application of safety rules and generation of compliant labels across the enterprise.
Key Information Stored
While the provided metadata does not list specific columns beyond the primary key, the structure of the table is designed to hold reference information for each safety category. The primary column is SAFETY_CATEGORY_CODE, which uniquely identifies each category. Typically, such a table would also contain descriptive columns, such as a name or description (potentially in a related GR_SAFETY_CATEGORIES_TL translation table for multilingual support), and possibly an effective date range or enabled flag. The data stored in this table is foundational, acting as a controlled list of valid codes that other transactional and regulatory tables must reference.
Common Use Cases and Queries
The primary use case for this table is the maintenance and validation of regulatory safety data. Administrators use it to define the universe of permissible safety categories. Common operational queries involve listing all active categories for setup purposes or validating a code before assigning it to a substance. A typical reporting query might join this table to related label or rule data to analyze which categories are in use.
- Basic Lookup:
SELECT safety_category_code FROM gr.gr_safety_categories_b WHERE enabled_flag = 'Y'; - Reporting Join:
SELECT sc.safety_category_code, lb.label_code FROM gr_safety_categories_b sc, gr_labels_b lb WHERE sc.safety_category_code = lb.safety_category_code;
Related Objects
The GR_SAFETY_CATEGORIES_B table is centrally linked to key regulatory entities via foreign key relationships, as documented in the ETRM metadata. Its primary key is referenced by the following tables:
- GR_LABELS_B: The
GR_LABELS_B.SAFETY_CATEGORY_CODEcolumn references this table. This relationship ensures that labels generated for products are associated with a valid, predefined safety category. - GR_SAFETY_RULES: The
GR_SAFETY_RULES.SAFETY_CATEGORY_CODEcolumn references this table. This links specific regulatory safety rules and thresholds to the appropriate hazard category, forming the basis for automated classification.
These relationships enforce data integrity, ensuring that safety classifications on labels and within rules are always based on an authorized master list of categories.
-
Table: GR_SAFETY_CATEGORIES_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_CATEGORIES_B, object_name:GR_SAFETY_CATEGORIES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: The safety category code that is used in the European classification process. , implementation_dba_data: GR.GR_SAFETY_CATEGORIES_B ,
-
Table: GR_SAFETY_CATEGORIES_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_CATEGORIES_B, object_name:GR_SAFETY_CATEGORIES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: The safety category code that is used in the European classification process. , implementation_dba_data: GR.GR_SAFETY_CATEGORIES_B ,
-
APPS.GR_LABELS_B_PKG dependencies on GR_SAFETY_CATEGORIES_B
12.1.1
-
APPS.GR_SAFETY_CATEGORIES_B_PKG dependencies on GR_SAFETY_CATEGORIES_B
12.2.2
-
APPS.GR_SAFETY_CATEGORIES_B_PKG dependencies on GR_SAFETY_CATEGORIES_B
12.1.1
-
APPS.GR_SAFETY_CATEGORIES_TL_PKG dependencies on GR_SAFETY_CATEGORIES_B
12.1.1
-
APPS.GR_LABELS_B_PKG dependencies on GR_SAFETY_CATEGORIES_B
12.2.2
-
APPS.GR_SAFETY_CATEGORIES_TL_PKG dependencies on GR_SAFETY_CATEGORIES_B
12.2.2
-
VIEW: GR.GR_SAFETY_CATEGORIES_B#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_SAFETY_CATEGORIES_B#, status:VALID,
-
SYNONYM: APPS.GR_SAFETY_CATEGORIES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_SAFETY_CATEGORIES_B, status:VALID,
-
APPS.GR_SAFETY_CATEGORIES_B_PKG SQL Statements
12.2.2
-
VIEW: GR.GR_SAFETY_CATEGORIES_B#
12.2.2
-
SYNONYM: APPS.GR_SAFETY_CATEGORIES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_SAFETY_CATEGORIES_B, status:VALID,
-
APPS.GR_SAFETY_CATEGORIES_B_PKG SQL Statements
12.1.1
-
TABLE: GR.GR_SAFETY_CATEGORIES_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_CATEGORIES_B, object_name:GR_SAFETY_CATEGORIES_B, status:VALID,
-
TABLE: GR.GR_SAFETY_CATEGORIES_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_CATEGORIES_B, object_name:GR_SAFETY_CATEGORIES_B, status:VALID,
-
Table: GR_SAFETY_RULES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_RULES, object_name:GR_SAFETY_RULES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Because of the complexity and volume of information stored in this table there will be no maintenance program provided to the user. Changes will typically be made using uploaded PL/SQL scripts. , implementation_dba_data: GR.GR_SAFETY_RULES ,
-
PACKAGE BODY: APPS.GR_SAFETY_CATEGORIES_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_SAFETY_CATEGORIES_B_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_SAFETY_CATEGORIES_TL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_SAFETY_CATEGORIES_TL_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_SAFETY_CATEGORIES_TL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_SAFETY_CATEGORIES_TL_PKG, status:VALID,
-
Table: GR_SAFETY_RULES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_SAFETY_RULES, object_name:GR_SAFETY_RULES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Because of the complexity and volume of information stored in this table there will be no maintenance program provided to the user. Changes will typically be made using uploaded PL/SQL scripts. , implementation_dba_data: GR.GR_SAFETY_RULES ,
-
Table: GR_LABELS_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABELS_B, object_name:GR_LABELS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains many label classes, each containing many rows that define the format and text for each line on the document. For example, a label of BOILING will determine how and where the physical characteristics of boiling point display on the , implementation_dba_data: GR.GR_LABELS_B ,
-
PACKAGE BODY: APPS.GR_SAFETY_CATEGORIES_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_SAFETY_CATEGORIES_B_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_LABELS_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABELS_B_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_LABELS_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABELS_B_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Table: GR_LABELS_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABELS_B, object_name:GR_LABELS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains many label classes, each containing many rows that define the format and text for each line on the document. For example, a label of BOILING will determine how and where the physical characteristics of boiling point display on the , implementation_dba_data: GR.GR_LABELS_B ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.GR_SAFETY_CATEGORIES_TL_PKG dependencies on GR_SAFETY_CATEGORIES_TL
12.2.2
-
APPS.GR_SAFETY_CATEGORIES_TL_PKG dependencies on GR_SAFETY_CATEGORIES_TL
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.GR_SAFETY_CATEGORIES_B_PKG
12.2.2
-
APPS.GR_SAFETY_CATEGORIES_TL_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GR_SAFETY_CATEGORIES_B_PKG
12.1.1
-
APPS.GR_SAFETY_CATEGORIES_TL_PKG SQL Statements
12.1.1
-
APPS.GR_SAFETY_CATEGORIES_B_PKG dependencies on FND_API
12.2.2
-
APPS.GR_SAFETY_CATEGORIES_B_PKG dependencies on FND_API
12.1.1
-
APPS.GR_LABELS_B_PKG SQL Statements
12.1.1
-
APPS.GR_LABELS_B_PKG SQL Statements
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.GR_SAFETY_CATEGORIES_TL_PKG
12.1.1
-
PACKAGE BODY: APPS.GR_SAFETY_CATEGORIES_TL_PKG
12.2.2