Search Results gr_label_classes_b
Overview
The GR_LABEL_CLASSES_B table is a core data object within Oracle E-Business Suite Process Manufacturing Regulatory Management (GR). It functions as the master definition table for label classes, which are logical groupings used to organize label codes. These groupings categorize labels into functional areas such as HEADER, PHYSICAL, and TRANSPORT, facilitating structured management and assignment of regulatory and compliance labeling information. While the application is distributed with a set of predefined classes, the table is designed to be extensible, allowing users to define custom label classes to meet specific business requirements. Its primary role is to serve as a reference and validation entity for all label-related classifications within the module.
Key Information Stored
The table's central column is the LABEL_CLASS_CODE, which serves as the unique identifier (Primary Key) for each label class. While the provided ETRM metadata does not list all columns, the structure of a typical EBS base table suggests it contains standard Oracle columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and LAST_UPDATE_LOGIN for auditing. The core business data stored is the classification code itself, which is referenced throughout the application to associate specific labels with their appropriate functional grouping. The descriptive name for each code is stored in the corresponding translation table, GR_LABEL_CLASSES_TL.
Common Use Cases and Queries
A primary use case is the administration and maintenance of the label class hierarchy, often accessed via the application's front-end forms. From a reporting and data integrity perspective, common queries involve listing all available label classes or identifying which labels belong to a specific class. For example, to retrieve all label classes along with their associated labels, one might use a query joining to GR_LABELS_B. Data validation scripts often check for orphaned records or validate that a given LABEL_CLASS_CODE exists before performing operations on dependent labels. A typical lookup query would be:
- SELECT label_class_code FROM gr_label_classes_b WHERE [specific conditions];
This table is crucial for reports that analyze label usage and compliance by classification area.
Related Objects
The GR_LABEL_CLASSES_B table has defined foreign key relationships with several other key tables in the GR module, as documented in the ETRM metadata. These relationships enforce referential integrity and define the object's place in the data model:
- GR_LABELS_B: This is the master table for labels. It references GR_LABEL_CLASSES_B via its LABEL_CLASS_CODE column, meaning every label must be assigned to a valid label class.
- GR_LABEL_CLASSES_TL: This is the translation table that holds the language-specific descriptions (NAME) for each LABEL_CLASS_CODE.
- GR_LABEL_CLASS_RESPS: This table likely stores responsibility-based security or assignment rules for label classes, referencing the base table via LABEL_CLASS_CODE.
The primary key constraint GR_LABEL_CLASSES_B_PK on LABEL_CLASS_CODE is the anchor for all these relationships.
-
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_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 ,
-
APPS.GR_LABEL_CLASSES_TL_PKG dependencies on GR_LABEL_CLASSES_B
12.1.1
-
APPS.GR_ITEM_PROPERTIES_PUB dependencies on GR_LABEL_CLASSES_B
12.2.2
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_LABEL_CLASSES_B
12.2.2
-
APPS.GR_LABEL_CLASSES_B_PKG dependencies on GR_LABEL_CLASSES_B
12.2.2
-
APPS.GR_LABELS_B_PKG dependencies on GR_LABEL_CLASSES_B
12.2.2
-
APPS.GR_LABEL_CLASSES_TL_PKG dependencies on GR_LABEL_CLASSES_B
12.2.2
-
APPS.GR_FIELD_NAME_CLASSES_PUB dependencies on GR_LABEL_CLASSES_B
12.2.2
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_LABEL_CLASSES_B
12.1.1
-
APPS.GR_FIELD_NAMES_PUB dependencies on GR_LABEL_CLASSES_B
12.2.2
-
APPS.GR_LABEL_CLASSES_B_PKG dependencies on GR_LABEL_CLASSES_B
12.1.1
-
APPS.GR_LABELS_B_PKG dependencies on GR_LABEL_CLASSES_B
12.1.1
-
VIEW: APPS.GR_LABEL_CLASSES_B_DFV
12.1.1
-
VIEW: APPS.GR_LABEL_CLASSES_B_DFV
12.2.2
-
SYNONYM: APPS.GR_LABEL_CLASSES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_LABEL_CLASSES_B, status:VALID,
-
VIEW: APPS.GR_LABEL_CLASSES_VL
12.2.2
-
SYNONYM: APPS.GR_LABEL_CLASSES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_LABEL_CLASSES_B, status:VALID,
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_LABELS_B
12.1.1
-
VIEW: APPS.GR_LABEL_CLASSES_VL
12.1.1
-
VIEW: GR.GR_LABEL_CLASSES_B#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_LABEL_CLASSES_B#, status:VALID,
-
VIEW: APPS.GR_LABEL_CLASSES_B_V
12.2.2
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_LABELS_B
12.2.2
-
APPS.GR_ITEM_PROPERTIES_PUB dependencies on GR_LABELS_B
12.2.2
-
APPS.GR_FIELD_NAME_CLASSES_PUB dependencies on GR_LABEL_CLASSES_B_PKG
12.2.2
-
VIEW: APPS.GR_LABEL_CLASSES_B_V
12.1.1
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_LABELS_TL
12.1.1
-
VIEW: GR.GR_LABEL_CLASSES_B#
12.2.2
-
Table: GR_LABEL_CLASSES_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABEL_CLASSES_TL, object_name:GR_LABEL_CLASSES_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Label Class Description in multiple languages. , implementation_dba_data: GR.GR_LABEL_CLASSES_TL ,
-
APPS.GR_FIELD_NAME_CLASSES_PUB SQL Statements
12.2.2
-
APPS.GR_LABEL_CLASSES_B_PKG SQL Statements
12.1.1
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_LABELS_TL
12.2.2
-
Table: GR_LABEL_CLASSES_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABEL_CLASSES_TL, object_name:GR_LABEL_CLASSES_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Label Class Description in multiple languages. , implementation_dba_data: GR.GR_LABEL_CLASSES_TL ,
-
APPS.GR_LABEL_CLASSES_B_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.GR_LABEL_CLASSES_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABEL_CLASSES_B_PKG, status:VALID,
-
Table: GR_LABEL_CLASS_RESPS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABEL_CLASS_RESPS, object_name:GR_LABEL_CLASS_RESPS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Responsibility Code that can be assigned to the label. Primarily used for security purposes in the application. For example, someone responsible for transportation information will only have labels that are linked to that res , implementation_dba_data: GR.GR_LABEL_CLASS_RESPS ,
-
Table: GR_LABEL_CLASS_RESPS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_LABEL_CLASS_RESPS, object_name:GR_LABEL_CLASS_RESPS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Responsibility Code that can be assigned to the label. Primarily used for security purposes in the application. For example, someone responsible for transportation information will only have labels that are linked to that res , implementation_dba_data: GR.GR_LABEL_CLASS_RESPS ,
-
PACKAGE BODY: APPS.GR_LABELS_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABELS_B_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_LABEL_CLASSES_B_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABEL_CLASSES_B_PKG, status:VALID,
-
VIEW: APPS.GR_LABEL_CLASSES_B_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:GR_LABEL_CLASSES_B_DFV, status:VALID,
-
PACKAGE: APPS.GR_PROCESS_DOCUMENTS
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GR_PROCESS_DOCUMENTS, status:VALID,
-
PACKAGE: APPS.GR_PROCESS_DOCUMENTS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GR_PROCESS_DOCUMENTS, status:VALID,
-
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_LABELS_B_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABELS_B_PKG, status:VALID,
-
VIEW: APPS.GR_LABEL_CLASSES_B_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:GR_LABEL_CLASSES_B_DFV, status:VALID,
-
PACKAGE BODY: APPS.GR_LABEL_CLASSES_TL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABEL_CLASSES_TL_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_LABEL_CLASSES_TL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_LABEL_CLASSES_TL_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_FIELD_NAME_CLASSES_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_FIELD_NAME_CLASSES_PUB, status:VALID,
-
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 ,
-
APPS.GR_FIELD_NAME_CLASSES_PUB dependencies on FND_GLOBAL
12.2.2