Hi Everyone,
As part of some BI work we need to be able to track an order as it flows through Supply Chain Order Analysis within the oracle database. (E.g. we want to track an order based on the original customer order number, even when the order gets a new order number).
We have been looking at the Supply Chain Order Analysis screen and the related SUPPLY_ORDER_ANALYSIS_TAB table in the Oracle database. This table seems to contain the data that we are looking for, however the SUPPLY_ORDER_ANALYSIS_TAB table gets regenerated each time a user visits the “Supply Chain Order Analysis” screen via the supply_order_analysis_api.generate_tree() procedure and will not contain an order unless someone visits that screen for looking for that order.
Does anyone know how we could recreate the logic for the supply_order_analysis_api.generate_tree() procedure? It has to be in the database somewhere but I just don’t know where to look.
Thanks,
Mark Mruss