DBA Data[Home] [Help]

APPS.WF_MONITOR dependencies on FND_RUN_FUNCTION

Line 1538: l_lurl := fnd_run_function.get_run_function_url( p_function_id => functionId,

1534: '&'||'itemKey='||itemkey||
1535: '&'||'wa='||wa||
1536: '&'||'wm='||wm||
1537: '&'||'fExt=X';
1538: l_lurl := fnd_run_function.get_run_function_url( p_function_id => functionId,
1539: p_resp_appl_id => -1,
1540: p_resp_id => -1,
1541: p_security_group_id => null,
1542: p_parameters => l_params,

Line 4349: l_func := fnd_run_function.get_run_function_url(

4345: '&'||'itemKey='||p_item_key||
4346: '&'||'adminMode='||p_admin_mode||
4347: '&'||'accessKey='||p_access_key||'&retainAM=Y';
4348:
4349: l_func := fnd_run_function.get_run_function_url(
4350: p_function_name =>'WF_MONITOR_DIAGRAM_DATA',
4351: p_resp_appl => null,
4352: p_resp_key => null,
4353: p_security_group_key => null,

Line 4365: l_func := fnd_run_function.get_run_function_url(

4361: function getDiagramResourceURL return varchar2
4362: is
4363: l_func varchar2(4000);
4364: begin
4365: l_func := fnd_run_function.get_run_function_url(
4366: p_function_name =>'WF_MONITOR_RES',
4367: p_resp_appl => null,
4368: p_resp_key => null,
4369: p_security_group_key => null,

Line 4387: l_func := fnd_run_function.get_run_function_url(

4383: begin
4384: l_params := 'resType='||p_resType||
4385: '&'||'resPattern='||p_resPattern||'&retainAM=Y';
4386:
4387: l_func := fnd_run_function.get_run_function_url(
4388: p_function_name =>'WF_MONITOR_CRES_DATA',
4389: p_resp_appl => null,
4390: p_resp_key => null,
4391: p_security_group_key => null,