Search Results open swf file
The IMC_Tables.html file appears to be a documentation artifact related to Oracle E-Business Suite (EBS) 12.1.1 or 12.2.2, specifically concerning Inventory Management and Control (IMC) tables. In Oracle EBS, inventory management is a critical module that handles item master data, transactions, costing, and supply chain logistics. The tables documented in this file likely form the backbone of inventory-related data structures, supporting transactional processing, reporting, and integration with other EBS modules like Order Management, Purchasing, and Manufacturing.
Core Inventory Tables Structure
The IMC tables would typically include foundational tables likeMTL_SYSTEM_ITEMS_B
(item master), MTL_ITEM_LOCATIONS
(stock locators), and MTL_ONHAND_QUANTITIES
(on-hand balances). Transaction tables such as MTL_MATERIAL_TRANSACTIONS
record movements, while MTL_TRANSACTION_TYPES
defines valid transaction types. Supporting tables like MTL_ITEM_CATEGORIES
and MTL_ITEM_REVISIONS_B
manage categorization and revision control.
Technical Implementation Details
In Oracle EBS 12.1.1/12.2.2, these tables would:- Utilize Oracle's multi-org architecture with
ORG_ID
columns - Implement complex foreign key relationships with modules like WIP (
WIP_ENTITIES
) - Leverage Oracle's Flexfields for customizable attributes
- Follow EBS naming conventions (MTL_ prefix for inventory objects)
Key Functional Dependencies
The IMC tables integrate with:- General Ledger (via
GL_CODE_COMBINATIONS
) for accounting - BOM tables (
BOM_BILL_OF_MATERIALS
) for product structures - Costing tables (
CST_ITEM_COSTS
) for valuation - Order Management (
OE_ORDER_LINES_ALL
) for fulfillment
Version-Specific Considerations
Between 12.1.1 and 12.2.2, notable differences affecting IMC tables include:- Online Patching (ADOP) in 12.2.2 requiring table editioning
- Enhanced indexing strategies in 12.2.2 for performance
- JSON/XMLType column support in 12.2.2 for extended attributes
- Changes to partitioning approaches for large volume tables
Customization and Extension Patterns
Common extensions to IMC tables involve:- Custom Descriptive Flexfields (DFFs)
- Extension tables with
_ALL
suffix following Oracle standards - Materialized views for reporting performance
- Triggers for complex validation logic
- Technical developers building customizations
- DBAs optimizing inventory performance
- Integration teams designing interfaces
- Upgrade teams assessing impact between versions
-
File: IMCProduct_Dependencies.html
12.1.1
product: IMC - Customers Online , size: 15.329 KBytes , file_type: HTML Report , description: IMCProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the IMC product. ,
-
File: IMC_Dependencies.html
12.2.2
product: IMC - Customers Online , size: 22.318 KBytes , file_type: HTML Report , description: IMC_Dependencies.html is an html report that documents dependencies to tables and views in the IMC product. ,
-
File: IMC_Tables.html
12.2.2
product: IMC - Customers Online , size: 73.194 KBytes , file_type: HTML Report , description: IMC_Tables.html is an html report that documents the table and view definitions for the IMC product. ,
-
File: IMC_Dependencies.html
12.1.1
product: IMC - Customers Online , size: 15.971 KBytes , file_type: HTML Report , description: IMC_Dependencies.html is an html report that documents dependencies to tables and views in the IMC product. ,
-
File: IMCProduct_Dependencies.html
12.2.2
product: IMC - Customers Online , size: 15.329 KBytes , file_type: HTML Report , description: IMCProduct_Dependencies.html is an html report that documentsexternal dependencies to tables and views in the IMC product. ,
-
File: IMC_Tables.html
12.1.1
product: IMC - Customers Online , size: 25.035 KBytes , file_type: HTML Report , description: IMC_Tables.html is an html report that documents the table and view definitions for the IMC product. ,
-
File: R115 IMC THREESIXTY 14-JUN-2004 V1.pdf
12.1.1
product: IMC - Customers Online , size: 1022.902 KBytes , file_type: PDF Diagram ,
-
File: R115 IMC THREESIXTY 14-JUN-2004 V1.pdf
12.2.2
product: IMC - Customers Online , size: 1022.902 KBytes , file_type: PDF Diagram ,
-
Lookup Type: IMC_IMP_SEARCHBY
12.1.1
product: IMC - Customers Online , meaning: Search By , description: Lookup for Search By drop down in UI Console ,
-
Lookup Type: IMC_IMP_SEARCHBY
12.2.2
product: IMC - Customers Online , meaning: Search By , description: Lookup for Search By drop down in UI Console ,