Search Results gr_labels_b
Overview
The GR_LABELS_B table is a core master data table within the Oracle E-Business Suite Process Manufacturing Regulatory Management (GR) module. It serves as the central repository for defining the individual data elements, or "labels," that appear on regulatory and safety documents, such as Material Safety Data Sheets (MSDS) and product labels. Each record in this table represents a specific piece of information (e.g., boiling point, flash point, hazard classification) and defines its fundamental attributes for document generation. The table's primary role is to provide the structural and textual building blocks that, when organized into label classes, determine the precise format and content of compliance documentation.
Key Information Stored
The table's structure is designed to uniquely identify and describe each label. The primary key, LABEL_CODE, is a unique identifier for the label definition. A critical foreign key, LABEL_CLASS_CODE, associates the label with a specific grouping or section in a document as defined in the GR_LABEL_CLASSES_B table. Another significant foreign key, SAFETY_CATEGORY_CODE, links the label to a defined safety category in GR_SAFETY_CATEGORIES_B. While the full column list is not detailed in the excerpt, typical columns would include fields to control the label's display sequence, formatting rules, data type, and a reference to the default text or translatable description (handled via the related GR_LABELS_TL translation table).
Common Use Cases and Queries
This table is central to configuring and generating regulatory documents. Common use cases include setting up document templates for a new country's regulations, modifying the display of hazard information, or troubleshooting missing data on an MSDS. A typical reporting query would join this table to its translation and class tables to extract a list of all labels for a specific document section. For example, to list all labels within the 'PHYSICAL_CHARS' class, one might use:
- SELECT glb.LABEL_CODE, glt.DESCRIPTION, glb.LABEL_CLASS_CODE FROM GR.GR_LABELS_B glb, GR.GR_LABELS_TL glt WHERE glb.LABEL_CODE = glt.LABEL_CODE AND glb.LABEL_CLASS_CODE = 'PHYSICAL_CHARS' AND glt.LANGUAGE = USERENV('LANG');
Another critical query pattern involves tracing label usage to specific items by joining through intermediary tables like GR_ITEM_EXPOSURE or GR_ITEM_TOXIC.
Related Objects
The GR_LABELS_B table has extensive relationships, acting as a key referenced entity within the GR schema. Its primary key (LABEL_CODE) is referenced by numerous other tables, as documented in the foreign key metadata:
- GR_LABELS_TL: Stores translated descriptions for the label (GR_LABELS_TL.LABEL_CODE).
- GR_LABEL_CLASSES_B: Parent table defining the class grouping (GR_LABELS_B.LABEL_CLASS_CODE references GR_LABEL_CLASSES_B).
- GR_SAFETY_CATEGORIES_B: Parent table for safety categorization (GR_LABELS_B.SAFETY_CATEGORY_CODE references GR_SAFETY_CATEGORIES_B).
- GR_COUNTRY_PROFILES: References labels for default exposure and toxic categories (GR_COUNTRY_PROFILES.LABEL_CODE_EXPOSURE, .LABEL_CODE_TOXIC).
- GR_DOCUMENT_STRUCTURES: Uses labels to define document layout (GR_DOCUMENT_STRUCTURES.LABEL_CODE).
- GR_ITEM_EXPOSURE & GR_ITEM_TOXIC: Link specific items to their assigned exposure and toxic labels (GR_ITEM_EXPOSURE.LABEL_CODE, GR_ITEM_TOXIC.LABEL_CODE).
- GR_LABEL_PROPERTIES & GR_LABEL_PROD_CLASSES: Store additional attributes and product class associations for the label.
- GR_GENERIC_ML_NAME_TL & GR_MULTILINGUAL_NAME_TL: Reference labels for multilingual name management.
-
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 ,
-
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 ,
-
Table: GR_COUNTRY_PROFILES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_COUNTRY_PROFILES, object_name:GR_COUNTRY_PROFILES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains Country Codes and Descriptions that can be linked to a customer so that documents display or print in the appropriate country's format. , implementation_dba_data: GR.GR_COUNTRY_PROFILES ,
-
Table: GR_COUNTRY_PROFILES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_COUNTRY_PROFILES, object_name:GR_COUNTRY_PROFILES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains Country Codes and Descriptions that can be linked to a customer so that documents display or print in the appropriate country's format. , implementation_dba_data: GR.GR_COUNTRY_PROFILES ,
-
Table: GR_GENERIC_ML_NAME_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_GENERIC_ML_NAME_TL, object_name:GR_GENERIC_ML_NAME_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Generic Names for the item, by language. , implementation_dba_data: GR.GR_GENERIC_ML_NAME_TL ,
-
Table: GR_LABEL_PROD_CLASSES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABEL_PROD_CLASSES, object_name:GR_LABEL_PROD_CLASSES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the product classes that will not print the label code and associated information. , implementation_dba_data: GR.GR_LABEL_PROD_CLASSES ,
-
Table: GR_LABEL_CLASSES_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABEL_CLASSES_B, object_name:GR_LABEL_CLASSES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: The LABEL CLASS groups the label codes together into like areas such as HEADER, PHYSICAL and TRANSPORT. Although we will distribute the application with a number of pre-defined label classes, users can add to them. , implementation_dba_data: GR.GR_LABEL_CLASSES_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 ,
-
Table: GR_LABEL_PROD_CLASSES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABEL_PROD_CLASSES, object_name:GR_LABEL_PROD_CLASSES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the product classes that will not print the label code and associated information. , implementation_dba_data: GR.GR_LABEL_PROD_CLASSES ,
-
Table: GR_GENERIC_ML_NAME_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_GENERIC_ML_NAME_TL, object_name:GR_GENERIC_ML_NAME_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Generic Names for the item, by language. , implementation_dba_data: GR.GR_GENERIC_ML_NAME_TL ,
-
Table: GR_MULTILINGUAL_NAME_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_MULTILINGUAL_NAME_TL, object_name:GR_MULTILINGUAL_NAME_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Document, Shipping, Trade, and Chemical Family Names for the item, by language. , implementation_dba_data: GR.GR_MULTILINGUAL_NAME_TL ,
-
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_LABELS_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABELS_TL, object_name:GR_LABELS_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Label Description that will be displayed or printed on the document. One row displays for each language for each label code. , implementation_dba_data: GR.GR_LABELS_TL ,
-
Table: GR_MULTILINGUAL_NAME_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_MULTILINGUAL_NAME_TL, object_name:GR_MULTILINGUAL_NAME_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Document, Shipping, Trade, and Chemical Family Names for the item, by language. , implementation_dba_data: GR.GR_MULTILINGUAL_NAME_TL ,
-
Table: GR_ITEM_TOXIC
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_TOXIC, object_name:GR_ITEM_TOXIC, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: This entity holds the toxicity information recorded for an item. There can be multiple rows of toxic information for each item. , implementation_dba_data: GR.GR_ITEM_TOXIC ,
-
Table: GR_LABELS_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABELS_TL, object_name:GR_LABELS_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Label Description that will be displayed or printed on the document. One row displays for each language for each label code. , implementation_dba_data: GR.GR_LABELS_TL ,
-
Table: GR_ITEM_TOXIC
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_TOXIC, object_name:GR_ITEM_TOXIC, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: This entity holds the toxicity information recorded for an item. There can be multiple rows of toxic information for each item. , implementation_dba_data: GR.GR_ITEM_TOXIC ,
-
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_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 ,
-
Table: GR_ITEM_EXPOSURE
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_EXPOSURE, object_name:GR_ITEM_EXPOSURE, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the exposure limit information for the item listed by country and authority. The exposure limit information shown on a document is controlled in two places, at the country and document levels. At the country level, a country can , implementation_dba_data: GR.GR_ITEM_EXPOSURE ,
-
Table: GR_LABEL_PROPERTIES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABEL_PROPERTIES, object_name:GR_LABEL_PROPERTIES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the display properties for the label for each item code. For example, the label Color has a display property of text or phrase entry, and boiling point has display properties of text, low range, high range, and temperature scale. , implementation_dba_data: GR.GR_LABEL_PROPERTIES ,
-
Table: GR_ITEM_EXPOSURE
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_EXPOSURE, object_name:GR_ITEM_EXPOSURE, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the exposure limit information for the item listed by country and authority. The exposure limit information shown on a document is controlled in two places, at the country and document levels. At the country level, a country can , implementation_dba_data: GR.GR_ITEM_EXPOSURE ,
-
Table: GR_LABEL_CLASSES_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABEL_CLASSES_B, object_name:GR_LABEL_CLASSES_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: The LABEL CLASS groups the label codes together into like areas such as HEADER, PHYSICAL and TRANSPORT. Although we will distribute the application with a number of pre-defined label classes, users can add to them. , implementation_dba_data: GR.GR_LABEL_CLASSES_B ,
-
Table: GR_LABEL_PROPERTIES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABEL_PROPERTIES, object_name:GR_LABEL_PROPERTIES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the display properties for the label for each item code. For example, the label Color has a display property of text or phrase entry, and boiling point has display properties of text, low range, high range, and temperature scale. , implementation_dba_data: GR.GR_LABEL_PROPERTIES ,
-
View: GR_LABELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_LABELS_VL, object_name:GR_LABELS_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the label code where the language is equal to the user environment variable LANG. , implementation_dba_data: APPS.GR_LABELS_VL ,
-
View: GR_LABELS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_LABELS_VL, object_name:GR_LABELS_VL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the rows that have a language dependent description for the label code where the language is equal to the user environment variable LANG. , implementation_dba_data: APPS.GR_LABELS_VL ,