3578: into l_unit_price,
3579: l_po_uom
3580: From po_lines_all pol,
3581: Po_headers_all poh,
3582: mtl_units_of_measure muom
3583: Where
3584: poh.type_lookup_code = 'BLANKET'
3585: AND poh.approved_flag = 'Y'
3586: AND nvl(poh.closed_code,'OPEN') NOT IN('FINALLY CLOSED','CLOSED')