192:
193: If (Po_Count = 0) then
194: Select count(*)
195: Into Po_Count
196: From PO_REQUISITION_LINES_ALL
197: where category_id is NOT NULL
198: and rownum < 2;
199:
200: If (Po_Count = 0) then