[Home] [Help]
171:
172: If (Po_Count = 0) then
173: Select count(*)
174: Into Po_Count
175: From PO_AGENTS
176: where category_id is NOT NULL
177: and rownum < 2;
178:
179: If (Po_Count = 0) then