DBA Data[Home] [Help]

APPS.CS_COST_DETAILS_PVT dependencies on CST_COST_API

Line 1897: l_unit_cost := CST_COST_API.Get_Item_Cost

1893: --===============================
1894: ---Item Cost
1895: --===============================
1896:
1897: l_unit_cost := CST_COST_API.Get_Item_Cost
1898: (
1899: p_api_version => 1.0,
1900: p_inventory_item_id => lx_cost_rec.inventory_item_id,
1901: p_organization_id => l_cost_org_id,

Line 2522: l_unit_cost := CST_COST_API.Get_Item_Cost

2518:
2519: end if;
2520:
2521: --Calculate the Item's Unit Cost
2522: l_unit_cost := CST_COST_API.Get_Item_Cost
2523: (
2524: p_api_version => 1.0,
2525: p_inventory_item_id => lx_cost_rec.inventory_item_id,
2526: p_organization_id => lx_cost_rec.org_id,