211:
212: If (Po_Count = 0) then
213: Select count(*)
214: Into Po_Count
215: From RCV_SHIPMENT_LINES
216: where category_id is NOT NULL
217: and rownum < 2;
218: END IF;
219: END IF;