Search Results gr_label_prod_classes
Overview
The GR_LABEL_PROD_CLASSES table is a core data object within the Oracle E-Business Suite Process Manufacturing Regulatory Management (GR) module, specifically in versions 12.1.1 and 12.2.2. It functions as a control table that defines exceptions to label printing requirements. Its primary role is to store associations between product classes and regulatory labels, specifically identifying which product classes are exempt from having a particular label code printed. This enables precise regulatory compliance by allowing organizations to define and manage label printing rules based on product classification, ensuring that only necessary labels are generated for specific product groups.
Key Information Stored
The table's structure is defined by a composite primary key, which also represents the core business data it stores. The key columns are LABEL_CODE and PRODUCT_CLASS. The LABEL_CODE column stores the identifier for a specific regulatory label defined in the GR_LABELS_B table. The PRODUCT_CLASS column stores the identifier for a product class defined in the GR_PRODUCT_CLASSES table. Each unique combination of these two values constitutes a single rule, signifying that for the specified product class, the associated label code should not be printed. The table does not contain additional descriptive attributes, as its purpose is purely to maintain this critical many-to-many relationship for label suppression.
Common Use Cases and Queries
The primary use case is during label generation and reporting processes within Regulatory Management. Before printing a set of labels for a product, the application can query this table to determine if any standard label requirements should be suppressed based on the product's class. A common reporting need is to audit all label printing exceptions. A typical query would join to the related tables for descriptive information:
- Listing all product class exemptions for a specific label:
SELECT product_class FROM gr_label_prod_classes WHERE label_code = '&LABEL_CODE'; - Generating a full audit report of label suppression rules:
SELECT glpc.label_code, glb.name label_name, glpc.product_class, gpc.description class_description FROM gr_label_prod_classes glpc JOIN gr_labels_b glb ON glpc.label_code = glb.label_code JOIN gr_product_classes gpc ON glpc.product_class = gpc.product_class ORDER BY 1, 3;
Related Objects
The GR_LABEL_PROD_CLASSES table is centrally connected to two master tables via foreign key constraints, ensuring referential integrity. The documented relationships are:
- GR_LABELS_B: The table references GR_LABELS_B via the column GR_LABEL_PROD_CLASSES.LABEL_CODE. This links each exception rule to a valid, defined regulatory label.
- GR_PRODUCT_CLASSES: The table references GR_PRODUCT_CLASSES via the column GR_LABEL_PROD_CLASSES.PRODUCT_CLASS. This ensures that every rule is associated with a valid product class from the master classification list.
These relationships are critical for maintaining data quality and for any joins required to retrieve descriptive names for labels or product classes in reports and application screens.
-
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_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 ,
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_LABEL_PROD_CLASSES
12.1.1
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_LABEL_PROD_CLASSES
12.2.2
-
SYNONYM: APPS.GR_LABEL_PROD_CLASSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_LABEL_PROD_CLASSES, status:VALID,
-
VIEW: GR.GR_LABEL_PROD_CLASSES#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_LABEL_PROD_CLASSES#, status:VALID,
-
VIEW: APPS.GR_LABEL_PROD_CLASSES_V
12.1.1
-
SYNONYM: APPS.GR_LABEL_PROD_CLASSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_LABEL_PROD_CLASSES, status:VALID,
-
VIEW: GR.GR_LABEL_PROD_CLASSES#
12.2.2
-
VIEW: APPS.GR_LABEL_PROD_CLASSES_V
12.2.2
-
TABLE: GR.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,
-
TABLE: GR.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,
-
Table: GR_PRODUCT_CLASSES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PRODUCT_CLASSES, object_name:GR_PRODUCT_CLASSES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the classifications of products with similar requirements or properties, such as solids or acid-based products , implementation_dba_data: GR.GR_PRODUCT_CLASSES ,
-
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 ,
-
View: GR_LABEL_PROD_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_LABEL_PROD_CLASSES_V, object_name:GR_LABEL_PROD_CLASSES_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Label production classes view , implementation_dba_data: APPS.GR_LABEL_PROD_CLASSES_V ,
-
View: GR_LABEL_PROD_CLASSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_LABEL_PROD_CLASSES_V, object_name:GR_LABEL_PROD_CLASSES_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Label production classes view , implementation_dba_data: APPS.GR_LABEL_PROD_CLASSES_V ,
-
Table: GR_PRODUCT_CLASSES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_PRODUCT_CLASSES, object_name:GR_PRODUCT_CLASSES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the classifications of products with similar requirements or properties, such as solids or acid-based products , implementation_dba_data: GR.GR_PRODUCT_CLASSES ,
-
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 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.GR_LABEL_PROD_CLASSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_LABEL_PROD_CLASSES_V, object_name:GR_LABEL_PROD_CLASSES_V, 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,
-
VIEW: APPS.GR_LABEL_PROD_CLASSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_LABEL_PROD_CLASSES_V, object_name:GR_LABEL_PROD_CLASSES_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
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.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE: APPS.GR_PROCESS_DOCUMENTS
12.2.2
-
PACKAGE: APPS.GR_PROCESS_DOCUMENTS
12.1.1
-
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 ,
-
eTRM - GR Tables and Views
12.1.1
description: GR XML mapping table ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1