204:
205: If (Po_Count = 0) then
206: Select count(*)
207: Into Po_Count
208: From PO_LINES_ALL
209: where category_id is NOT NULL
210: and rownum < 2;
211:
212: If (Po_Count = 0) then