DBA Data[Home] [Help]

APPS.GL_CI_WORKFLOW_PKG dependencies on WF_CORE

Line 319: Wf_Core.Context('GL_CI_WORKFLOW_PKG',

315: diagn_msg('After Starting CIT Workflow Process');
316: Return;
317: EXCEPTION
318: WHEN OTHERS THEN
319: Wf_Core.Context('GL_CI_WORKFLOW_PKG',
320: 'SEND_CIT_WF_NTF', l_item_type, l_item_key);
321: p_return_code := FATAL_EXCEPTION;
322: diagn_msg('Exception in CIT workflow process');
323: Raise;

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';

Line 533: Wf_Core.Context('GL_CI_WORKFLOW_PKG', 'Get_Action_Type', p_item_type, p_item_key);

529: NULL;
530: END IF;
531: EXCEPTION
532: WHEN OTHERS THEN
533: Wf_Core.Context('GL_CI_WORKFLOW_PKG', 'Get_Action_Type', p_item_type, p_item_key);
534: Raise;
535: End Get_Action_Type;
536: End gl_ci_workflow_pkg;