New Features Summary
The following new features or enhancements are included in this integration release:
• Stock Item Bulk Load Enhancements: This release includes an enhancement for stock item bulk load processing. When multiple organization items are received, the integration now resets the “hasMore” and “offset” values within the “forEachOrgID” loop before iterating to the next organization item. This ensures that pagination values are correctly initialized for each organization item during processing.
• Material Issue Cost Retrieval Enhancement: The Material Issue integration flow has been enhanced to map the Subinventory field in the retrieveItemCost API for cost accounting. This enables the integration to retrieve the exact item cost associated with a specific subinventory.
• Storeroom Incremental Sync Performance Improvement: This release addresses the customer bug - 39085849: SCM to WACS OOTB - Storeroom Incremental Sync - SID erroring with deadline_exceeded.
To prevent deadline exceeded errors, the Storeroom SID flow has been converted to an asynchronous process by removing the response from the trigger activity.
• Inactive Storeroom Processing Enhancement: Inactive storeroom handling has been redesigned to support the asynchronous Storeroom SID flow. Previously, the inactive storeroom process waited for a response from the Storeroom SID flow before deactivating the storeroom. Since the Storeroom SID flow no longer returns a response, the inactive storeroom logic has been separated into two Oracle Integration Cloud flows:
• Inactive Storeroom Scheduler
• Runs on a scheduled basis.
• Retrieves all inactive storerooms from Oracle Supply Chain Management.
• Inactive Storeroom Sync
• Deactivates the corresponding storeroom in Oracle Utilities Work and Asset Cloud Service after all associated SIDs have been deactivated.
• Material Issue Integration: The Material Issue integration intended to synchronize issue information for the material requested from inventory by a Oracle Utilities Work and Asset Cloud Service activity when inventory is owned by Oracle Supply Chain Management when the pick and shipment are confirmed.
Through the Material Request integration flows, the Oracle Utilities Work and Asset Cloud Service material request generates expense transfer order in Oracle Supply Chain Management and pick wave for that transfer order closer to required by date. The transfer order will be executed and closed once the material is picked up for all the lines and lines are closed. As the material for transfer order lines gets picked up, this information should be fed back to Oracle Utilities Work and Asset Cloud Service as a material issue for the material request line. This will allow Oracle Utilities Work and Asset Cloud Service to close the material request line and proceed further in activity execution.
• Material Demand Forecast Integration: This integration will read the Oracle Utilities Work and Asset Cloud Service batch file for Material Demand and uploads it as external forecast to Oracle Supply Chain Management Planning to allow replenishment planning for Fusion Subinventories.
• In case of multiple files, this integration processes the latest batch related files to avoid re-processing of records.
• Material Demand FTP Forecast: This integration reads the material demand batch file from FTP and uploads it as Externa Forecast to Oracle Supply Chain Management Planning.
• Material Demand OS Forecast: This integration reads the Material Demand batch file from Object Storage and upload it as Externa Forecast to Oracle Supply Chain Management.
• Supports Lead Time changes in StockItem Bulk Load, Stock Item Incremental, and Storeroom SID flows.
• Calculates Lead Time as proessingdays + postprocessingdays + preprocssingdays in StockItem Bulk Load, Stock Item Incremental, Storeroom SID flows.