DBA Data[Home] [Help]

APPS.WF_EVENT dependencies on DUAL

Line 2697: from sys.dual;

2693: begin
2694: -- get the account name - only need this for WF_DEFERRED
2695: select sys_context('USERENV', 'CURRENT_SCHEMA')
2696: into wf_event.account_name
2697: from sys.dual;
2698: exception
2699: when others then
2700: wf_core.context('Wf_Event', 'SetAccountName');
2701: raise;