cst_co_onhand_summary
cst_co_onhand_summary table shows the inventory_value details for cost org this is the summation of all inventory orgs
From which table i can see the individual value for inventory?
I tried using below query but value is not matching
inventory_value from cst_co_onhand_summary
(select sum(amount) from CST_ATTR_ONHAND_VALUATIONS where cost_org_id=ccos.cost_org_id and inventory_org_id=inv_org_id and period_name=ccos.period_name)