DBA Data[Home] [Help]

APPS.WF_QUEUE dependencies on WF_SYSTEMS

Line 1420: from wf_systems

1416: ** As we can't use the private API SaveErrorToQueue
1417: ** we copy a little bit of code to do it
1418: */
1419: select name into lsysname
1420: from wf_systems
1421: where guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID'));
1422:
1423: erragt := wf_agent_t('WF_ERROR', lsysname);
1424: cmd := 'begin WF_ERROR_QH.enqueue(:v1, :v2); end;';