DBA Data[Home] [Help]

APPS.WF_ENGINE dependencies on DUAL

Line 46: from sys.dual;

42: begin
43: if (wf_engine.schema is null) then
44: select sys_context('USERENV','CURRENT_SCHEMA')
45: into wf_engine.schema
46: from sys.dual;
47: end if;
48: return wf_engine.schema;
49: exception
50: when OTHERS then