Search Results onhand
The MTL_MOQD_BACKUP
table in Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2 serves as a critical backup repository for Move Order Quantity Details (MTL_MOVE_ORDER_QUANTITY_DETAILS
). This table is primarily utilized during data migration, system upgrades, or maintenance operations to preserve transactional integrity and ensure recoverability in case of failures. Below is a detailed analysis of its structure, purpose, and relevance within Oracle Inventory and Order Management modules.
1. Table Overview
TheMTL_MOQD_BACKUP
table stores a snapshot of move order quantity details before executing bulk operations. It mirrors the schema of the primary MTL_MOVE_ORDER_QUANTITY_DETAILS
table, capturing fields such as:
- MOVE_ORDER_LINE_ID: References the move order line in
MTL_MOVE_ORDER_LINES
. - INVENTORY_ITEM_ID: Links to
MTL_SYSTEM_ITEMS_B
for item details. - QUANTITY: Stores the quantity to be transacted.
- TRANSACTION_UOM: Unit of measure for the transaction.
- STATUS: Tracks the move order line status (e.g., Approved, Pending).
- CREATION_DATE and LAST_UPDATE_DATE: Audit columns for tracking record changes.
2. Functional Context
Move orders in Oracle Inventory facilitate the movement of items between subinventories, locators, or organizations. TheMTL_MOQD_BACKUP
table supports:
- Data Recovery: Acts as a failsafe during mass updates or deletions in
MTL_MOVE_ORDER_QUANTITY_DETAILS
. - Upgrade/Migration Safeguard: Preserves data before applying patches or upgrading to newer EBS versions.
- Audit Compliance: Provides a historical record for regulatory or internal audits.
3. Integration with EBS Modules
The table interacts with:- Inventory Management: Tracks material movements during pick release, shipping, or replenishment.
- Order Management: Backs up move order lines tied to sales orders or returns.
- Work in Process (WIP): Supports component issue transactions.
4. Key Processes
- Backup Creation: Triggered during critical operations like
INV_MOVE_ORDER_PUB.Process_Move_Order
. - Data Restoration: Used by utilities like
INV_MOQD_BACKUP_UTIL
to revert erroneous transactions. - Purge Mechanisms: Administrators can archive or purge stale records via concurrent programs.
5. Technical Considerations
- Indexing: Typically indexed on
MOVE_ORDER_LINE_ID
andINVENTORY_ITEM_ID
for faster retrieval. - Partitioning: In high-volume environments, partitioning by
CREATION_DATE
may optimize performance. - Space Management: Requires monitoring due to potential growth during peak transaction periods.
6. Best Practices
- Schedule regular backups of
MTL_MOQD_BACKUP
to secondary storage. - Implement retention policies to avoid unnecessary storage consumption.
- Test restoration procedures periodically to ensure data recoverability.
Conclusion
TheMTL_MOQD_BACKUP
table is a vital component of Oracle EBS's inventory transaction framework, ensuring data resilience and operational continuity. Its design aligns with Oracle's robust data management principles, providing a safety net for move order processing in complex supply chain environments. Proper utilization of this table enhances system reliability during upgrades, migrations, and day-to-day operations.
-
Lookup Type: INV_UPDATE_TYPE
12.1.1
product: INV - Inventory , meaning: Update Type for Lot Conversion , description: Update Type for Lot Conversion ,
-
Lookup Type: INV_UPDATE_TYPE
12.2.2
product: INV - Inventory , meaning: Update Type for Lot Conversion , description: Update Type for Lot Conversion ,
-
Concurrent Program: INV_CONSOLIDATE_ONHAND
12.2.2
execution_filename: INV_REDUCE_MOQD_PVT.consolidate_moqd , product: INV - Inventory , user_name: INV_CONSOLIDATE_ONHAND , description: Consolidate Onhand Quantities for Inventory Organizations , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: INV_CONSOLIDATE_ONHAND
12.1.1
execution_filename: INV_REDUCE_MOQD_PVT.consolidate_moqd , product: INV - Inventory , user_name: INV_CONSOLIDATE_ONHAND , description: Consolidate Onhand Quantities for Inventory Organizations , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: INVUPMST
12.2.2
execution_filename: INV_UPDATE_ONHAND_STATUS.update_onhand_status , product: INV - Inventory , user_name: INVUPMST , description: Activate Onhand Level Material Status Tracking , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: INVONHSP
12.1.1
execution_filename: INVONHSP , product: INV - Inventory , user_name: INVONHSP , description: VMI Onhand by Supplier Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVONHSP
12.2.2
execution_filename: INVONHSP , product: INV - Inventory , user_name: INVONHSP , description: VMI Onhand by Supplier Report , argument_method: Standard , enabled: Yes , execution_method: Oracle Reports ,
-
Concurrent Program: INVUPMST
12.1.1
execution_filename: INV_UPDATE_ONHAND_STATUS.update_onhand_status , product: INV - Inventory , user_name: INVUPMST , description: Activate Onhand Level Material Status Tracking , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: MTL_SUPPLY_DEMAND_SOURCE_TYPE
12.1.1
product: INV - Inventory , meaning: MTL SUPPLY DEMAND SOURCE TYPE ,
-
Lookup Type: MTL_SUPPLY_DEMAND_SOURCE_TYPE
12.2.2
product: INV - Inventory , meaning: MTL SUPPLY DEMAND SOURCE TYPE ,
-
Table: MTL_MOQD_BACKUP
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MOQD_BACKUP, object_name:MTL_MOQD_BACKUP, status:VALID, product: INV - Inventory , description: Back up table for Inventory onhand , implementation_dba_data: INV.MTL_MOQD_BACKUP ,
-
Table: MTL_LSP_ONHAND_BALANCE_TMP
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_LSP_ONHAND_BALANCE_TMP, object_name:MTL_LSP_ONHAND_BALANCE_TMP, status:VALID, product: INV - Inventory , description: Onhand Xml , implementation_dba_data: INV.MTL_LSP_ONHAND_BALANCE_TMP ,
-
Table: MTL_MOQD_BACKUP
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.MTL_MOQD_BACKUP, object_name:MTL_MOQD_BACKUP, status:VALID, product: INV - Inventory , description: Back up table for Inventory onhand , implementation_dba_data: INV.MTL_MOQD_BACKUP ,
-
View: MTL_MWB_GTMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MWB_GTMP_V, object_name:MTL_MWB_GTMP_V, status:VALID, product: INV - Inventory , description: Material Workbench Global Temporary Table View , implementation_dba_data: APPS.MTL_MWB_GTMP_V ,
-
Lookup Type: MTL_ONHAND_SOURCE
12.2.2
product: INV - Inventory , meaning: MTL ONHAND SOURCE ,
-
View: MTL_MWB_GTMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_MWB_GTMP_V, object_name:MTL_MWB_GTMP_V, status:VALID, product: INV - Inventory , description: Material Workbench Global Temporary Table View , implementation_dba_data: APPS.MTL_MWB_GTMP_V ,
-
Lookup Type: MTL_ONHAND_SOURCE
12.1.1
product: INV - Inventory , meaning: MTL ONHAND SOURCE ,
-
Lookup Type: MTL_COUNT_TYPES
12.2.2
product: INV - Inventory , meaning: MTL COUNT TYPES ,
-
Lookup Type: INV_SRS_MOQD_GROUP_TYPE
12.2.2
product: INV - Inventory , meaning: Inventory Onhand Balance XML Message Group Option ,
-
Lookup Type: MTL_ONHAND_FLAG
12.2.2
product: INV - Inventory , meaning: MTL ONHAND FLAG ,
-
Lookup Type: MTL_COUNT_TYPES
12.1.1
product: INV - Inventory , meaning: MTL COUNT TYPES ,
-
Lookup Type: MTL_ONHAND_FLAG
12.1.1
product: INV - Inventory , meaning: MTL ONHAND FLAG ,
-
Concurrent Program: INVMOQD
12.2.2
execution_filename: inv_onhand_balance.send_onhand , product: INV - Inventory , user_name: Extract Inventory Balance , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
View: MTL_ITEM_QUANTITIES_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_QUANTITIES_VIEW, object_name:MTL_ITEM_QUANTITIES_VIEW, status:VALID, product: INV - Inventory , description: Item onhand quantities view , implementation_dba_data: APPS.MTL_ITEM_QUANTITIES_VIEW ,
-
View: MTL_ITEM_QUANTITIES_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ITEM_QUANTITIES_VIEW, object_name:MTL_ITEM_QUANTITIES_VIEW, status:VALID, product: INV - Inventory , description: Item onhand quantities view , implementation_dba_data: APPS.MTL_ITEM_QUANTITIES_VIEW ,
-
Lookup Type: MTL_LOCATION_TYPES
12.2.2
product: INV - Inventory , meaning: Different material locatinos in inventory MWB queries ,
-
View: MTL_NEGATIVE_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_NEGATIVE_VIEW, object_name:MTL_NEGATIVE_VIEW, status:VALID, product: INV - Inventory , description: View of onhand negative inventory , implementation_dba_data: APPS.MTL_NEGATIVE_VIEW ,
-
View: INVBV_INV_BY_PERIOD_AND_ITEM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_INV_BY_PERIOD_AND_ITEM, object_name:INVBV_INV_BY_PERIOD_AND_ITEM, status:VALID, product: INV - Inventory , description: retrofitted , implementation_dba_data: APPS.INVBV_INV_BY_PERIOD_AND_ITEM ,
-
View: INVBV_INV_BY_PERIOD_AND_ITEM
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVBV_INV_BY_PERIOD_AND_ITEM, object_name:INVBV_INV_BY_PERIOD_AND_ITEM, status:VALID, product: INV - Inventory , description: retrofitted , implementation_dba_data: APPS.INVBV_INV_BY_PERIOD_AND_ITEM ,
-
View: MTL_NEGATIVE_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_NEGATIVE_VIEW, object_name:MTL_NEGATIVE_VIEW, status:VALID, product: INV - Inventory , description: View of onhand negative inventory , implementation_dba_data: APPS.MTL_NEGATIVE_VIEW ,
-
Lookup Type: MTL_LOCATION_TYPES
12.1.1
product: INV - Inventory , meaning: Different material locatinos in inventory MWB queries ,
-
View: INVFV_INV_BY_PERIOD_AND_ITEM
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INV_BY_PERIOD_AND_ITEM, object_name:INVFV_INV_BY_PERIOD_AND_ITEM, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVFV_INV_BY_PERIOD_AND_ITEM ,
-
View: INVFV_INV_BY_PERIOD_AND_ITEM
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.INVFV_INV_BY_PERIOD_AND_ITEM, object_name:INVFV_INV_BY_PERIOD_AND_ITEM, status:VALID, product: INV - Inventory , implementation_dba_data: APPS.INVFV_INV_BY_PERIOD_AND_ITEM ,
-
View: MTL_BIS_INV_VALUE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_BIS_INV_VALUE_V, object_name:MTL_BIS_INV_VALUE_V, status:VALID, product: INV - Inventory , description: Stores Onhand/Intransit quantity and value for Inventory items at organization and intransit owning organizations respectively. , implementation_dba_data: APPS.MTL_BIS_INV_VALUE_V ,
-
View: MTL_BIS_INV_VALUE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_BIS_INV_VALUE_V, object_name:MTL_BIS_INV_VALUE_V, status:VALID, product: INV - Inventory , description: Stores Onhand/Intransit quantity and value for Inventory items at organization and intransit owning organizations respectively. , implementation_dba_data: APPS.MTL_BIS_INV_VALUE_V ,
-
View: MTL_LOT_ONHAND_SUM_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_LOT_ONHAND_SUM_V, object_name:MTL_LOT_ONHAND_SUM_V, status:VALID, product: INV - Inventory , description: The view is used to get total onhand of a lot number. , implementation_dba_data: APPS.MTL_LOT_ONHAND_SUM_V ,
-
View: MTL_ONHAND_NET
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_NET, object_name:MTL_ONHAND_NET, status:VALID, product: INV - Inventory , description: The view shows the net onhand quantity and checks the validity of lot number and locator. , implementation_dba_data: APPS.MTL_ONHAND_NET ,
-
View: MTL_ONHAND_SERIAL_MWB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_SERIAL_MWB_V, object_name:MTL_ONHAND_SERIAL_MWB_V, status:VALID, product: INV - Inventory , description: Onhand Serial View for the Material Work Bench , implementation_dba_data: APPS.MTL_ONHAND_SERIAL_MWB_V ,
-
View: MTL_ONHAND_SERIAL_MWB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_SERIAL_MWB_V, object_name:MTL_ONHAND_SERIAL_MWB_V, status:VALID, product: INV - Inventory , description: Onhand Serial View for the Material Work Bench , implementation_dba_data: APPS.MTL_ONHAND_SERIAL_MWB_V ,
-
View: MTL_ONHAND_TOTAL_MWB_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_TOTAL_MWB_V, object_name:MTL_ONHAND_TOTAL_MWB_V, status:VALID, product: INV - Inventory , description: Onhand Total View for the Material Work Bench , implementation_dba_data: APPS.MTL_ONHAND_TOTAL_MWB_V ,
-
View: MTL_ONHAND_TOTAL_MWB_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_ONHAND_TOTAL_MWB_V, object_name:MTL_ONHAND_TOTAL_MWB_V, status:VALID, product: INV - Inventory , description: Onhand Total View for the Material Work Bench , implementation_dba_data: APPS.MTL_ONHAND_TOTAL_MWB_V ,
-
Lookup Type: MTL_REPLENISHMENT_ERROR
12.1.1
product: INV - Inventory , meaning: MTL REPLENISHMENT ERROR ,
-
Lookup Type: MTL_REPLENISHMENT_ERROR
12.2.2
product: INV - Inventory , meaning: MTL REPLENISHMENT ERROR ,