[Home] [Help]
346:
347: If (co_Count = 0) then
348: Select count(*)
349: Into co_Count
350: From CST_ITEM_OVERHEAD_DEFAULTS
351: where category_id is NOT NULL
352: and rownum < 2;
353:
354: If (co_Count = 0) then
353:
354: If (co_Count = 0) then
355: Select count(*)
356: Into co_Count
357: From CST_ITEM_OVERHEAD_DEFAULTS_EFC
358: where category_id is NOT NULL
359: and rownum < 2;
360:
361: If (co_Count = 0) then