DBA Data[Home] [Help]

APPS.ENG_WORKFLOW_UTIL dependencies on WF_MONITOR

Line 11495: x_url := WF_MONITOR.GetAccessKey

11491:
11492: IF p_url_type = Eng_Workflow_Util.G_MONITOR_ACCESSKEY
11493: THEN
11494:
11495: x_url := WF_MONITOR.GetAccessKey
11496: ( x_item_type => p_item_type
11497: , x_item_key => p_item_key
11498: , x_admin_mode => l_admin_mode ) ;
11499:

Line 11503: x_url := WF_MONITOR.GetDiagramURL

11499:
11500: ELSIF p_url_type = Eng_Workflow_Util.G_MONITOR_DIAGRAM
11501: THEN
11502:
11503: x_url := WF_MONITOR.GetDiagramURL
11504: ( x_agent => l_apps_web_agent
11505: , x_item_type => p_item_type
11506: , x_item_key => p_item_key
11507: , x_admin_mode => l_admin_mode ) ;

Line 11512: x_url := WF_MONITOR.GetEnvelopeURL

11508:
11509: ELSIF p_url_type = Eng_Workflow_Util.G_MONITOR_ENVELOPE
11510: THEN
11511:
11512: x_url := WF_MONITOR.GetEnvelopeURL
11513: ( x_agent => l_apps_web_agent
11514: , x_item_type => p_item_type
11515: , x_item_key => p_item_key
11516: , x_admin_mode => l_admin_mode ) ;

Line 11522: x_url := WF_MONITOR.GetAdvancedEnvelopeURL

11518:
11519: ELSIF p_url_type = Eng_Workflow_Util.G_MONITOR_ADVANCED_ENVELOPE
11520: THEN
11521:
11522: x_url := WF_MONITOR.GetAdvancedEnvelopeURL
11523: ( x_agent => l_apps_web_agent
11524: , x_item_type => p_item_type
11525: , x_item_key => p_item_key
11526: , x_admin_mode => l_admin_mode