DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_PVT dependencies on INV_CONVERT

Line 2069: inv_convert.inv_um_convert (organization_id => l_ship_rec.ship_to_organization_id,

2065: INTO l_ship_rec;
2066:
2067: EXIT WHEN l_cursor%NOTFOUND;
2068: l_converted_qty :=
2069: inv_convert.inv_um_convert (organization_id => l_ship_rec.ship_to_organization_id,
2070: item_id => l_ship_rec.item_id,
2071: lot_number => NULL,
2072: precision => 5,
2073: from_quantity => l_ship_rec.quantity_cancelled,