Another common issue when writing queries is getting an item cost.
Here are the APIs to use in queries:
For discrete manufacturing:
cst_cost_api.get_item_cost(1,inventory_item_id, organization_id,NULL,NULL)
here is a sample query:
select segment1 item,
cst_cost_api.get_item_cost(1,inventory_item_id, organization_id,NULL,NULL) cost
from mtl_system_items_b
No comments:
Post a Comment