DBA Data[Home] [Help]

APPS.PO_DOCUMENT_ACTION_PVT dependencies on INV_CONVERT

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

2074: INTO l_ship_rec;
2075:
2076: EXIT WHEN l_cursor%NOTFOUND;
2077: l_converted_qty :=
2078: inv_convert.inv_um_convert (organization_id => l_ship_rec.ship_to_organization_id,
2079: item_id => l_ship_rec.item_id,
2080: lot_number => NULL,
2081: precision => 5,
2082: from_quantity => l_ship_rec.quantity_cancelled,