DBA Data[Home] [Help]

APPS.WF_QUEUE dependencies on WF_SYSTEMS

Line 1400: from wf_systems

1396: ** As we can't use the private API SaveErrorToQueue
1397: ** we copy a little bit of code to do it
1398: */
1399: select name into lsysname
1400: from wf_systems
1401: where guid = hextoraw(wf_core.translate('WF_SYSTEM_GUID'));
1402:
1403: erragt := wf_agent_t('WF_ERROR', lsysname);
1404: cmd := 'begin WF_ERROR_QH.enqueue(:v1, :v2); end;';