DBA Data[Home] [Help]

APPS.ORACLENAVIGATE dependencies on WFA_HTML

Line 1004: htp.anchor(curl => l_agent||'OracleNavigate.Responsibility?P='||icx_call.encrypt2(r.responsibility_id)||'&'||'D='||wfa_html.conv_special_url_chars(D)||'&'||'S='||r.security_group_id||'&'||'tab_context_flag=OFF',

1000:
1001: htp.p(l_url);
1002:
1003: ELSE
1004: htp.anchor(curl => l_agent||'OracleNavigate.Responsibility?P='||icx_call.encrypt2(r.responsibility_id)||'&'||'D='||wfa_html.conv_special_url_chars(D)||'&'||'S='||r.security_group_id||'&'||'tab_context_flag=OFF',
1005: ctext => l_responsibility_name,
1006: cattributes => 'TARGET="'||l_target||'" onMouseOver="window.status='''||icx_util.replace_quotes(r.description)||''';return true"');
1007: END IF;
1008: htp.p('');

Line 1366: l_url := l_url||','''||wfa_html.conv_special_url_chars(r.application_short_name)

1362: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1363:
1364: l_url := 'javascript:top.main.icx_nav_window2(''WWK'', '''||l_agent|| 'fnd_icx_launch.runforms?ICX_TICKET=&''';
1365:
1366: l_url := l_url||','''||wfa_html.conv_special_url_chars(r.application_short_name)
1367: ||''','''||wfa_html.conv_special_url_chars(r.responsibility_key)
1368: ||''','''||wfa_html.conv_special_url_chars(r.security_group_key)
1369: ||''','''||icx_util.replace_quotes(l_responsibility_name)||''')';
1370:

Line 1367: ||''','''||wfa_html.conv_special_url_chars(r.responsibility_key)

1363:
1364: l_url := 'javascript:top.main.icx_nav_window2(''WWK'', '''||l_agent|| 'fnd_icx_launch.runforms?ICX_TICKET=&''';
1365:
1366: l_url := l_url||','''||wfa_html.conv_special_url_chars(r.application_short_name)
1367: ||''','''||wfa_html.conv_special_url_chars(r.responsibility_key)
1368: ||''','''||wfa_html.conv_special_url_chars(r.security_group_key)
1369: ||''','''||icx_util.replace_quotes(l_responsibility_name)||''')';
1370:
1371: htp.anchor(curl => l_url,

Line 1368: ||''','''||wfa_html.conv_special_url_chars(r.security_group_key)

1364: l_url := 'javascript:top.main.icx_nav_window2(''WWK'', '''||l_agent|| 'fnd_icx_launch.runforms?ICX_TICKET=&''';
1365:
1366: l_url := l_url||','''||wfa_html.conv_special_url_chars(r.application_short_name)
1367: ||''','''||wfa_html.conv_special_url_chars(r.responsibility_key)
1368: ||''','''||wfa_html.conv_special_url_chars(r.security_group_key)
1369: ||''','''||icx_util.replace_quotes(l_responsibility_name)||''')';
1370:
1371: htp.anchor(curl => l_url,
1372: ctext => l_responsibility_name,

Line 1378: htp.anchor(curl => l_agent||'OracleNavigate.Responsibility?P='||icx_call.encrypt2(r.responsibility_id)||'&'||'D='||wfa_html.conv_special_url_chars(p_plug_id)||'&'||'S='||r.security_group_id||'&'||'tab_context_flag=OFF'||'&'||'M=

1374:
1375: else
1376: htp.p(''||icx_util.replace_alt_quotes(r.description)||'');
1377:
1378: htp.anchor(curl => l_agent||'OracleNavigate.Responsibility?P='||icx_call.encrypt2(r.responsibility_id)||'&'||'D='||wfa_html.conv_special_url_chars(p_plug_id)||'&'||'S='||r.security_group_id||'&'||'tab_context_flag=OFF'||'&'||'M=
1379: 9999',
1380: ctext => l_responsibility_name,
1381: cattributes => 'TARGET="'||l_target||'" onMouseOver="window.status='''||icx_util.replace_onMouseOver_quotes(r.description)||''';return true"');
1382: end if;

Line 2371: -- l_url:=l_url||'RESP_APP='||wfa_html.conv_special_url_chars(p_app_short_name)||'&'||'RESP_KEY='||wfa_html.conv_special_url_chars(p_resp_key)||'&'; -- mputman added wfa call 1690141

2367: -- l_encrypted_session_id := icx_call.encrypt3(icx_sec.getsessioncookie); removed mputman
2368:
2369: -- bug 1728149 - removed l_encrypted_session_id from icx_ticket
2370: -- l_url:=p_agent||'fnd_icx_launch.runforms?ICX_TICKET='||'&';
2371: -- l_url:=l_url||'RESP_APP='||wfa_html.conv_special_url_chars(p_app_short_name)||'&'||'RESP_KEY='||wfa_html.conv_special_url_chars(p_resp_key)||'&'; -- mputman added wfa call 1690141
2372: -- l_url:=l_url||'SECGRP_KEY='||wfa_html.conv_special_url_chars(p_sec_grp_key); -- mputman added wfa call 1690141
2373: -- l_url:='"'||l_url||'"';
2374: l_url:='"dummy"';
2375: htp.p('

Line 2372: -- l_url:=l_url||'SECGRP_KEY='||wfa_html.conv_special_url_chars(p_sec_grp_key); -- mputman added wfa call 1690141

2368:
2369: -- bug 1728149 - removed l_encrypted_session_id from icx_ticket
2370: -- l_url:=p_agent||'fnd_icx_launch.runforms?ICX_TICKET='||'&';
2371: -- l_url:=l_url||'RESP_APP='||wfa_html.conv_special_url_chars(p_app_short_name)||'&'||'RESP_KEY='||wfa_html.conv_special_url_chars(p_resp_key)||'&'; -- mputman added wfa call 1690141
2372: -- l_url:=l_url||'SECGRP_KEY='||wfa_html.conv_special_url_chars(p_sec_grp_key); -- mputman added wfa call 1690141
2373: -- l_url:='"'||l_url||'"';
2374: l_url:='"dummy"';
2375: htp.p('
2376: