DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on INV_CONVERT

Line 1550: inv_convert.inv_um_convert(

1546: and organization_id = l_flowRec.organization_id;
1547:
1548: if( l_primaryUOM <> l_flowRec.transaction_uom ) then
1549: l_flowRec.primary_quantity :=
1550: inv_convert.inv_um_convert(
1551: item_id => l_flowRec.inventory_item_id,
1552: precision => NULL,
1553: from_quantity => l_flowRec.transaction_quantity,
1554: from_unit => l_flowRec.transaction_uom,