DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_UTIL dependencies on WF_MONITOR

Line 11419: x_url := WF_MONITOR.GetAccessKey

11415:
11416: IF p_url_type = Eng_Workflow_Util.G_MONITOR_ACCESSKEY
11417: THEN
11418:
11419: x_url := WF_MONITOR.GetAccessKey
11420: ( x_item_type => p_item_type
11421: , x_item_key => p_item_key
11422: , x_admin_mode => l_admin_mode ) ;
11423:

Line 11427: x_url := WF_MONITOR.GetDiagramURL

11423:
11424: ELSIF p_url_type = Eng_Workflow_Util.G_MONITOR_DIAGRAM
11425: THEN
11426:
11427: x_url := WF_MONITOR.GetDiagramURL
11428: ( x_agent => l_apps_web_agent
11429: , x_item_type => p_item_type
11430: , x_item_key => p_item_key
11431: , x_admin_mode => l_admin_mode ) ;

Line 11436: x_url := WF_MONITOR.GetEnvelopeURL

11432:
11433: ELSIF p_url_type = Eng_Workflow_Util.G_MONITOR_ENVELOPE
11434: THEN
11435:
11436: x_url := WF_MONITOR.GetEnvelopeURL
11437: ( x_agent => l_apps_web_agent
11438: , x_item_type => p_item_type
11439: , x_item_key => p_item_key
11440: , x_admin_mode => l_admin_mode ) ;

Line 11446: x_url := WF_MONITOR.GetAdvancedEnvelopeURL

11442:
11443: ELSIF p_url_type = Eng_Workflow_Util.G_MONITOR_ADVANCED_ENVELOPE
11444: THEN
11445:
11446: x_url := WF_MONITOR.GetAdvancedEnvelopeURL
11447: ( x_agent => l_apps_web_agent
11448: , x_item_type => p_item_type
11449: , x_item_key => p_item_key
11450: , x_admin_mode => l_admin_mode