[Home] [Help]
178:
179: If (Po_Count = 0) then
180: Select count(*)
181: Into Po_Count
182: From PO_APPROVED_SUPPLIER_LIST
183: where category_id is NOT NULL
184: and rownum < 2;
185:
186: If (Po_Count = 0) then