206:
207: If (Po_Count = 0) then
208: Select count(*)
209: Into Po_Count
210: From RCV_SHIPMENT_LINES
211: where category_id is NOT NULL
212: and rownum < 2;
213: END IF;
214: END IF;