DBA Data[Home] [Help]

APPS.WF_EVENT dependencies on DUAL

Line 2755: from sys.dual;

2751: begin
2752: -- get the account name - only need this for WF_DEFERRED
2753: select sys_context('USERENV', 'CURRENT_SCHEMA')
2754: into wf_event.account_name
2755: from sys.dual;
2756: exception
2757: when others then
2758: wf_core.context('Wf_Event', 'SetAccountName');
2759: raise;