How to fetch Inventory Organization_ID from cst_perpavg_cost table
Summary: How to fetch Inventory Organization_ID from cst_perpavg_cost table
Content (required):
I have 3 records in cst_perpavg_cost table for an item with 3 different val_unit_id values. I need to map each record to corresponding organization_id. Any pointers on this will be of great help.
Version (include the version you are using, if applicable):
Oracle Fusion Cloud Applications 22D (11.13.22.10.0)
Code Snippet (add any code snippets that support your topic, if applicable):
SELECT a.inventory_item_id, b.val_unit_code, ROUND(a.unit_cost_average, 5) unit_cost
FROM fusion.cst_perpavg_cost a,
CST_VAL_UNITS_B b
Tagged:
0