Inventory Optimization Setup and Test Case
Inventory Optimization Setup and Test Case
1
Last Login: October 17, 2022 9:20 PM PDT Switch to Cloud Support Samba (Available) (0) Contact Us Help
P
Dashboard Knowledge Service Requests Patches & Updates Community
Give Feedback...
Copyright (c) 2022, Oracle. All rights reserved. Oracle Confidential.
Purpose Yes
No
Troubleshooting Steps
Oracle Advanced Supply Chain Planning - Version 11.5.10 to 11.5.10.2 [Release 11.5]
The purpose of this document is to introduce the basic setups and testcase of an Inventory Optimization Safety Stock plan
integrated and fed into an ASCP Manufacuting Plan. It will assist in validating a plan and diagnosing common setup issues. Information Centers
Information Center: Data
TROUBLESHOOTING STEPS Collections Related
[1400555.2]
Document References
Test Case Overview No References available for
this document.
Set Org Item Attributes for Safety Stock
N
MSC: Include Safety Stocks in Priority based Pegging
MSC: Maximum Percentage variation in safety stock values
**
MSC: Minimum Percentage variation in safety stock values 0
https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=11laamuzhb_121&id=464046.1&_afrLoop=206333367381701 1/5
10/18/22, 7:40 PM Document 464046.1
On Source EBS Manufacturing Server:
1. Create Items
if already exists.
else, create one and use for Planning in step below.
Nav > Inventory > ABC Codes > Update Item Assignment
4. Set MRP Planning > Parameters > Default ABC Assignment Group
5. Create Supplier
XX-Supplier-1 / XX-SUPSITE-1
Note 464563.1 - Same Supplier Site Across Two Operating Units Testcase, Diagnostics, and Data Flow to
ASCP
Then, Setup the Supplier Contact as a Apps User for use with Collaborative Planning
Nav > Purchasing > Supply Base > Sourcing Rules > Assign Sourcing Rules
Nav > Cost Management > Cost > Assembly Cost Rollup
Details
--------
XX-IO-Prod-1
Bucket Date End Date Number of Current Original Total
Buckets
Days 15-Oct-07 26-Oct-07 10 10 10 100
Weeks 29-Oct-07 30-Nov-07 6 75 75 450
XX-IO-Buy-2
XX-IO-Buy-3
Note 465259.1 - EBS and APS Decentralized Apps Instances Overview and Diagram
On Source : EBS_TO_APS
On Destination : APS_TO_EBS
Instance: TST
Org TST:M1
Weeks : 16
https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=11laamuzhb_121&id=464046.1&_afrLoop=206333367381701 3/5
10/18/22, 7:40 PM Document 464046.1
Periods: 2
Org: TST:M1
Demand Schedule: XX-IOFSET1, FCST,
ShipTo Consum. Lvl: Item
Demand Var. : Mean Absolute % Error
% Error: 2
If using Probability,
Days : 30
Weeks : 4
Periods: 2
Demand Schedule
Diagnostic Scripts
-- IO and ASCP plans definition
SELECT *
FROM msc_plans
WHERE compile_designator LIKE 'XX-IO%'
OR compile_designator LIKE 'EE-IO%';
-- test XX-IO% items
SELECT *
FROM msc_system_items
WHERE item_name LIKE 'XX-IO%'
AND plan_id = -1
AND organization_id = 207;
-- test XX-IO% item demands for IO Plan
SELECT *
FROM msc_demands
WHERE inventory_item_id IN
(SELECT DISTINCT inventory_item_id
FROM msc_system_items
WHERE item_name LIKE('XX-IO%')
AND organization_id = 207)
AND plan_id = 26763;
-- io 26763, ioaps 26765
-- test XX-IO% item demands for ASCP Plan
SELECT *
FROM msc_demands
WHERE inventory_item_id IN
(SELECT DISTINCT inventory_item_id
FROM msc_system_items
WHERE item_name LIKE('XX-IO%')
AND organization_id = 207)
AND plan_id = 26765;
-- io 26763, ioaps 26765
-- ASCP plan SS for only item that has Bucket Days and % populated.
SELECT *
FROM msc_safety_stocks
WHERE plan_id = 26765;
<end of doc>
Related
Products
More Applications & Technologies > Value Chain Planning > Supply Chain Planning > Oracle Inventory Optimization > Installation/Configuration
More Applications & Technologies > Value Chain Planning > Supply Chain Planning > Oracle Advanced Supply Chain Planning > Install/Configuration > Configuration
Keywords
https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=11laamuzhb_121&id=464046.1&_afrLoop=206333367381701 4/5
10/18/22, 7:40 PM Document 464046.1
ADVANCED SUPPLY CHAIN PLANNING; CALCULATE SAFETY STOCK; INVENTORY OPTIMIZATION; SAFETY STOCK; SETUP; TROUBLESHOOT
Back to Top
Copyright (c) 2022, Oracle. All rights reserved. Legal Notices and Terms of Use Privacy Statement
https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-state=11laamuzhb_121&id=464046.1&_afrLoop=206333367381701 5/5