Search Results mrp_inventory_lots
Overview
The MRP_INVENTORY_LOTS table is a core transactional table within the Oracle E-Business Suite (EBS) Master Scheduling/MRP module. It functions as a detailed repository for lot-controlled inventory information specifically utilized during the Material Requirements Planning (MRP) or Master Production Schedule (MPS) compilation process. The table's primary role is to store a snapshot of lot-level inventory data, including lot numbers and their associated subinventories, which is critical for the planning engine's calculations of net available supply. This data is segregated by compile designator, allowing for distinct planning scenarios to operate on different sets of inventory lot information.
Key Information Stored
The table's structure is defined by its composite primary key and its relationships to foundational inventory tables. The key columns that uniquely identify a record are INVENTORY_ITEM_ID, ORGANIZATION_ID, COMPILE_DESIGNATOR, and INVENTORY_LOT_NUMBER. This design ensures that for a specific item, organization, and planning scenario (compile designator), each lot number is recorded uniquely. Other significant columns include LOT_SUB_INVENTORY_CODE, which specifies the subinventory where the lot is physically located for the purposes of the planning run. The table does not store quantity on-hand; it serves as a reference linking lot numbers to items and subinventories within the planning context.
Common Use Cases and Queries
The primary use case for MRP_INVENTORY_LOTS is supporting MRP/MPS runs that must consider lot-controlled inventory. Data is typically populated into this table during the planning snapshot or collection process from source tables like MTL_LOT_NUMBERS. Common queries involve analyzing the lot inventory data available to a specific planning scenario. For instance, to list all lot numbers considered for a given item and compile designator, a query would join to MRP_SYSTEM_ITEMS for item details:
- SELECT mil.inventory_lot_number, mil.lot_sub_inventory_code, msi.segment1 item_code FROM mrp_inventory_lots mil, mrp_system_items msi WHERE mil.organization_id = msi.organization_id AND mil.inventory_item_id = msi.inventory_item_id AND mil.compile_designator = msi.compile_designator AND mil.compile_designator = '&plan_name' AND msi.segment1 = '&item';
This data is essential for generating planned orders that respect lot attributes and for reports detailing the lot-specific supply considered during planning.
Related Objects
MRP_INVENTORY_LOTS is centrally connected to several key MRP and Inventory tables, as defined by its foreign key constraints. Its primary relationship is with MTL_LOT_NUMBERS (INV), which is the master source for lot number definitions. It is also linked to MRP_SYSTEM_ITEMS, which provides the planning item snapshot, and to MRP_SUB_INVENTORIES, which holds the snapshot of subinventory data for the planning run. These relationships ensure referential integrity, guaranteeing that the lot information used in planning corresponds to valid items, organizations, lot numbers, and subinventories within the EBS instance. The table is a critical component in the data flow between Inventory (INV) and the MRP planning engine.
-
Table: MRP_INVENTORY_LOTS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_INVENTORY_LOTS, object_name:MRP_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory lot information , implementation_dba_data: MRP.MRP_INVENTORY_LOTS ,
-
Table: MRP_INVENTORY_LOTS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_INVENTORY_LOTS, object_name:MRP_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , description: Inventory lot information , implementation_dba_data: MRP.MRP_INVENTORY_LOTS ,
-
VIEW: MRP.MRP_INVENTORY_LOTS#
12.2.2
owner:MRP, object_type:VIEW, object_name:MRP_INVENTORY_LOTS#, status:VALID,
-
SYNONYM: APPS.MRP_INVENTORY_LOTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MRP_INVENTORY_LOTS, status:VALID,
-
SYNONYM: APPS.MRP_INVENTORY_LOTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MRP_INVENTORY_LOTS, status:VALID,
-
VIEW: MRP.MRP_INVENTORY_LOTS#
12.2.2
-
TABLE: MRP.MRP_INVENTORY_LOTS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_INVENTORY_LOTS, object_name:MRP_INVENTORY_LOTS, status:VALID,
-
VIEW: APPS.MRPBV_PLAN_INVENTORY_LOTS
12.1.1
-
TABLE: MRP.MRP_INVENTORY_LOTS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_INVENTORY_LOTS, object_name:MRP_INVENTORY_LOTS, status:VALID,
-
VIEW: APPS.MRPBV_PLAN_INVENTORY_LOTS
12.2.2
-
VIEW: APPS.MRPFV_PLAN_INVENTORY_LOTS
12.2.2
-
VIEW: APPS.MRPFV_PLAN_INVENTORY_LOTS
12.1.1
-
Table: MRP_SUB_INVENTORIES
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SUB_INVENTORIES, object_name:MRP_SUB_INVENTORIES, status:VALID, product: MRP - Master Scheduling/MRP , description: Subinventory netting information , implementation_dba_data: MRP.MRP_SUB_INVENTORIES ,
-
Table: MRP_SUB_INVENTORIES
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SUB_INVENTORIES, object_name:MRP_SUB_INVENTORIES, status:VALID, product: MRP - Master Scheduling/MRP , description: Subinventory netting information , implementation_dba_data: MRP.MRP_SUB_INVENTORIES ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.1.1
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
View: MRPBV_PLAN_INVENTORY_LOTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_INVENTORY_LOTS, object_name:MRPBV_PLAN_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_INVENTORY_LOTS ,
-
View: MRPBV_PLAN_INVENTORY_LOTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_INVENTORY_LOTS, object_name:MRPBV_PLAN_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPBV_PLAN_INVENTORY_LOTS ,
-
View: MRPFV_PLAN_INVENTORY_LOTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_INVENTORY_LOTS, object_name:MRPFV_PLAN_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_INVENTORY_LOTS ,
-
Table: MTL_LOT_NUMBERS
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
VIEW: APPS.MRPBV_PLAN_INVENTORY_LOTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_INVENTORY_LOTS, object_name:MRPBV_PLAN_INVENTORY_LOTS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: MRPFV_PLAN_INVENTORY_LOTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_INVENTORY_LOTS, object_name:MRPFV_PLAN_INVENTORY_LOTS, status:VALID, product: MRP - Master Scheduling/MRP , implementation_dba_data: APPS.MRPFV_PLAN_INVENTORY_LOTS ,
-
Table: MTL_LOT_NUMBERS
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LOT_NUMBERS, object_name:MTL_LOT_NUMBERS, status:VALID, product: INV - Inventory , description: Lot number definitions , implementation_dba_data: INV.MTL_LOT_NUMBERS ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.MRPFV_PLAN_INVENTORY_LOTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_INVENTORY_LOTS, object_name:MRPFV_PLAN_INVENTORY_LOTS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.MRPBV_PLAN_INVENTORY_LOTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_INVENTORY_LOTS, object_name:MRPBV_PLAN_INVENTORY_LOTS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.MRPFV_PLAN_INVENTORY_LOTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_INVENTORY_LOTS, object_name:MRPFV_PLAN_INVENTORY_LOTS, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.MRPBV_PLAN_EXCEPTION_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_EXCEPTION_DETAILS, object_name:MRPBV_PLAN_EXCEPTION_DETAILS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: MRP_SYSTEM_ITEMS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SYSTEM_ITEMS, object_name:MRP_SYSTEM_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP item master , implementation_dba_data: MRP.MRP_SYSTEM_ITEMS ,
-
Table: MRP_SYSTEM_ITEMS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_SYSTEM_ITEMS, object_name:MRP_SYSTEM_ITEMS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP item master , implementation_dba_data: MRP.MRP_SYSTEM_ITEMS ,
-
VIEW: APPS.MRPFV_PLAN_EXCEPTION_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_EXCEPTION_DETAILS, object_name:MRPFV_PLAN_EXCEPTION_DETAILS, status:VALID,
-
VIEW: APPS.MRPBV_PLAN_EXCEPTION_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_EXCEPTION_DETAILS, object_name:MRPBV_PLAN_EXCEPTION_DETAILS, status:VALID,
-
Lookup Type: MRP_SNAPSHOT_TASK
12.1.1
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT TASK ,
-
Lookup Type: MRP_SNAPSHOT_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT TASK ,
-
VIEW: APPS.MRPFV_PLAN_EXCEPTION_DETAILS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_PLAN_EXCEPTION_DETAILS, object_name:MRPFV_PLAN_EXCEPTION_DETAILS, status:VALID,
-
VIEW: APPS.MRPBV_PLAN_EXCEPTION_DETAILS
12.2.2
-
VIEW: APPS.MRPBV_PLAN_EXCEPTION_DETAILS
12.1.1
-
VIEW: APPS.MRP_EXCEPTION_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_EXCEPTION_DETAILS_V, object_name:MRP_EXCEPTION_DETAILS_V, status:VALID,
-
VIEW: APPS.MRP_EXCEPTION_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_EXCEPTION_DETAILS_V, object_name:MRP_EXCEPTION_DETAILS_V, status:VALID,
-
VIEW: APPS.MRPFV_PLAN_EXCEPTION_DETAILS
12.2.2
-
View: MRPBV_PLAN_EXCEPTION_DETAILS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_PLAN_EXCEPTION_DETAILS, object_name:MRPBV_PLAN_EXCEPTION_DETAILS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_PLAN_EXCEPTION_DETAILS ,