370: /* Bug #1916593, uncommented the below sql which will allow the
371: price updation on a Release */
372: SELECT 'Y'
373: INTO x_prevent_price_update_flag
374: FROM DUAL
375: WHERE EXISTS
376: (SELECT 'prevent price udpate'
377: FROM po_distributions
378: WHERE line_location_id = x_line_location_id