DBA Data[Home] [Help]

APPS.WF_EVENT_HTML dependencies on OWA_UTIL

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

268: end if;
269:
270: -- set cookie
271: else
272: owa_util.mime_header('text/html', FALSE);
273: owa_cookie.send('WF_EVENT_COOKIE',
274: l_name||':'||
275: l_display_name||':'||
276: l_type||':'||

Line 278: owa_util.http_header_close;

274: l_name||':'||
275: l_display_name||':'||
276: l_type||':'||
277: l_status);
278: owa_util.http_header_close;
279: end if;
280:
281: -- populate the data table
282: i := 0;

Line 326: owa_util.get_owa_service_path||'wf_event_html.FindEvent',

322: htp.headClose;
323:
324: -- Page header
325: wfa_sec.Header(FALSE,
326: owa_util.get_owa_service_path||'wf_event_html.FindEvent',
327: wf_core.translate('WFE_LIST_EVENTS_TITLE'),
328: TRUE);
329:
330: htp.br; -- add some space between header and table

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

506: end if;
507:
508: -- set cookie
509: else
510: owa_util.mime_header('text/html', FALSE);
511: owa_cookie.send('WF_SYSTEM_COOKIE',
512: rawtohex(l_mguid)||':'||
513: l_name||':'||
514: l_display_name);

Line 515: owa_util.http_header_close;

511: owa_cookie.send('WF_SYSTEM_COOKIE',
512: rawtohex(l_mguid)||':'||
513: l_name||':'||
514: l_display_name);
515: owa_util.http_header_close;
516: end if;
517:
518: -- populate the data table
519: i := 0;

Line 592: owa_util.get_owa_service_path||'wf_event_html.FindSystem',

588: htp.headClose;
589:
590: -- Page header
591: wfa_sec.Header(FALSE,
592: owa_util.get_owa_service_path||'wf_event_html.FindSystem',
593: wf_core.translate('WFE_LIST_SYSTEMS_TITLE'),
594: TRUE);
595:
596: htp.br; -- add some space between header and table

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

794: end if;
795:
796: -- set cookie
797: else
798: owa_util.mime_header('text/html', FALSE);
799: owa_cookie.send('WF_AGENT_COOKIE',
800: rawtohex(l_sguid)||':'||
801: l_name||':'||
802: l_protocol||':'||

Line 806: owa_util.http_header_close;

802: l_protocol||':'||
803: l_address||':'||
804: l_direction||':'||
805: l_status);
806: owa_util.http_header_close;
807: end if;
808:
809: -- populate the data table
810: prev_sname := null;

Line 890: owa_util.get_owa_service_path||'wf_event_html.FindAgent',

886: htp.headClose;
887:
888: -- Page header
889: wfa_sec.Header(FALSE,
890: owa_util.get_owa_service_path||'wf_event_html.FindAgent',
891: wf_core.translate('WFE_LIST_AGENTS_TITLE'),
892: TRUE);
893:
894: htp.br; -- add some space between header and table

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

1110: end if;
1111:
1112: -- set cookie to event and system guid
1113: else
1114: owa_util.mime_header('text/html', FALSE);
1115: owa_cookie.send('WF_SUBSCRIPTION_COOKIE',
1116: rawtohex(l_eguid)||':'||
1117: rawtohex(l_sguid)||':'||
1118: l_source_type||':'||

Line 1120: owa_util.http_header_close;

1116: rawtohex(l_eguid)||':'||
1117: rawtohex(l_sguid)||':'||
1118: l_source_type||':'||
1119: l_status);
1120: owa_util.http_header_close;
1121: end if;
1122:
1123: -- determine if this is from system or from event
1124: if (l_sguid is not null) then

Line 1380: owa_util.get_owa_service_path||'wf_event_html.FindSubscription',

1376: htp.headClose;
1377:
1378: -- Page header
1379: wfa_sec.Header(FALSE,
1380: owa_util.get_owa_service_path||'wf_event_html.FindSubscription',
1381: wf_core.translate('WFE_LIST_SUBSC_TITLE'),
1382: TRUE);
1383:
1384: htp.br; -- add some space between header and table

Line 1685: owa_util.get_owa_service_path||'wf_event_html.FindEvent',

1681: htp.headClose;
1682:
1683: -- Page header
1684: wfa_sec.Header(FALSE,
1685: owa_util.get_owa_service_path||'wf_event_html.FindEvent',
1686: wf_core.translate('WFE_EDIT_'||l_type||'_TITLE'),
1687: TRUE);
1688:
1689: -- Form

