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