Search Results items
The GR_ITEM_EXPLOSION_PROPERTIES
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 is a critical data structure within the Inventory and Bill of Materials (BOM) modules. It stores configuration properties for item explosion processes, which are essential for generating multi-level BOM hierarchies, cost roll-ups, and material requirement planning (MRP) calculations. This table acts as a parameter repository, controlling how items are exploded during BOM inquiries, costing, and planning operations.
Key Functional Areas
The table primarily supports:- BOM Explosion: Defines rules for single/multi-level BOM expansions
- Cost Rollup: Stores parameters for cost calculation methodologies
- Engineering Change Management: Controls revision effectivity handling
- Planning: Configures MRP explosion behavior
Table Structure
TheGR_ITEM_EXPLOSION_PROPERTIES
table typically contains these key columns:
Column Name | Data Type | Description |
---|---|---|
EXPLOSION_ID | NUMBER | Primary key identifier |
ORGANIZATION_ID | NUMBER | Inventory organization reference |
EXPLOSION_TYPE | VARCHAR2 | BOM/ENG/COST/PLAN explosion type |
EFFECTIVITY_DATE | DATE | Control date for revision processing |
ALTERNATE_BOM_DESIGNATOR | VARCHAR2 | Alternate BOM selection criteria |
COST_TYPE_ID | NUMBER | Links to CST_COST_TYPES for cost rollups |
Technical Implementation
The table is accessed through these key APIs:BOM_EXPLOSION_PUB
package for BOM processingCST_COST_PUB
for cost rollup operationsMRP_EXPLOSION_PUB
for planning explosions
Integration Points
The table integrates with:BOM_BILL_OF_MATERIALS
for component dataMTL_SYSTEM_ITEMS_B
for item attributesCST_ITEM_COSTS
for cost calculationsMRP_FORM_QUERY
for planning outputs
Customization Considerations
When extending functionality:- New explosion types require inserts with unique
EXPLOSION_TYPE
values - Custom columns must maintain referential integrity with standard tables
- API overrides should preserve core validation logic
Performance Implications
Critical indexes include:- Composite index on
(ORGANIZATION_ID, EXPLOSION_TYPE)
- Single-column index on
EFFECTIVITY_DATE
- Foreign key indexes for all reference columns
Upgrade Impact
Between 12.1.1 and 12.2.2:- Column additions for cloud integration in 12.2.2
- New explosion types for advanced supply chain features
- Enhanced security through VPD policies in 12.2.2
Best Practices
- Maintain explosion properties at organization level when possible
- Standardize explosion types across implementations
- Archive historical explosion parameters separately
-
File: GR_11i_Master Items Template.pdf
12.1.1
product: GR - Process Manufacturing Regulatory Management , size: 22.299 KBytes , file_type: PDF Diagram ,
-
File: GR_11i_Master Items Template.pdf
12.2.2
product: GR - Process Manufacturing Regulatory Management , size: 22.299 KBytes , file_type: PDF Diagram ,
-
Table: GR_ITEM_EXPLOSION_PROPERTIES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_EXPLOSION_PROPERTIES, object_name:GR_ITEM_EXPLOSION_PROPERTIES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Table of Regulatory Item Explosion details, includes the items details for Regulatory Items with regard to the Convergence model , implementation_dba_data: GR.GR_ITEM_EXPLOSION_PROPERTIES ,
-
Table: GR_ITEM_GENERAL_MIG
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_GENERAL_MIG, object_name:GR_ITEM_GENERAL_MIG, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View of Regulatory Item Explosion details, includes the items details for Regulatory Items with regard to the Convergence model , implementation_dba_data: GR.GR_ITEM_GENERAL_MIG ,
-
Table: GR_INV_ITEM_PROPERTIES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_INV_ITEM_PROPERTIES, object_name:GR_INV_ITEM_PROPERTIES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Table of Regulatory Item properties details, includes the items details for Regulatory Items with regard to the Convergence model , implementation_dba_data: GR.GR_INV_ITEM_PROPERTIES ,
-
Table: GR_INGREDIENT_CONC_DETAILS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_INGREDIENT_CONC_DETAILS, object_name:GR_INGREDIENT_CONC_DETAILS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View of Regulatory Item details, includes the items details for Regulatory Items with regard to the Convergence model , implementation_dba_data: GR.GR_INGREDIENT_CONC_DETAILS ,
-
Table: GR_INGREDIENT_CONCENTRATIONS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_INGREDIENT_CONCENTRATIONS, object_name:GR_INGREDIENT_CONCENTRATIONS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Table of Ingredient ConcentraionRegulatory Item details, includes the items details for Regulatory Items with regard to the Convergence model , implementation_dba_data: GR.GR_INGREDIENT_CONCENTRATIONS ,
-
Table: GR_INV_ITEM_PROPERTIES
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_INV_ITEM_PROPERTIES, object_name:GR_INV_ITEM_PROPERTIES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Table of Regulatory Item properties details, includes the items details for Regulatory Items with regard to the Convergence model , implementation_dba_data: GR.GR_INV_ITEM_PROPERTIES ,
-
Table: GR_ITEM_GENERAL_MIG
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_GENERAL_MIG, object_name:GR_ITEM_GENERAL_MIG, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View of Regulatory Item Explosion details, includes the items details for Regulatory Items with regard to the Convergence model , implementation_dba_data: GR.GR_ITEM_GENERAL_MIG ,
-
Table: GR_ITEM_EXPLOSION_PROPERTIES
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_EXPLOSION_PROPERTIES, object_name:GR_ITEM_EXPLOSION_PROPERTIES, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Table of Regulatory Item Explosion details, includes the items details for Regulatory Items with regard to the Convergence model , implementation_dba_data: GR.GR_ITEM_EXPLOSION_PROPERTIES ,
-
Table: GR_INGREDIENT_CONC_DETAILS
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_INGREDIENT_CONC_DETAILS, object_name:GR_INGREDIENT_CONC_DETAILS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View of Regulatory Item details, includes the items details for Regulatory Items with regard to the Convergence model , implementation_dba_data: GR.GR_INGREDIENT_CONC_DETAILS ,
-
Table: GR_INGREDIENT_CONCENTRATIONS
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_INGREDIENT_CONCENTRATIONS, object_name:GR_INGREDIENT_CONCENTRATIONS, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Table of Ingredient ConcentraionRegulatory Item details, includes the items details for Regulatory Items with regard to the Convergence model , implementation_dba_data: GR.GR_INGREDIENT_CONCENTRATIONS ,
-
Concurrent Program: GRRPT025
12.1.1
execution_filename: GRRPT025 , product: GR - Process Manufacturing Regulatory Management , user_name: GR SARA 312 Tier II Report , description: SARA 312 Tier II Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: GRRPT028
12.1.1
execution_filename: GRRPT028 , product: GR - Process Manufacturing Regulatory Management , user_name: GR Generic Items Report , description: Generic Items Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: GRRPT025
12.2.2
execution_filename: GRRPT025 , product: GR - Process Manufacturing Regulatory Management , user_name: GR SARA 312 Tier II Report , description: SARA 312 Tier II Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: GRRPT026
12.2.2
execution_filename: GRRPT026 , product: GR - Process Manufacturing Regulatory Management , user_name: GR SARA 313 Report , description: SARA 313 Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: GRRPT028
12.2.2
execution_filename: GRRPT028 , product: GR - Process Manufacturing Regulatory Management , user_name: GR Generic Items Report , description: Generic Items Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: GRRPT026
12.1.1
execution_filename: GRRPT026 , product: GR - Process Manufacturing Regulatory Management , user_name: GR SARA 313 Report , description: SARA 313 Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
View: GR_ITEM_GENERAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_GENERAL_V, object_name:GR_ITEM_GENERAL_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View of Regulatory Item details, includes the items details for Regulatory Items with regard to the Convergence model , implementation_dba_data: APPS.GR_ITEM_GENERAL_V ,
-
View: GR_ITEM_GENERAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_GENERAL_V, object_name:GR_ITEM_GENERAL_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View of Regulatory Item details, includes the items details for Regulatory Items with regard to the Convergence model , implementation_dba_data: APPS.GR_ITEM_GENERAL_V ,
-
Table: GR_ITEMS_REQUESTED
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEMS_REQUESTED, object_name:GR_ITEMS_REQUESTED, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Regulatory Items Requests log table, which is updated on every GRIRI inbound requests. , implementation_dba_data: GR.GR_ITEMS_REQUESTED ,
-
Table: GR_ITEM_FIELD_NAME_MASKS_TL
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_TL, object_name:GR_ITEM_FIELD_NAME_MASKS_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: GR translated field name masks for regulatory items , implementation_dba_data: GR.GR_ITEM_FIELD_NAME_MASKS_TL ,
-
Table: GR_ITEM_FIELD_NAME_MASKS_B
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_B, object_name:GR_ITEM_FIELD_NAME_MASKS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: GR field name masks for regulatory items , implementation_dba_data: GR.GR_ITEM_FIELD_NAME_MASKS_B ,
-
Table: GR_ITEM_FIELD_NAME_MASKS_B
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_B, object_name:GR_ITEM_FIELD_NAME_MASKS_B, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: GR field name masks for regulatory items , implementation_dba_data: GR.GR_ITEM_FIELD_NAME_MASKS_B ,
-
Table: GR_ITEMS_REQUESTED
12.1.1
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEMS_REQUESTED, object_name:GR_ITEMS_REQUESTED, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: Regulatory Items Requests log table, which is updated on every GRIRI inbound requests. , implementation_dba_data: GR.GR_ITEMS_REQUESTED ,
-
Table: GR_ITEM_FIELD_NAME_MASKS_TL
12.2.2
owner:GR, object_type:TABLE, fnd_design_data:GR.GR_ITEM_FIELD_NAME_MASKS_TL, object_name:GR_ITEM_FIELD_NAME_MASKS_TL, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: GR translated field name masks for regulatory items , implementation_dba_data: GR.GR_ITEM_FIELD_NAME_MASKS_TL ,
-
View: GR_REG_ITEM_CODE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_REG_ITEM_CODE_V, object_name:GR_REG_ITEM_CODE_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View for Regulatory Items with Description , implementation_dba_data: APPS.GR_REG_ITEM_CODE_V ,
-
View: GR_REG_ITEM_CODE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_REG_ITEM_CODE_V, object_name:GR_REG_ITEM_CODE_V, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View for Regulatory Items with Description , implementation_dba_data: APPS.GR_REG_ITEM_CODE_V ,
-
View: GR_RELATED_ITEMS_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_RELATED_ITEMS_XML, object_name:GR_RELATED_ITEMS_XML, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View for Master Item Associations + Inventory Item and its associated Inventory Items details , implementation_dba_data: APPS.GR_RELATED_ITEMS_XML ,
-
View: GR_ITEM_REPORT_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_REPORT_V1, object_name:GR_ITEM_REPORT_V1, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View of valid Regulatory Items which can be used for Reports. , implementation_dba_data: APPS.GR_ITEM_REPORT_V1 ,
-
View: GR_RELATED_ITEMS_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_RELATED_ITEMS_XML, object_name:GR_RELATED_ITEMS_XML, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View for Master Item Associations + Inventory Item and its associated Inventory Items details , implementation_dba_data: APPS.GR_RELATED_ITEMS_XML ,
-
View: GR_ITEM_REPORT_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEM_REPORT_V1, object_name:GR_ITEM_REPORT_V1, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View of valid Regulatory Items which can be used for Reports. , implementation_dba_data: APPS.GR_ITEM_REPORT_V1 ,
-
View: GR_ITEMS_INGRED_XML
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEMS_INGRED_XML, object_name:GR_ITEMS_INGRED_XML, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View for Master Item Associations + Inventory Item and its associated Inventory Items details , implementation_dba_data: APPS.GR_ITEMS_INGRED_XML ,
-
View: GR_ITEMS_INGRED_XML
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GR.GR_ITEMS_INGRED_XML, object_name:GR_ITEMS_INGRED_XML, status:VALID, product: GR - Process Manufacturing Regulatory Management , description: View for Master Item Associations + Inventory Item and its associated Inventory Items details , implementation_dba_data: APPS.GR_ITEMS_INGRED_XML ,