Search Results gr_item_general
Overview
The GR_ITEM_GENERAL table is a core data repository within the Oracle E-Business Suite Process Manufacturing Regulatory Management (GR) module. It serves as the primary table for storing regulatory metadata that further identifies an item beyond its basic inventory definition. Its central role is to govern the compilation and presentation of Material Safety Data Sheet (MSDS) documents by storing flags that control which specific regulatory data elements are displayed. This table is fundamental for maintaining compliance with health, safety, and environmental regulations by linking an item's physical and chemical properties to its regulatory classifications and disclosure requirements.
Key Information Stored
While the specific column list is not detailed in the provided metadata, the table's description and foreign key relationships indicate it holds critical regulatory identifiers and control flags. The primary key is the ITEM_CODE, which links to the inventory item. Based on standard GR module design and the foreign key references, the table typically stores fields such as the PRODUCT_CLASS (linking to GR_PRODUCT_CLASSES), ITEM_GROUP_CODE (linking to GR_ITEM_GROUPS_B), and USER_ID (linking to FND_USER for auditing). Crucially, it contains numerous Boolean or list-based flags that determine the inclusion of data from related tables (like toxicity, exposure, concentrations, and disclosures) on the generated MSDS, effectively acting as a master control point for document assembly.
Common Use Cases and Queries
A primary use case is the generation of compliant MSDS reports. A system process or a regulatory analyst would query this table to determine the regulatory profile of an item and which related data sets to include. Common SQL patterns involve joining to the numerous child tables to assemble a complete regulatory dossier. For example, to retrieve the core regulatory control flags for an item, a query would be: SELECT * FROM GR.GR_ITEM_GENERAL WHERE item_code = :p_item_code;. For reporting, a more complex join retrieves all associated data: SELECT gig.*, gid.disclosure_text, gip.property_value FROM gr_item_general gig LEFT JOIN gr_item_disclosures gid ON gig.item_code = gid.item_code LEFT JOIN gr_item_properties gip ON gig.item_code = gip.item_code WHERE gig.item_code = :p_item_code;. This enables validation of item setups and troubleshooting MSDS output.
Related Objects
The GR_ITEM_GENERAL table has extensive relationships, acting as a parent to many detail tables. Key documented relationships include:
- Primary Key Reference: ITEM_CODE is referenced as a foreign key by numerous detail tables including GR_ITEM_CONCENTRATIONS, GR_ITEM_DISCLOSURES, GR_ITEM_PROPERTIES, GR_ITEM_TOXIC, GR_ITEM_RIGHT_TO_KNOW, and GR_ITEM_EXPOSURE.
- Foreign Key Dependencies: It references GR_ITEM_GROUPS_B (ITEM_GROUP_CODE), GR_PRODUCT_CLASSES (PRODUCT_CLASS), and FND_USER (USER_ID).
- Document and Transaction Links: It is linked to document generation and history tables such as GR_DOCUMENT_PRINT, GR_DISPATCH_HISTORIES, and GR_ITEM_DOC_STATUSES.
- Supporting Tables: It relates to GR_EMEA for region-specific data, GR_GENERIC_ITEMS_B, GR_MULTILINGUAL_NAME_TL, and GR_OTHER_NAMES_TL for item identification.
-
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 ,
-
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 ,
-
APPS.GR_ITEM_GROUPS_B_PKG dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_EXPLOSIONS dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_ITEM_GROUPS_B_PKG dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_EXPLOSIONS dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_OTHER_NAMES_TL_PKG dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.INV_OPM_ITEM_MIGRATION dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_WF_UTIL_PVT dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_MIGRATE_TO_12 dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_ITEM_EXPLOSION_PROP_PKG dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_WF_UTIL_PUB dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.INV_OPM_ITEM_MIGRATION dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_MULTILINGUAL_NAME_TL_PKG dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_PROCESS_ORDERS dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_EURO_CLASSIFICATION dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_PROCESS_ORDERS dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_EXPLOSIONS dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_ITEM_SAFETY dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_PROCESS_ORDERS dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_ITEM_SAFETY dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_OTHER_NAMES_TL_PKG dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_PROCESS_ORDERS dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_MULTILINGUAL_NAME_TL_PKG dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_EXPLOSIONS dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_ITEM_EXPLOSION_PROP_PKG dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_ITEM_GENERAL_PKG dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_WF_UTIL_PUB dependencies on GR_ITEM_GENERAL
12.2.2
-
APPS.GR_WF_UTIL_PVT dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_ITEM_GENERAL_PKG dependencies on GR_ITEM_GENERAL
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on FND_LOG
12.1.1
-
VIEW: APPS.GR_ITEM_GENERAL_DFV
12.2.2
-
APPS.GR_MIGRATE_TO_12 dependencies on GMA_COMMON_LOGGING
12.2.2
-
VIEW: APPS.GR_ITEM_CODES_V
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on FND_LOG
12.2.2
-
VIEW: APPS.GR_ITEM_GENERAL_DFV
12.1.1
-
APPS.GR_MIGRATE_TO_12 dependencies on GMA_COMMON_LOGGING
12.1.1
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_EMEA
12.2.2
-
APPS.GR_PROCESS_DOCUMENTS dependencies on GR_EMEA
12.1.1
-
View: GR_ITEM_CODES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_CODES_V, object_name:GR_ITEM_CODES_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Item Code Description in GR_ITEM_GENERAL & IC_ITEM_MST , implementation_dba_data: APPS.GR_ITEM_CODES_V ,
-
VIEW: APPS.GR_ITEM_CODES_V
12.2.2
-
View: GR_ITEM_CODES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_CODES_V, object_name:GR_ITEM_CODES_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Contains the Item Code Description in GR_ITEM_GENERAL & IC_ITEM_MST , implementation_dba_data: APPS.GR_ITEM_CODES_V ,
-
VIEW: APPS.GR_ITEM_GENERAL_MSDS_V
12.2.2
-
VIEW: APPS.GR_ALL_ITEMS_V
12.2.2
-
VIEW: APPS.GR_ITEM_GENERAL_MSDS_V
12.1.1
-
VIEW: APPS.GR_ITEM_REPORT_V1
12.1.1