DBA Data[Home] [Help]

APPS.PO_REQCHANGEREQUESTWF_PVT dependencies on PO_UOM_S

Line 3165: po_uom_s.uom_convert(

3161: exit when po_change_csr%NOTFOUND;
3162:
3163: if(l_new_quantity is not null) then
3164: if(l_req_uom <> l_po_uom) then
3165: po_uom_s.uom_convert(
3166: from_quantity => l_new_quantity,
3167: from_uom => l_req_uom,
3168: item_id => l_item_id,
3169: to_uom => l_po_uom,