DBA Data[Home] [Help]

APPS.WF_LOAD dependencies on WF_LOOKUP_TYPES_TL

Line 480: -- update WF_LOOKUP_TYPES_TL

476: end loop;
477: -- ### No need to do this
478: -- update the old data with the new meaning
479: -- begin
480: -- update WF_LOOKUP_TYPES_TL
481: -- set DISPLAY_NAME = n_dname
482: -- where LOOKUP_TYPE = l_name
483: -- and userenv('LANG') in (LANGUAGE, SOURCE_LANG);
484: -- exception

Line 2372: from WF_LOOKUP_TYPES_TL

2368:
2369: X_LEVEL_ERROR := 0;
2370: select MIN(protect_level), MAX(custom_level)
2371: into protection_level, customization_level
2372: from WF_LOOKUP_TYPES_TL
2373: where LOOKUP_TYPE = X_LOOKUP_TYPE;
2374:
2375: if ((wf_core.upload_mode <> 'FORCE') and
2376: (protection_level < wf_core.session_level)) then