DBA Data[Home] [Help]

APPS.AMS_WFTRIG_PVT dependencies on WF_MONITOR

Line 369: avalue => wf_monitor.geturl(wf_core.TRANSLATE('WF_WEB_AGENT'), itemtype, itemkey, 'NO'));

365:
366: WF_ENGINE.SetItemAttrText(itemtype => itemtype,
367: itemkey => itemkey,
368: aname => 'MONITOR_URL',
369: avalue => wf_monitor.geturl(wf_core.TRANSLATE('WF_WEB_AGENT'), itemtype, itemkey, 'NO'));
370:
371: --dbms_output.put_line('Calling WF_ENGINE to start process');
372: --dbms_output.put_line('itemtype: '||itemtype);
373: --dbms_output.put_line('itemkey: '||itemkey);