DBA Data[Home] [Help]

APPS.WF_ENGINE_BULK dependencies on DUAL

Line 75: from sys.dual;

71: begin
72: if (wf_engine_bulk.schema is null) then
73: select sys_context('USERENV','CURRENT_SCHEMA')
74: into wf_engine_bulk.schema
75: from sys.dual;
76: end if;
77: return wf_engine_bulk.schema;
78: exception
79: when OTHERS then