DBA Data[Home] [Help]

APPS.WFA_HTML dependencies on OWA_UTIL

Line 194: ' src="'||owa_util.get_owa_service_path || i_direct || '">');

190: htp.p('');
191: htp.p('

Web Analytics Made Easy -StatCounter
');
192: htp.p('');
193: htp.p(' 194: ' src="'||owa_util.get_owa_service_path || i_direct || '">');
195: htp.p('');
196: htp.p('');
197:
198: end if;

Line 646: owa_util.showpage;

642: username := sess_username;
643: else
644: -- username -1 meant user had logged out. Do this to reset the page.
645: if (sess_username = '-1') then
646: owa_util.showpage;
647: end if;
648:
649: -- create a pseudo session for user
650: owa_util.mime_header('text/html', FALSE);

Line 650: owa_util.mime_header('text/html', FALSE);

646: owa_util.showpage;
647: end if;
648:
649: -- create a pseudo session for user
650: owa_util.mime_header('text/html', FALSE);
651: owa_cookie.send('WF_SESSION', wfsession, '', '/');
652: wfa_sec.PseudoSession(FALSE, username);
653: owa_util.http_header_close;
654: end if;

Line 653: owa_util.http_header_close;

649: -- create a pseudo session for user
650: owa_util.mime_header('text/html', FALSE);
651: owa_cookie.send('WF_SESSION', wfsession, '', '/');
652: wfa_sec.PseudoSession(FALSE, username);
653: owa_util.http_header_close;
654: end if;
655: exception
656: when OTHERS then
657: -- this is the first attempt to see a detached notfication

Line 659: owa_util.mime_header('text/html', FALSE);

655: exception
656: when OTHERS then
657: -- this is the first attempt to see a detached notfication
658: wf_core.clear;
659: owa_util.mime_header('text/html', FALSE);
660: owa_cookie.send('WF_SESSION', wfsession, '', '/');
661: wfa_sec.PseudoSession(FALSE, username);
662: owa_util.http_header_close;
663: end;

Line 662: owa_util.http_header_close;

658: wf_core.clear;
659: owa_util.mime_header('text/html', FALSE);
660: owa_cookie.send('WF_SESSION', wfsession, '', '/');
661: wfa_sec.PseudoSession(FALSE, username);
662: owa_util.http_header_close;
663: end;
664: wfa_sec.validate_only := FALSE;
665:
666: pseudo_login := TRUE;

Line 714: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wfa_html.Find',

710: htp.p('');
711: htp.p('');
712:
713: if (nkey is null) then
714: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wfa_html.Find',
715: wf_core.translate('WFA_DTITLE_TBAR'), FALSE, pseudo_login);
716: else
717: -- disabled Find for detached notification
718: wfa_sec.Header(FALSE, null,

Line 1172: owa_util.showpage;

1168: username := sess_username;
1169: else
1170: -- username -1 meant user had logged out. Do this to reset the page.
1171: if (sess_username = '-1') then
1172: owa_util.showpage;
1173: end if;
1174:
1175: -- create a pseudo session for user
1176: owa_util.mime_header('text/html', FALSE);

Line 1176: owa_util.mime_header('text/html', FALSE);

1172: owa_util.showpage;
1173: end if;
1174:
1175: -- create a pseudo session for user
1176: owa_util.mime_header('text/html', FALSE);
1177: wfa_sec.PseudoSession(FALSE, username);
1178: end if;
1179: exception
1180: when OTHERS then

Line 1183: owa_util.mime_header('text/html', FALSE);

1179: exception
1180: when OTHERS then
1181: -- this is the first attempt to see a detached notfication
1182: wf_core.clear;
1183: owa_util.mime_header('text/html', FALSE);
1184: wfa_sec.PseudoSession(FALSE, username);
1185: end;
1186: wfa_sec.validate_only := FALSE;
1187: end if;

Line 1194: owa_util.redirect_url(wf_notification.GetURLText(urlstring, nid));

1190:
1191: -- If there is just one url then replace the response frame with the url
1192: if (urlcount = 1) then
1193: -- GoToUrl(wf_notification.GetURLText(urlstring, nid),'_self');
1194: owa_util.redirect_url(wf_notification.GetURLText(urlstring, nid));
1195: return;
1196: end if;
1197:
1198: -- bug 2167012 JWSMITH moved header_close to after owa_util.redirect

Line 1198: -- bug 2167012 JWSMITH moved header_close to after owa_util.redirect

1194: owa_util.redirect_url(wf_notification.GetURLText(urlstring, nid));
1195: return;
1196: end if;
1197:
1198: -- bug 2167012 JWSMITH moved header_close to after owa_util.redirect
1199: owa_util.http_header_close;
1200: --
1201: -- Header and Page Title
1202: --

Line 1199: owa_util.http_header_close;

1195: return;
1196: end if;
1197:
1198: -- bug 2167012 JWSMITH moved header_close to after owa_util.redirect
1199: owa_util.http_header_close;
1200: --
1201: -- Header and Page Title
1202: --
1203: htp.htmlOpen;

Line 1237: curl => owa_util.get_owa_service_path||'wfa_html.WorkList',

1233: -- Fix bug #785206. We don't show the WorkList link if is coming from
1234: -- email attachment
1235: if (nkey is null) then
1236: htp.center(htf.anchor(
1237: curl => owa_util.get_owa_service_path||'wfa_html.WorkList',
1238: ctext => wf_core.translate('WFA_WORKLIST_RETURN'),
1239: cattributes=>'TARGET="_top"'));
1240: else
1241: pseudo_login := TRUE;

Line 1332: owa_util.get_owa_service_path||

1328:
1329: if (status = 'OPEN') then
1330:
1331: htp.p('

');
1334:
1335: htp.formHidden('nkey', nkey);
1336: htp.formHidden('forward', null);

Line 1373: curl=>owa_util.get_owa_service_path||

1369:
1370: -- Draw prompt with anchor for info
1371: htp.tableData(
1372: cvalue=>htf.anchor(
1373: curl=>owa_util.get_owa_service_path||
1374: 'wfa_html.AttributeInfo?nid='||nid||
1375: '&'||'name='||rec.name,
1376: ctext=>rec.display_name,
1377: cattributes=>'OnMouseOver="window.status='''||wfa_html.replace_onMouseOver_quotes(rec.description2)||'''; return true"'),

Line 1504: curl=>owa_util.get_owa_service_path||

1500: -- Draw prompt with anchor for info
1501: htp.tableRowOpen;
1502: htp.tableData(
1503: cvalue=>htf.anchor(
1504: curl=>owa_util.get_owa_service_path||
1505: 'wfa_html.AttributeInfo?nid='||nid||
1506: '&'||'name=RESULT',
1507: ctext=>result.display_name,
1508: cattributes=>'OnMouseOver="window.status='''||wfa_html.replace_onMouseOver_quotes(result.description2)||'''; return true"'),

Line 1657: htp.formOpen(curl=>owa_util.get_owa_service_path||'wfa_html.SubmitForward',

1653: -- Body contents
1654: wfa_sec.header(background_only=>TRUE);
1655:
1656: -- Open form and add hidden fields
1657: htp.formOpen(curl=>owa_util.get_owa_service_path||'wfa_html.SubmitForward',
1658: cmethod=>'Post', cattributes=>'NAME="WF_HTML"');
1659: htp.formHidden('nkey', nkey);
1660: htp.formHidden('h_nid', nid);
1661:

Line 2017: if (instr(owa_util.get_cgi_env('HTTP_USER_AGENT'), 'MSIE') <> 0) then

2013: respsize := RespFrameSize(to_number(nid));
2014:
2015: -- Open frameset, and set focus to response window.
2016: -- NOTE: MSIE does not support focus method.
2017: if (instr(owa_util.get_cgi_env('HTTP_USER_AGENT'), 'MSIE') <> 0) then
2018: htp.p('');

Line 2020: owa_util.get_owa_service_path ||

2016: -- NOTE: MSIE does not support focus method.
2017: if (instr(owa_util.get_cgi_env('HTTP_USER_AGENT'), 'MSIE') <> 0) then
2018: htp.p('');
2022: else
2023: htp.p(' 2024: '" onLoad="self.bottom.focus()" TITLE="' ||
2025: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
2026: owa_util.get_owa_service_path ||
2027: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">');
2028: end if;
2029:
2030: -- Descide to show Forms or not

Line 2039: 'src="'||owa_util.get_owa_service_path||

2035: end if;
2036:
2037: if (showforms is not null) then
2038: htp.p(' 2039: 'src="'||owa_util.get_owa_service_path||
2040: 'wfa_html.DetailFrame?nid='||nid||'&'||'showforms=T'||'" TITLE="' ||
2041: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
2042: owa_util.get_owa_service_path ||
2043: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">');

Line 2042: owa_util.get_owa_service_path ||

2038: htp.p(' 2039: 'src="'||owa_util.get_owa_service_path||
2040: 'wfa_html.DetailFrame?nid='||nid||'&'||'showforms=T'||'" TITLE="' ||
2041: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
2042: owa_util.get_owa_service_path ||
2043: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">');
2044: else
2045: htp.p(' 2046: 'src="'||owa_util.get_owa_service_path||

Line 2046: 'src="'||owa_util.get_owa_service_path||

2042: owa_util.get_owa_service_path ||
2043: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">');
2044: else
2045: htp.p(' 2046: 'src="'||owa_util.get_owa_service_path||
2047: 'wfa_html.DetailFrame?nid='||nid||'" TITLE="' ||
2048: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
2049: owa_util.get_owa_service_path ||
2050: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">');

Line 2049: owa_util.get_owa_service_path ||

2045: htp.p(' 2046: 'src="'||owa_util.get_owa_service_path||
2047: 'wfa_html.DetailFrame?nid='||nid||'" TITLE="' ||
2048: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
2049: owa_util.get_owa_service_path ||
2050: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">');
2051: end if;
2052:
2053: url_str := owa_util.get_owa_service_path||

Line 2053: url_str := owa_util.get_owa_service_path||

2049: owa_util.get_owa_service_path ||
2050: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">');
2051: end if;
2052:
2053: url_str := owa_util.get_owa_service_path||
2054: 'wfa_html.ResponseFrame?nid='||nid;
2055:
2056: if (showforms is not null) then
2057: url_str := url_str||'&'||'showforms=T';

Line 2064: owa_util.get_owa_service_path ||

2060: -- Note frame name BOTTOM is hardcoded into wfa_html.detail
2061: htp.p(' 2062: 'src="'||url_str||'" TITLE="' ||
2063: WF_CORE.Translate('WFA_DTITLE_TBAR') || '" LONGDESC="' ||
2064: owa_util.get_owa_service_path ||
2065: 'wfa_html.LongDesc?p_token=WFA_DTITLE_TBAR">');
2066:
2067: htp.p('');
2068: htp.htmlClose;

Line 3114: owa_util.mime_header('text/html', FALSE);

3110: procedure logout is
3111: username varchar2(320);
3112: begin
3113: wfa_sec.GetSession(username);
3114: owa_util.mime_header('text/html', FALSE);
3115: owa_cookie.send('WDB_GATEWAY_LOGOUT','YES', '', '/');
3116: owa_util.http_header_close;
3117: htp.htmlOpen;
3118: htp.headOpen;

Line 3116: owa_util.http_header_close;

3112: begin
3113: wfa_sec.GetSession(username);
3114: owa_util.mime_header('text/html', FALSE);
3115: owa_cookie.send('WDB_GATEWAY_LOGOUT','YES', '', '/');
3116: owa_util.http_header_close;
3117: htp.htmlOpen;
3118: htp.headOpen;
3119: htp.title(wf_core.translate('WFA_HOMETITLE'));
3120: wfa_html.create_help_function('wf/links/web.htm?WEBHOME');

Line 3248: newwind=window.open("'||owa_util.get_owa_service_path||'wfa_html.homemenu?message=&origin=FLOATING","newWindow","status=yes,toolbar=no,resizable=no,scrollbars=yes,width=200,height=250")

3244:
3245: htp.p('');
3251:
3252: htp.p('

Line 3374: anchor_tag||owa_util.get_owa_service_path ||

3370: -- WorkList Event
3371: htp.tablerowopen;
3372: htp.tabledata(''||<br>
3373:              wf_core.translate('OPEN_NOTIFICATIONS')||''||
3374: anchor_tag||owa_util.get_owa_service_path ||
3375: 'wfa_html.WorkList?user='||username||'&'||'resetcookie=1>'||
3376: wf_core.translate('WFA_WTITLE') || '' ||
3377: wrklstbuf, cattributes=>'id=""');
3378:

Line 3381: anchor_tag||owa_util.get_owa_service_path ||

3377: wrklstbuf, cattributes=>'id=""');
3378:
3379: htp.tabledata(''||<br>
3380:              wf_core.translate('WFE_LIST_EVENTS_TITLE')||''||
3381: anchor_tag||owa_util.get_owa_service_path ||
3382: 'wf_event_html.listevents?resetcookie=T>' ||
3383: wf_core.translate('WFE_LIST_EVENTS_TITLE')|| '', cattributes=>'id=""');
3384: htp.tablerowclose;
3385:

Line 3390: anchor_tag||owa_util.get_owa_service_path || 'wfa_html.Find>' ||

3386: -- Find Notification Find Event
3387: htp.tablerowopen;
3388: htp.tabledata(''||<br>
3389:              wf_core.translate('WFA_FINDTITLE')||''||
3390: anchor_tag||owa_util.get_owa_service_path || 'wfa_html.Find>' ||
3391: wf_core.translate('WFA_FINDTITLE') || '', cattributes=>'id=""');
3392:
3393: htp.tabledata(''||<br>
3394:              wf_core.translate('WFE_FIND_EVENT_TITLE')||''||

Line 3395: anchor_tag||owa_util.get_owa_service_path ||

3391: wf_core.translate('WFA_FINDTITLE') || '', cattributes=>'id=""');
3392:
3393: htp.tabledata(''||<br>
3394:              wf_core.translate('WFE_FIND_EVENT_TITLE')||''||
3395: anchor_tag||owa_util.get_owa_service_path ||
3396: 'wf_event_html.findevent>' ||
3397: wf_core.translate('WFE_FIND_EVENT_TITLE')|| '', cattributes=>'id=""');
3398: htp.tablerowclose;
3399:

Line 3404: anchor_tag||owa_util.get_owa_service_path || 'wf_route.Find>' ||

3400: -- Find Route Systems
3401: htp.tablerowopen;
3402: htp.tabledata(''||<br>
3403:              wf_core.translate('WFRTG_LIST_TITLE')||''||
3404: anchor_tag||owa_util.get_owa_service_path || 'wf_route.Find>' ||
3405: wf_core.translate('WFRTG_FIND_TITLE') || '', cattributes=>'id=""');
3406:
3407: htp.tabledata(''||<br>
3408:              wf_core.translate('WFE_LIST_SYSTEMS_TITLE')||''||

Line 3409: anchor_tag||owa_util.get_owa_service_path ||

3405: wf_core.translate('WFRTG_FIND_TITLE') || '', cattributes=>'id=""');
3406:
3407: htp.tabledata(''||<br>
3408:              wf_core.translate('WFE_LIST_SYSTEMS_TITLE')||''||
3409: anchor_tag||owa_util.get_owa_service_path ||
3410: 'wf_event_html.listsystems?resetcookie=T>' ||
3411: wf_core.translate('WFE_LIST_SYSTEMS_TITLE')|| '', cattributes=>'id=""');
3412: htp.tablerowclose;
3413:

Line 3418: anchor_tag||owa_util.get_owa_service_path ||

3414: -- Find Process (Monitor) Find system
3415: htp.tablerowopen;
3416: htp.tabledata(''||<br>
3417:              wf_core.translate('WFMON_FINDTITLE')||''||
3418: anchor_tag||owa_util.get_owa_service_path ||
3419: 'wf_monitor.Find_Instance>' ||
3420: wf_core.translate('WFMON_FINDTITLE') || '', cattributes=>'id=""');
3421:
3422: htp.tabledata(''||<br>
</p>
<h5>Line 3424:              anchor_tag||owa_util.get_owa_service_path ||<br>
</h5><p>
3420:              wf_core.translate('WFMON_FINDTITLE') || '</A>', cattributes=>'id= 3421:
3422: htp.tabledata(''||<br>
3423:              wf_core.translate('WFE_FIND_SYSTEM_TITLE')||''||
3424: anchor_tag||owa_util.get_owa_service_path ||
3425: 'wf_event_html.findsystem>' ||
3426: wf_core.translate('WFE_FIND_SYSTEM_TITLE')|| '', cattributes=>'id=""');
3427: htp.tablerowclose;
3428:

Line 3433: anchor_tag||owa_util.get_owa_service_path ||

3429: -- User Preference Agents
3430: htp.tablerowopen;
3431: htp.tabledata(''||<br>
3432:              wf_core.translate('WFPREF_EDIT_PREFS_TITLE')||''||
3433: anchor_tag||owa_util.get_owa_service_path ||
3434: 'wf_pref.edit>' ||
3435: wf_core.translate('WFPREF_EDIT_PREFS_TITLE') || '', cattributes=>'id=""');
3436:
3437: htp.tabledata(''||<br>
</p>
<h5>Line 3439:              anchor_tag||owa_util.get_owa_service_path ||<br>
</h5><p>
3435:              wf_core.translate('WFPREF_EDIT_PREFS_TITLE') || '</A>', cattributes=>'id= 3436:
3437: htp.tabledata(''||<br>
3438:              wf_core.translate('WFE_LIST_AGENTS_TITLE')||''||
3439: anchor_tag||owa_util.get_owa_service_path ||
3440: 'wf_event_html.listagents?resetcookie=T>' ||
3441: wf_core.translate('WFE_LIST_AGENTS_TITLE')|| '', cattributes=>'id=""');
3442: htp.tablerowclose;
3443:

Line 3448: anchor_tag||owa_util.get_owa_service_path ||

3444: -- Global Perference Find Agent
3445: htp.tablerowopen;
3446: htp.tabledata(''||<br>
3447:              wf_core.translate('WFPREF_EDIT_DEF_PREFS_TITLE')||''||
3448: anchor_tag||owa_util.get_owa_service_path ||
3449: 'wf_pref.edit?edit_defaults=Y>' ||
3450: wf_core.translate('WFPREF_EDIT_DEF_PREFS_TITLE') || '', cattributes=>'id=""');
3451:
3452: htp.tabledata(''||<br>
</p>
<h5>Line 3454:              anchor_tag||owa_util.get_owa_service_path ||<br>
</h5><p>
3450:              wf_core.translate('WFPREF_EDIT_DEF_PREFS_TITLE') || '</A>', cattributes=>'id= 3451:
3452: htp.tabledata(''||<br>
3453:              wf_core.translate('WFE_FIND_AGENT_TITLE')||''||
3454: anchor_tag||owa_util.get_owa_service_path ||
3455: 'wf_event_html.findagent>' ||
3456: wf_core.translate('WFE_FIND_AGENT_TITLE')|| '', cattributes=>'id=""');
3457: htp.tablerowclose;
3458:

Line 3463: anchor_tag||owa_util.get_owa_service_path ||

3459: -- Document Nodes Subscriptions
3460: htp.tablerowopen;
3461: htp.tabledata(''||<br>
3462:              wf_core.translate('WFDM_EDIT_NODE_TITLE')||''||
3463: anchor_tag||owa_util.get_owa_service_path ||
3464: 'fnd_document_management.dm_nodes_display>' ||
3465: wf_core.translate('WFDM_EDIT_NODE_TITLE')|| '', cattributes=>'id=""');
3466:
3467: htp.tabledata(''||<br>
</p>
<h5>Line 3469:              anchor_tag||owa_util.get_owa_service_path ||<br>
</h5><p>
3465:              wf_core.translate('WFDM_EDIT_NODE_TITLE')|| '</A>', cattributes=>'id= 3466:
3467: htp.tabledata(''||<br>
3468:              wf_core.translate('WFE_LIST_SUBSC_TITLE')||''||
3469: anchor_tag||owa_util.get_owa_service_path ||
3470: 'wf_event_html.listsubscriptions?resetcookie=T>' ||
3471: wf_core.translate('WFE_LIST_SUBSC_TITLE')|| '', cattributes=>'id=""');
3472: htp.tablerowclose;
3473:

Line 3478: anchor_tag||owa_util.get_owa_service_path ||

3474: -- Item Type Definition Find Subscriptions
3475: htp.tablerowopen;
3476: htp.tabledata(''||<br>
3477:              wf_core.translate('WFITD_ITEM_TYPE_DEFINITION')||''||
3478: anchor_tag||owa_util.get_owa_service_path ||
3479: 'wf_item_definition.find_item_type>' ||
3480: wf_core.translate('WFITD_ITEM_TYPE_DEFINITION')|| '', cattributes=>'id=""');
3481:
3482: htp.tabledata(''||<br>
</p>
<h5>Line 3484:              anchor_tag||owa_util.get_owa_service_path ||<br>
</h5><p>
3480:              wf_core.translate('WFITD_ITEM_TYPE_DEFINITION')|| '</A>', cattributes=>'id= 3481:
3482: htp.tabledata(''||<br>
3483:              wf_core.translate('WFE_FIND_SUBSC_TITLE')||''||
3484: anchor_tag||owa_util.get_owa_service_path ||
3485: 'wf_event_html.findsubscription>' ||
3486: wf_core.translate('WFE_FIND_SUBSC_TITLE')|| '', cattributes=>'id=""');
3487: htp.tablerowclose;
3488:

Line 3493: anchor_tag||owa_util.get_owa_service_path ||

3489: -- Launch Process Check Setup
3490: htp.tablerowopen;
3491: htp.tabledata(''||<br>
3492:              wf_core.translate('WFINIT_ITEM_TYPE_TITLE')||''||
3493: anchor_tag||owa_util.get_owa_service_path ||
3494: 'wf_initiate.itemtype>' ||
3495: wf_core.translate('WFINIT_ITEM_TYPE_TITLE')|| '', cattributes=>'id=""');
3496:
3497: htp.tabledata(''||<br>
</p>
<h5>Line 3499:              anchor_tag||owa_util.get_owa_service_path ||<br>
</h5><p>
3495:              wf_core.translate('WFINIT_ITEM_TYPE_TITLE')|| '</A>', cattributes=>'id= 3496:
3497: htp.tabledata(''||<br>
3498:              wf_core.translate('WFE_CHECK_ALL_TITLE')||''||
3499: anchor_tag||owa_util.get_owa_service_path ||
3500: 'wf_setup.check_all>' ||
3501: wf_core.translate('WFE_CHECK_ALL_TITLE')|| '', cattributes=>'id=""');
3502: htp.tablerowclose;
3503:

Line 3508: anchor_tag||owa_util.get_owa_service_path ||

3504: -- Demo Raise Business Event
3505: htp.tablerowopen;
3506: htp.tabledata(''||<br>
3507:              wf_core.translate('WF_DEMO_MENU')||''||
3508: anchor_tag||owa_util.get_owa_service_path ||
3509: 'wf_demo.home>' ||
3510: wf_core.translate('WF_DEMO_MENU')|| '', cattributes=>'id=""');
3511:
3512: htp.tabledata(' 3513: 'FNDWATHS.gif" height=18 width=18 alt="'||
3514: wf_core.translate('WFE_RAISE_EVENT_TITLE')||'">'||
3515: anchor_tag||owa_util.get_owa_service_path ||
3516: 'wf_event_html.entereventdetails?p_event_name=%>' ||
3517: wf_core.translate('WFE_RAISE_EVENT_TITLE')|| '', cattributes=>'id=""');
3518: htp.tablerowclose;
3519:

Line 3528: anchor_tag||owa_util.get_owa_service_path ||

3524:
3525: htp.tabledata(''||<br>
3527:              wf_core.translate('WFE_SYSTEM_SIGNUP_TITLE')||''||
3528: anchor_tag||owa_util.get_owa_service_path ||
3529: 'wf_event_html.entereventdetails?p_event_name=oracle.apps.wf.event.system.signup>' ||
3530: wf_core.translate('WFE_SYSTEM_SIGNUP_TITLE')|| '', cattributes=>'id=""');
3531: htp.tablerowclose;
3532:

Line 3541: anchor_tag||owa_util.get_owa_service_path ||

3537:
3538: htp.tabledata(''||<br>
3540:              wf_core.translate('WFE_SYSTEM_IDENTIFIER_TITLE')||''||
3541: anchor_tag||owa_util.get_owa_service_path ||
3542: 'wf_event_html.getsystemidentifier>' ||
3543: wf_core.translate('WFE_SYSTEM_IDENTIFIER_TITLE')|| '', cattributes=>'id=""');
3544: htp.tablerowclose;
3545:

Line 3554: anchor_tag||owa_util.get_owa_service_path ||

3550:
3551: htp.tabledata(''||<br>
3553:              wf_core.translate('WFE_EVENT_QUEUE_SUMMARY_TITLE')||''||
3554: anchor_tag||owa_util.get_owa_service_path ||
3555: 'wf_event_html.eventqueuedisplay>' ||
3556: wf_core.translate('WFE_EVENT_QUEUE_SUMMARY_TITLE')|| '', cattributes=>'id=""');
3557: htp.tablerowclose;
3558:

Line 3565: anchor_tag||owa_util.get_owa_service_path ||

3561: -- Worklist
3562: htp.tablerowopen;
3563: htp.tabledata(''||<br>
3564:              wf_core.translate('OPEN_NOTIFICATIONS')||''||
3565: anchor_tag||owa_util.get_owa_service_path ||
3566: 'wfa_html.WorkList?resetcookie=1>'||
3567: wf_core.translate('WFA_WTITLE') || '' ||
3568: wrklstbuf, cattributes=>'id=""');
3569: htp.tablerowclose;

Line 3575: anchor_tag||owa_util.get_owa_service_path || 'wfa_html.Find>' ||

3571: -- Find Notification
3572: htp.tablerowopen;
3573: htp.tabledata(''||<br>
3574:              wf_core.translate('WFA_FINDTITLE')||''||
3575: anchor_tag||owa_util.get_owa_service_path || 'wfa_html.Find>' ||
3576: wf_core.translate('WFA_FINDTITLE') || '', cattributes=>'id=""');
3577:
3578: htp.tablerowclose;
3579:

Line 3584: anchor_tag||owa_util.get_owa_service_path || 'wf_route.List>' ||

3580: -- List Route
3581: htp.tablerowopen;
3582: htp.tabledata(''||<br>
3583:               wf_core.translate('WFRTG_LIST_TITLE')||''||
3584: anchor_tag||owa_util.get_owa_service_path || 'wf_route.List>' ||
3585: wf_core.translate('WFRTG_LIST_TITLE') || '', cattributes=>'id=""');
3586: htp.tablerowclose;
3587:
3588: -- Find Process (Monitor)

Line 3592: anchor_tag||owa_util.get_owa_service_path ||

3588: -- Find Process (Monitor)
3589: htp.tablerowopen;
3590: htp.tabledata(''||<br>
3591:              wf_core.translate('WFMON_FINDTITLE')||''||
3592: anchor_tag||owa_util.get_owa_service_path ||
3593: 'wf_monitor.Find_Instance>' ||
3594: wf_core.translate('WFMON_FINDTITLE') || '', cattributes=>'id=""');
3595: htp.tablerowclose;
3596:

Line 3601: anchor_tag||owa_util.get_owa_service_path ||

3597: -- Personal Preference
3598: htp.tablerowopen;
3599: htp.tabledata(''||<br>
3600:              wf_core.translate('WFPREF_EDIT_PREFS_TITLE')||''||
3601: anchor_tag||owa_util.get_owa_service_path ||
3602: 'wf_pref.edit>' ||
3603: wf_core.translate('WFPREF_EDIT_PREFS_TITLE') || '', cattributes=>'id=""');
3604: htp.tablerowclose;
3605:

Line 3755: -- owa_util.mime_header(doctype, FALSE);

3751: if (upper(trim(l_encoding)) = 'BASE64') then
3752: dbms_lob.createTemporary(blob_loc, FALSE, dbms_lob.call);
3753:
3754: wf_mail_util.decodeBLOB(clob_loc, blob_loc);
3755: -- owa_util.mime_header(doctype, FALSE);
3756: -- Write appropriate headers before downloading the document
3757: if (l_filename is null or l_filename = '') then
3758: l_filename := aname || '.' || l_extension;
3759: end if;

Line 3764: -- owa_util.http_header_close;

3760: htp.p('Content-type: '||l_mime_type);
3761: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
3762: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
3763: htp.p('');
3764: -- owa_util.http_header_close;
3765:
3766: wpg_docload.download_file(blob_loc);
3767: dbms_lob.freeTemporary(blob_loc);
3768: end if;

Line 3772: owa_util.mime_header(l_mime_type, TRUE);

3768: end if;
3769: else
3770: -- This provides limited binary document support. It assumes that the document in
3771: -- stored as raw in varchar.
3772: owa_util.mime_header(l_mime_type, TRUE);
3773: lobsize := dbms_lob.getlength(clob_loc);
3774: amount := 32000;
3775: wf_notification.clob_chunk := 0;
3776: while not (end_of_text) loop

Line 3792: -- owa_util.mime_header(doctype, FALSE);

3788: end if;
3789: if (l_filename is null or l_filename = '') then
3790: l_filename := aname || '.' || l_extension;
3791: end if;
3792: -- owa_util.mime_header(doctype, FALSE);
3793: htp.p('Content-type: '||l_mime_type);
3794: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
3795: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
3796: htp.p('');

Line 3797: -- owa_util.http_header_close;

3793: htp.p('Content-type: '||l_mime_type);
3794: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
3795: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
3796: htp.p('');
3797: -- owa_util.http_header_close;
3798:
3799: wpg_docload.download_file(blob_loc);
3800: dbms_lob.freeTemporary(blob_loc);
3801: end if;

Line 3841: l_base_url := SUBSTR(RTRIM(owa_util.get_owa_service_path), 1,

3837:
3838: IF (get_from_resources = FALSE) THEN
3839:
3840: -- Need to strip off trailing / to match wf_web_agent format
3841: l_base_url := SUBSTR(RTRIM(owa_util.get_owa_service_path), 1,
3842: LENGTH(RTRIM(owa_util.get_owa_service_path)) - 1);
3843:
3844: ELSE
3845:

Line 3842: LENGTH(RTRIM(owa_util.get_owa_service_path)) - 1);

3838: IF (get_from_resources = FALSE) THEN
3839:
3840: -- Need to strip off trailing / to match wf_web_agent format
3841: l_base_url := SUBSTR(RTRIM(owa_util.get_owa_service_path), 1,
3842: LENGTH(RTRIM(owa_util.get_owa_service_path)) - 1);
3843:
3844: ELSE
3845:
3846: l_base_url := wf_core.translate ('WF_WEB_AGENT');

Line 4038: c_browser varchar2(400) := owa_util.get_cgi_env('HTTP_USER_AGENT');

4034:
4035: function replace_onMouseOver_quotes(p_string in varchar2) return varchar2 is
4036:
4037: temp_string varchar2(2000);
4038: c_browser varchar2(400) := owa_util.get_cgi_env('HTTP_USER_AGENT');
4039:
4040: begin
4041:
4042: -- replace single quotes