199:
200: If (Po_Count = 0) then
201: Select count(*)
202: Into Po_Count
203: From PO_LINES_ALL
204: where category_id is NOT NULL
205: and rownum < 2;
206:
207: If (Po_Count = 0) then