Item Demand Supply Issue. How to achieve this from back end?
We have a require to show item demand supply on a custom UI.
Requirement: We have a requirement to show item supply demand picture from custom UI for one of our clients. In existing solution we have used inv_tm.launch to launch standard Oracle form INXDSD (Supply Demand Form). After launching the same from backend, we were taking the data snapshot from mtl_supply_demand_temp(data gets populated only when the form is invoked, otherwise stays empty) Oracle staging table into a custom table and working on that.
This is working fine in lower instances where we have single RAC database. However, in UAT and above, where we have multi-node RAC database for load balancing, it is failing on all but one nodes.