Need Report or script to get an item cost in oracle cloud r13
Content
Hi All,
In EBS to get an item cost i used below query, but i am unable to see any data in cst_item_costs_v in oracle cloud r13.
select item_cost from cst_item_costs cic
where cic.inventory_item_id = 128764
AND cic.organization_id = 345
I am looking for a query or report to get item cost (unit cost) for an item in oracle cloud R13.
Thank you.
Lak
0