DBA Data[Home] [Help]

APPS.WF_ENGINE_UTIL dependencies on WF_MONITOR

Line 3034: err_url := WF_MONITOR.GetEnvelopeURL

3030: wf_item_activity_status.error_info(itemtype, itemkey, actid,
3031: errname, errmsg, errstack);
3032:
3033: -- look up the monitor URL
3034: err_url := WF_MONITOR.GetEnvelopeURL
3035: ( x_agent => wf_core.translate('WF_WEB_AGENT'),
3036: x_item_type => itemtype,
3037: x_item_key => itemkey,
3038: x_admin_mode => 'YES');