DBA Data[Home] [Help]

APPS.GL_CI_WORKFLOW_PKG dependencies on WF_MONITOR

Line 468: wf_monitor.GetUrl(wf_core.translate('WF_WEB_AGENT'),

464: avalue => l_post_request_id );
465: --+ Get the monitor URL
466: begin
467: l_monitor_url :=
468: wf_monitor.GetUrl(wf_core.translate('WF_WEB_AGENT'),
469: l_item_type, l_item_key,'YES');
470: Exception
471: When others then
472: l_monitor_url := 'Invalid URL';