[Home] [Help]
183:
184: If (Po_Count = 0) then
185: Select count(*)
186: Into Po_Count
187: From PO_APPROVED_SUPPLIER_LIST
188: where category_id is NOT NULL
189: and rownum < 2;
190:
191: If (Po_Count = 0) then