[Home] [Help]
339:
340: If (co_Count = 0) then
341: Select count(*)
342: Into co_Count
343: From CST_COST_UPDATES
344: where category_id is NOT NULL
345: and rownum < 2;
346:
347: If (co_Count = 0) then