[Home] [Help]
378: END IF;
379: If (co_Count = 0) then
380: Select count(*)
381: Into co_Count
382: From CST_SC_ROLLUP_HISTORY
383: where category_id is NOT NULL
384: and rownum < 2;
385: END IF;
386: END IF;