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