[Home] [Help]
344:
345: If (co_Count = 0) then
346: Select count(*)
347: Into co_Count
348: From CST_COST_UPDATES
349: where category_id is NOT NULL
350: and rownum < 2;
351:
352: If (co_Count = 0) then