Line 1690: htp.formOpen(curl=>owa_util.get_owa_service_path||

1686: wf_core.translate('WFE_EDIT_'||l_type||'_TITLE'),
1687: TRUE);
1688:
1689: -- Form
1690: htp.formOpen(curl=>owa_util.get_owa_service_path||
1691: 'wf_event_html.SubmitEvent',
1692: cmethod=>'Get',
1693: cattributes=>'TARGET="_top" NAME="WF_EVENT_EDIT"');
1694:

Line 1874: htp.formOpen(curl=>owa_util.get_owa_service_path||

1870:
1871: htp.p(wf_core.translate('WFE_EVENTS_IN_GROUP'));
1872:
1873: -- Submit Form for Add/Delete
1874: htp.formOpen(curl=>owa_util.get_owa_service_path||
1875: 'Wf_Event_Html.SubmitSelectedGEvents',
1876: cmethod=>'Post',
1877: cattributes=>'TARGET="_top" NAME="WF_GROUP_EDIT"');
1878: htp.formHidden('h_gguid', rawtohex(h_guid));

Line 2200: htp.formOpen(curl=>owa_util.get_owa_service_path||

2196: end loop;
2197: end if;
2198:
2199: -- Submit Form for Add/Delete
2200: htp.formOpen(curl=>owa_util.get_owa_service_path||
2201: 'Wf_Event_Html.SubmitSelectedGEvents',
2202: cmethod=>'Get',
2203: cattributes=>'TARGET="_top" NAME="WF_GROUP_EDIT"');
2204: htp.formHidden('h_gguid', rawtohex(h_guid));

Line 2367: owa_util.get_owa_service_path||'wf_event_html.FindEvent',

2363: htp.headClose;
2364:
2365: -- Page header
2366: wfa_sec.Header(FALSE,
2367: owa_util.get_owa_service_path||'wf_event_html.FindEvent',
2368: wf_core.translate('WFE_EDIT_SYSTEM_TITLE'),
2369: TRUE);
2370:
2371: -- populate the appropriate values in the form if editing an exist guid

Line 2407: htp.formOpen(curl=>owa_util.get_owa_service_path||

2403:
2404:
2405: end if;
2406: -- Form
2407: htp.formOpen(curl=>owa_util.get_owa_service_path||
2408: 'wf_event_html.SubmitSystem',
2409: cmethod=>'Get',
2410: cattributes=>'TARGET="_top" NAME="WF_SYSTEM_EDIT"');
2411:

Line 2616: owa_util.get_owa_service_path||'wf_event_html.FindAgent',

2612: htp.headClose;
2613:
2614: -- Page header
2615: wfa_sec.Header(FALSE,
2616: owa_util.get_owa_service_path||'wf_event_html.FindAgent',
2617: wf_core.translate('WFE_EDIT_AGENT_TITLE'),
2618: TRUE);
2619:
2620: -- populate the appropriate values in the form if editing an exist guid

Line 2663: htp.formOpen(curl=>owa_util.get_owa_service_path||

2659:
2660: end if;
2661:
2662: -- Form
2663: htp.formOpen(curl=>owa_util.get_owa_service_path||
2664: 'wf_event_html.SubmitAgent',
2665: cmethod=>'Get',
2666: cattributes=>'TARGET="_top" NAME="WF_AGENT_EDIT"');
2667:

Line 3030: owa_util.get_owa_service_path||'wf_event_html.FindSubscription',

3026: htp.headClose;
3027:
3028: -- Page header
3029: wfa_sec.Header(FALSE,
3030: owa_util.get_owa_service_path||'wf_event_html.FindSubscription',
3031: wf_core.translate('WFE_EDIT_SUBSC_TITLE'),
3032: TRUE);
3033:
3034: -- populate the appropriate values in the form if editing an exist guid

Line 3285: htp.formOpen(curl=>owa_util.get_owa_service_path||

3281: htp.formHidden('h_in', 'IN');
3282: htp.formClose;
3283:
3284: -- Form
3285: htp.formOpen(curl=>owa_util.get_owa_service_path||
3286: 'wf_event_html.SubmitSubscription',
3287: cmethod=>'Get',
3288: cattributes=>'TARGET="_top" NAME="WF_SUBSC_EDIT"');
3289:

Line 4412: htp.formOpen(curl=>owa_util.get_owa_service_path||l_url,

4408: -- Page header
4409: wfa_sec.Header(FALSE, null, title, TRUE);
4410:
4411: -- Form
4412: htp.formOpen(curl=>owa_util.get_owa_service_path||l_url,
4413: cmethod=>'Get',
4414: cattributes=>'TARGET="_top" NAME="WF_EVENT_FIND"');
4415:
4416: htp.tableOpen(calign=>'CENTER', cattributes=>'border=0 summary=""');

Line 4556: htp.formOpen(curl=>owa_util.get_owa_service_path||

4552: dTab(i).hasdetail := FALSE;
4553: end loop;
4554:
4555: -- Submit Form for Add/Delete
4556: htp.formOpen(curl=>owa_util.get_owa_service_path||
4557: 'Wf_Event_Html.SubmitSelectedGEvents',
4558: cmethod=>'Post',
4559: cattributes=>'TARGET="_top" NAME="WF_GROUP_EDIT"');
4560: htp.formHidden('h_gguid', rawtohex(h_guid));

Line 5956: owa_util.redirect_url(curl=> wfa_html.base_url||'/wf_event_html.RaiseEventConfirm?p_event_name='||p_event_name||'&p_event_key='||p_event_key);

5952: dbms_lob.write(l_event_data, length(p_event_data), 1 , p_event_data);
5953: wf_event.raise(p_event_name, p_event_key, l_event_data);
5954: end if;
5955:
5956: owa_util.redirect_url(curl=> wfa_html.base_url||'/wf_event_html.RaiseEventConfirm?p_event_name='||p_event_name||'&p_event_key='||p_event_key);
5957:
5958: exception
5959: when OTHERS then
5960: rollback;

Line 6100: owa_util.mime_header('text/xml', TRUE);

6096: close agent;
6097:
6098: l_dtd := substr(l_dtd||l_end_dtd,1,32000);
6099:
6100: owa_util.mime_header('text/xml', TRUE);
6101:
6102: owa_util.http_header_close;
6103:
6104: htp.p(l_dtd);

Line 6102: owa_util.http_header_close;

6098: l_dtd := substr(l_dtd||l_end_dtd,1,32000);
6099:
6100: owa_util.mime_header('text/xml', TRUE);
6101:
6102: owa_util.http_header_close;
6103:
6104: htp.p(l_dtd);
6105:
6106: exception

Line 6936: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindQueueMessage?p_queue_name='||p_queue_name||'&p_type=WF_EVENT_T', wf_core.translate('WFQUEUE_MESSAGE_TITLE'), TRUE);

6932: htp.p('');
6933: htp.title(wf_core.translate('WFQUEUE_MESSAGE_TITLE'));
6934: wfa_html.create_help_function('wf/links/t_l.htm?T_LQUEM');
6935: htp.headClose;
6936: wfa_sec.Header(FALSE, owa_util.get_owa_service_path ||'wf_event_html.FindQueueMessage?p_queue_name='||p_queue_name||'&p_type=WF_EVENT_T', wf_core.translate('WFQUEUE_MESSAGE_TITLE'), TRUE);
6937: htp.br;
6938:
6939: IF (admin_mode = 'N') THEN
6940: htp.center(htf.bold(l_error_msg));

Line 7333: --owa_util.mime_header('text/xml', TRUE);

7329: -- bug 2640742
7330: l_doclength := dbms_lob.getlength(l_clob);
7331:
7332: IF (l_clob IS NOT NULL and l_doclength > 0) THEN
7333: --owa_util.mime_header('text/xml', TRUE);
7334: owa_util.mime_header(p_mimetype, TRUE);
7335:
7336: owa_util.http_header_close;
7337:

Line 7334: owa_util.mime_header(p_mimetype, TRUE);

7330: l_doclength := dbms_lob.getlength(l_clob);
7331:
7332: IF (l_clob IS NOT NULL and l_doclength > 0) THEN
7333: --owa_util.mime_header('text/xml', TRUE);
7334: owa_util.mime_header(p_mimetype, TRUE);
7335:
7336: owa_util.http_header_close;
7337:
7338: -- Check for the presence of '<' in the beginning of clob. Leading white spaces

Line 7336: owa_util.http_header_close;

7332: IF (l_clob IS NOT NULL and l_doclength > 0) THEN
7333: --owa_util.mime_header('text/xml', TRUE);
7334: owa_util.mime_header(p_mimetype, TRUE);
7335:
7336: owa_util.http_header_close;
7337:
7338: -- Check for the presence of '<' in the beginning of clob. Leading white spaces
7339: -- in the XML document are ignored.
7340: l_counter := 1;

Line 7461: owa_util.mime_header(p_mime_type, TRUE);

7457:
7458: l_eventdata := l_event_t.GetEventData();
7459:
7460: IF l_eventdata IS NOT NULL THEN
7461: owa_util.mime_header(p_mime_type, TRUE);
7462:
7463: owa_util.http_header_close;
7464:
7465: -- bug 2640742

Line 7463: owa_util.http_header_close;

7459:
7460: IF l_eventdata IS NOT NULL THEN
7461: owa_util.mime_header(p_mime_type, TRUE);
7462:
7463: owa_util.http_header_close;
7464:
7465: -- bug 2640742
7466: l_doclength := dbms_lob.getlength(l_eventdata);
7467: