[Home] [Help]
351:
352: If (co_Count = 0) then
353: Select count(*)
354: Into co_Count
355: From CST_ITEM_OVERHEAD_DEFAULTS
356: where category_id is NOT NULL
357: and rownum < 2;
358:
359: If (co_Count = 0) then
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