DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on PO_UOM_S

Line 3296: po_uom_s.uom_convert(

3292: exit when po_change_csr%NOTFOUND;
3293:
3294: if(l_new_quantity is not null) then
3295: if(l_req_uom <> l_po_uom) then
3296: po_uom_s.uom_convert(
3297: from_quantity => l_new_quantity,
3298: from_uom => l_req_uom,
3299: item_id => l_item_id,
3300: to_uom => l_po_uom,