DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on INV_CONVERT

Line 1581: inv_convert.inv_um_convert(

1577: and organization_id = l_flowRec.organization_id;
1578:
1579: if( l_primaryUOM <> l_flowRec.transaction_uom ) then
1580: l_flowRec.primary_quantity :=
1581: inv_convert.inv_um_convert(
1582: item_id => l_flowRec.inventory_item_id,
1583: precision => NULL,
1584: from_quantity => l_flowRec.transaction_quantity,
1585: from_unit => l_flowRec.transaction_uom,