Search Results gr_item_concentrations
Overview
The GR_ITEM_CONCENTRATIONS table is a core data structure within the Oracle E-Business Suite (EBS) Process Manufacturing Regulatory Management (GR) module. It functions as a temporary staging table, specifically designed to hold intermediate data during the automated document build process. This process is critical for generating regulatory and compliance documentation, such as safety data sheets (SDS) or product specification sheets, where precise ingredient concentration information is legally mandated. The table's primary role is to facilitate the accurate aggregation and calculation of ingredient concentrations for finished goods or intermediate items before the final regulatory document is assembled and published.
Key Information Stored
The table is designed to store concentration data at a summary level, keyed by a specific item and its constituent ingredients. Its structure is defined by a composite primary key, ensuring a unique record for each item-ingredient combination. The key columns are ITEM_CODE, which identifies the finished good or formulation, and INGREDIENT_ITEM_CODE, which identifies a specific component within that formulation. While the provided metadata does not list all data columns, the table's purpose implies it likely stores calculated concentration percentages, ranges, or flags related to regulatory thresholds. The existence of a related detail table (GR_ITEM_CONC_DETAILS) suggests this table may hold summarized or header-level concentration information derived from more granular data.
Common Use Cases and Queries
The primary use case is the batch-driven generation of regulatory documents. A concurrent program likely populates this table with current concentration data from the product formulation (e.g., Bills of Material) and inventory systems before the document engine references it. Common queries would involve selecting all ingredients for a given item to list in a document or verifying concentration levels against regulatory limits. A typical reporting pattern would join this table to item master data.
SELECT gic.ITEM_CODE,
gic.INGREDIENT_ITEM_CODE,
ig.ITEM_DESCRIPTION
FROM GR.GR_ITEM_CONCENTRATIONS gic,
GR.GR_ITEM_GENERAL ig
WHERE gic.INGREDIENT_ITEM_CODE = ig.ITEM_CODE
AND gic.ITEM_CODE = :p_item_code;
Data in this table is typically transient, being populated and purged within the scope of a single document build job.
Related Objects
- Primary Key: GR_ITEM_CONCENTRATIONS_PK (on columns ITEM_CODE, INGREDIENT_ITEM_CODE).
- Referenced Foreign Key (Outbound): The ITEM_CODE column references the GR_ITEM_GENERAL table. This establishes that any item in GR_ITEM_CONCENTRATIONS must be a valid regulatory item defined in the general master table.
- Referencing Foreign Key (Inbound): The GR_ITEM_CONC_DETAILS table references GR_ITEM_CONCENTRATIONS via its ITEM_CODE and INGREDIENT_ITEM_CODE columns. This creates a parent-child relationship where GR_ITEM_CONCENTRATIONS is the header and GR_ITEM_CONC_DETAILS contains supporting detail records, such as concentration data for specific sub-lots, batches, or under different regulatory contexts.
-
Table: GR_ITEM_CONCENTRATIONS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_CONCENTRATIONS, object_name:GR_ITEM_CONCENTRATIONS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: A temporary table used during the document build process. , implementation_dba_data: GR.GR_ITEM_CONCENTRATIONS ,
-
Table: GR_ITEM_CONCENTRATIONS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_CONCENTRATIONS, object_name:GR_ITEM_CONCENTRATIONS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: A temporary table used during the document build process. , implementation_dba_data: GR.GR_ITEM_CONCENTRATIONS ,
-
APPS.GR_ITEM_CONCENTRATIONS_PKG dependencies on GR_ITEM_CONCENTRATIONS
12.2.2
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_ITEM_CONCENTRATIONS
12.2.2
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_ITEM_CONCENTRATIONS
12.2.2
-
APPS.GR_MIGRATE_TO_12 dependencies on GR_ITEM_CONCENTRATIONS
12.1.1
-
APPS.GR_ITEM_CONCENTRATIONS_PKG dependencies on GR_ITEM_CONCENTRATIONS
12.1.1
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_ITEM_CONCENTRATIONS
12.1.1
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_ITEM_CONCENTRATIONS
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on GR_ITEM_CONCENTRATIONS
12.2.2
-
VIEW: GR.GR_ITEM_CONCENTRATIONS#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_ITEM_CONCENTRATIONS#, status:VALID,
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_RISK_PHRASES_B
12.1.1
-
SYNONYM: APPS.GR_ITEM_CONCENTRATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_ITEM_CONCENTRATIONS, status:VALID,
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_RISK_CALCULATIONS
12.1.1
-
VIEW: GR.GR_ITEM_CONCENTRATIONS#
12.2.2
-
APPS.GR_ITEM_CONCENTRATIONS_PKG SQL Statements
12.2.2
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_ITEM_RISK_PHRASES
12.1.1
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_RISK_PHRASES_B
12.2.2
-
APPS.GR_ITEM_CONCENTRATIONS_PKG SQL Statements
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on FND_LOG
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on GMA_COMMON_LOGGING
12.2.2
-
SYNONYM: APPS.GR_ITEM_CONCENTRATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_ITEM_CONCENTRATIONS, status:VALID,
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_ITEM_RISK_PHRASES
12.2.2
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_RISK_CALCULATIONS
12.2.2
-
APPS.GR_MIGRATE_TO_12 dependencies on FND_LOG
12.2.2
-
APPS.GR_MIGRATE_TO_12 dependencies on GMA_COMMON_LOGGING
12.1.1
-
TABLE: GR.GR_ITEM_CONCENTRATIONS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_CONCENTRATIONS, object_name:GR_ITEM_CONCENTRATIONS, status:VALID,
-
Table: GR_ITEM_CONC_DETAILS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_CONC_DETAILS, object_name:GR_ITEM_CONC_DETAILS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: A temporary table used during the document build process. , implementation_dba_data: GR.GR_ITEM_CONC_DETAILS ,
-
TABLE: GR.GR_ITEM_CONCENTRATIONS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_CONCENTRATIONS, object_name:GR_ITEM_CONCENTRATIONS, status:VALID,
-
Table: GR_ITEM_CONC_DETAILS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_CONC_DETAILS, object_name:GR_ITEM_CONC_DETAILS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: A temporary table used during the document build process. , implementation_dba_data: GR.GR_ITEM_CONC_DETAILS ,
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_EMEA
12.1.1
-
PACKAGE: APPS.GR_EURO_CLASSIFICATION
12.1.1
owner:APPS, object_type:PACKAGE, object_name:GR_EURO_CLASSIFICATION, status:VALID,
-
Table: GR_ITEM_GENERAL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_GENERAL, object_name:GR_ITEM_GENERAL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Stores regulatory information that further identifies the item. It also stores flags that govern what data displays on the MSDS. , implementation_dba_data: GR.GR_ITEM_GENERAL ,
-
PACKAGE BODY: APPS.GR_ITEM_CONCENTRATIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_ITEM_CONCENTRATIONS_PKG, status:VALID,
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_EMEA
12.2.2
-
PACKAGE: APPS.GR_EURO_CLASSIFICATION
12.2.2
owner:APPS, object_type:PACKAGE, object_name:GR_EURO_CLASSIFICATION, status:VALID,
-
PACKAGE BODY: APPS.GR_ITEM_CONCENTRATIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_ITEM_CONCENTRATIONS_PKG, 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_ITEM_GENERAL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_GENERAL, object_name:GR_ITEM_GENERAL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Stores regulatory information that further identifies the item. It also stores flags that govern what data displays on the MSDS. , implementation_dba_data: GR.GR_ITEM_GENERAL ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GR_MIGRATE_TO_12
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_MIGRATE_TO_12, status:VALID,
-
PACKAGE BODY: APPS.GR_MIGRATE_TO_12
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_MIGRATE_TO_12, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.GR_EXPLOSIONS SQL Statements
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1