[Home] [Help]
619:
620: -- ### No need to do this
621: -- update the old data with the new meaning
622: -- begin
623: -- update WF_LOOKUPS_TL
624: -- set MEANING = n_dname
625: -- where LOOKUP_TYPE = x_lookup_type
626: -- and LOOKUP_CODE = l_name
627: -- and userenv('LANG') in (LANGUAGE, SOURCE_LANG);
2383: x_level_error := 2;
2384: return;
2385: end if;
2386:
2387: delete from WF_LOOKUPS_TL
2388: where LOOKUP_TYPE = X_LOOKUP_TYPE;
2389:
2390: exception
2391: when NO_DATA_FOUND then