[Home] [Help]
358:
359: If (co_Count = 0) then
360: Select count(*)
361: Into co_Count
362: From CST_ITEM_OVERHEAD_DEFAULTS_EFC
363: where category_id is NOT NULL
364: and rownum < 2;
365:
366: If (co_Count = 0) then