Search Results gr_dispatch_histories
Overview
The GR_DISPATCH_HISTORIES table is a core data repository within the Oracle E-Business Suite Process Manufacturing Regulatory Management (GR) module. Its primary function is to serve as a detailed audit log for the dispatch and receipt of regulated documents, most notably Material Safety Data Sheets (MSDS). This table is critical for compliance tracking, providing a verifiable history of what information was sent, to which recipient, and at what specific time. It enables organizations to demonstrate adherence to regulatory requirements by maintaining a permanent record of document distribution activities, which is essential in industries governed by health, safety, and environmental regulations.
Key Information Stored
The table's structure is designed to link key regulatory entities through foreign key relationships. The primary columns, which also form the composite primary key (GR_DISPATCH_HISTORIES_PK), are DOCUMENT_CODE, DOCUMENT_TEXT_ID, ITEM_CODE, and RECIPIENT_CODE. These fields respectively identify the type of document dispatched, the specific instance or version of that document, the regulated item or material involved, and the entity that received the document. A crucial audit column is DATE_MSDS_SENT, which records the precise timestamp when the document was dispatched. Together, these columns create an immutable record of each unique dispatch transaction.
Common Use Cases and Queries
A primary use case is generating compliance reports for internal audits or regulatory inspections. Organizations frequently need to prove that MSDS for hazardous materials were provided to customers or downstream facilities upon shipment. Common queries include listing all dispatches for a specific item within a date range, identifying all recipients of a particular document version, or verifying the dispatch history for a specific customer. A typical reporting query would be:
- SELECT d.recipient_code, r.recipient_name, d.item_code, d.date_msds_sent FROM gr_dispatch_histories d, gr_recipient_info r WHERE d.recipient_code = r.recipient_code AND d.item_code = '&ITEM' AND d.date_msds_sent BETWEEN :p_start_date AND :p_end_date ORDER BY d.date_msds_sent DESC;
This table is also integral to processes that re-print or re-send historical documents, as it holds the definitive record of what was originally communicated.
Related Objects
GR_DISPATCH_HISTORIES is centrally linked to several master tables in the GR schema, as defined by its foreign key constraints. The DOCUMENT_CODE column references GR_DOCUMENT_CODES, which classifies document types. DOCUMENT_TEXT_ID links to GR_DOCUMENT_PRINT, which stores the actual printable text or content of the document. ITEM_CODE references GR_ITEM_GENERAL, the master table of regulated items or materials. Finally, RECIPIENT_CODE references GR_RECIPIENT_INFO, the master table for entities like customers or sites that receive regulated documents. This network of relationships ensures data integrity and provides a complete context for each dispatch record.
-
Table: GR_DISPATCH_HISTORIES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DISPATCH_HISTORIES, object_name:GR_DISPATCH_HISTORIES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains transaction information, such as who received what and when. , implementation_dba_data: GR.GR_DISPATCH_HISTORIES ,
-
Table: GR_DISPATCH_HISTORIES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DISPATCH_HISTORIES, object_name:GR_DISPATCH_HISTORIES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains transaction information, such as who received what and when. , implementation_dba_data: GR.GR_DISPATCH_HISTORIES ,
-
APPS.GR_DOCUMENT_CODES_PKG dependencies on GR_DISPATCH_HISTORIES
12.2.2
-
APPS.GR_ITEM_GENERAL_PKG dependencies on GR_DISPATCH_HISTORIES
12.2.2
-
APPS.GR_DISPATCH_HISTORIES_PKG dependencies on GR_DISPATCH_HISTORIES
12.2.2
-
APPS.GR_PROCESS_ORDERS dependencies on GR_DISPATCH_HISTORIES
12.2.2
-
APPS.GR_RECIPIENT_INFO_PKG dependencies on GR_DISPATCH_HISTORIES
12.1.1
-
APPS.GR_DISPATCH_HISTORIES_PKG dependencies on GR_DISPATCH_HISTORIES
12.1.1
-
APPS.GR_DOCUMENT_CODES_PKG dependencies on GR_DISPATCH_HISTORIES
12.1.1
-
APPS.GR_PROCESS_ORDERS dependencies on GR_DISPATCH_HISTORIES
12.1.1
-
APPS.GR_ITEM_GENERAL_PKG dependencies on GR_DISPATCH_HISTORIES
12.1.1
-
APPS.GR_RECIPIENT_INFO_PKG dependencies on GR_DISPATCH_HISTORIES
12.2.2
-
SYNONYM: APPS.GR_DISPATCH_HISTORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GR_DISPATCH_HISTORIES, status:VALID,
-
VIEW: APPS.GR_DISPATCH_HISTORIES_DFV
12.2.2
-
VIEW: APPS.GR_DISPATCH_HISTORIES_DFV
12.1.1
-
SYNONYM: APPS.GR_DISPATCH_HISTORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GR_DISPATCH_HISTORIES, status:VALID,
-
VIEW: GR.GR_DISPATCH_HISTORIES#
12.2.2
owner:GR, object_type:VIEW, object_name:GR_DISPATCH_HISTORIES#, status:VALID,
-
APPS.GR_DISPATCH_HISTORIES_PKG SQL Statements
12.1.1
-
VIEW: GR.GR_DISPATCH_HISTORIES#
12.2.2
-
APPS.GR_DISPATCH_HISTORIES_PKG SQL Statements
12.2.2
-
Table: GR_RECIPIENT_INFO
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_RECIPIENT_INFO, object_name:GR_RECIPIENT_INFO, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains additional customer specific information. , implementation_dba_data: GR.GR_RECIPIENT_INFO ,
-
PACKAGE BODY: APPS.GR_DOCUMENT_CODES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_DOCUMENT_CODES_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_DISPATCH_HISTORIES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_DISPATCH_HISTORIES_PKG, status:VALID,
-
Table: GR_DOCUMENT_CODES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DOCUMENT_CODES, object_name:GR_DOCUMENT_CODES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the date format and determines whether detailed ingredient, toxic, and exposure information displays or prints on the document. Also allows customization of the appearance of the detailed elements. , implementation_dba_data: GR.GR_DOCUMENT_CODES ,
-
PACKAGE BODY: APPS.GR_DOCUMENT_CODES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_DOCUMENT_CODES_PKG, status:VALID,
-
Table: GR_RECIPIENT_INFO
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_RECIPIENT_INFO, object_name:GR_RECIPIENT_INFO, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains additional customer specific information. , implementation_dba_data: GR.GR_RECIPIENT_INFO ,
-
PACKAGE BODY: APPS.GR_DISPATCH_HISTORIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_DISPATCH_HISTORIES_PKG, status:VALID,
-
Table: GR_DOCUMENT_PRINT
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DOCUMENT_PRINT, object_name:GR_DOCUMENT_PRINT, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains print information for the document by Item Code, Document Code, and Date. , implementation_dba_data: GR.GR_DOCUMENT_PRINT ,
-
Table: GR_DOCUMENT_PRINT
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DOCUMENT_PRINT, object_name:GR_DOCUMENT_PRINT, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains print information for the document by Item Code, Document Code, and Date. , implementation_dba_data: GR.GR_DOCUMENT_PRINT ,
-
APPS.GR_PROCESS_ORDERS dependencies on GR_ITEM_DOC_STATUSES
12.2.2
-
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 ,
-
APPS.GR_PROCESS_ORDERS dependencies on GR_ITEM_DOC_STATUSES
12.1.1
-
PACKAGE BODY: APPS.GR_RECIPIENT_INFO_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_RECIPIENT_INFO_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_RECIPIENT_INFO_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_RECIPIENT_INFO_PKG, status:VALID,
-
PACKAGE BODY: APPS.GR_ITEM_GENERAL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_ITEM_GENERAL_PKG, status:VALID,
-
Table: GR_DOCUMENT_CODES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_DOCUMENT_CODES, object_name:GR_DOCUMENT_CODES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the date format and determines whether detailed ingredient, toxic, and exposure information displays or prints on the document. Also allows customization of the appearance of the detailed elements. , implementation_dba_data: GR.GR_DOCUMENT_CODES ,
-
VIEW: APPS.GR_DISPATCH_HISTORIES_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:GR_DISPATCH_HISTORIES_DFV, status:VALID,
-
VIEW: APPS.GR_DISPATCH_HISTORIES_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:GR_DISPATCH_HISTORIES_DFV, status:VALID,
-
PACKAGE BODY: APPS.GR_ITEM_GENERAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_ITEM_GENERAL_PKG, 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 ,
-
PACKAGE BODY: APPS.GR_PROCESS_ORDERS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PROCESS_ORDERS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.GR_PROCESS_ORDERS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GR_PROCESS_ORDERS, status:VALID,
-
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.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1