Re-order Quantity Formula
Hello,
In Inventory there is a concurrent program called Min Max report. The underlying executable is using the following package
inv_mmx_wrapper_pvt.exec_min_max. In this package there is a function being invoked which is called as INV_Minmax_PVT.get_reord_qty.
As it is a private function of that package, I am unable to find the pl/sql code of INV_Minmax_PVT.get_reord_qty.
How can I know the code or formula used to calulcate re-order quantity for an item?
Appreciate any insight.
Thanks