You are on page 1of 2

Inventory: mtl_parameters

MTL_PARAMETERS maintains a set of default options like general ledger accounts; locator, lot, and serial controls; inter-organization options; costing method; etc. for each organization defined in Oracle Inventory.

mtl_system_items_b
MTL_SYSTEM_ITEMS_B is the definition table for items. This table holds the definitions for inventory items, engineering items, and purchasing items. You can specify item-related information in fields such as: Bill of Material, Costing, Purchasing, Receiving, Inventory, Physical attributes, General Planning, MPS/MRP Planning, Lead times, Work in Process, Order Management, and Invoicing. The primary key for an item is the INVENTORY_ITEM_ID and ORGANIZATION_ID.

mtl_system_items_interface
MTL_SYSTEM_ITEMS_INTERFACE temporarily stores the definitions for inventory items, engineering items and purchasing items before loading this information into Oracle Inventory

mtl_material_transactions
MTL_MATERIAL_TRANSACTIONS stores a record of every material transaction or cost update performed in Inventory. Records are inserted into this table either through the transaction processor or by the standard cost update program. The columns TRANSACTION_TYPE_ID, TRANSACTION_ACTION_ID, TRANSACTION_SOURCE_TYPE_ID,TRANSACTION_SOURCE_IDand TRANSACTION_SOURCE_NAME describe what the transaction is and against what entity it was performed. All accounting journal entries for a given transaction are stored in MTL_TRANSACTION_ACCOUNTS, joined by the column TRANSACTION_ID. . If the item is under lot control then the lot records are stored in MTL_TRANSACTION_LOT_NUMBERS, joined by the column TRANSACTION_ID. If the item is under serial control then the serial records are stored in MTL_UNIT_TRANSACTIONS, joined by the column TRANSACTION_ID.

mtl_transactions_interface
MTL_TRANSACTIONS_INTERFACE allows calling applications to post material transactions (movements, issues, receipts etc. to Oracle Inventory transaction module.

mtl_material_transactions_temp
MTL_MATERIAL_TRANSACTIONS_TEMP is the gateway for all material transactions.

mtl_onhand_quantities_detail

BOM: bom_calendars bom_calendar_dates bom_resources


BOM_RESOURCES stores information about resources, overheads, material overheads, and material sub-elements. COST_ELEMENT_ID determines the type of the resource. Resources are additionally classified as either material resources or outside processing resources

bom_departments bom_bills_of_material

bom_inventory_components bom_operational_routings bom_operation_sequences bom_operation_resources WIP: wip_entities wip_discrete_jobs wip_operations wip_requirement_operations wip_operation_resources PO: po_headers_all po_lines_all po_headers_interface_all po_lines_interface_all po_requisitions_interface_all po_requisition_headers_all po_requisition_lines_all rcv_shipment_headers rcv_shipment_lines rcv_transactions rcv_headers_interface rcv_transactions_interface

You might also like