DBA Data[Home] [Help]

APPS.FND_DOCUMENT_MANAGEMENT dependencies on OWA_UTIL

Line 478: owa_util.get_owa_service_path ||

474: /*
475: ** Create the top header frameset and the bottom summary/detail frameset
476: */
477: htp.p ('');
480:
481: /*
482: ** Create the header frame

Line 493: owa_util.get_owa_service_path ||

489: wfa_html.conv_special_url_chars(document_identifier)||
490: '&username='||username||
491: ' MARGINHEIGHT=10 MARGINWIDTH=10 '||
492: 'SCROLLING="NO" NORESIZE FRAMEBORDER=YES LONGDESC="'||
493: owa_util.get_owa_service_path ||
494: 'wfa_html.LongDesc?p_token=WFDM_LONGDESC">');
495:
496: /*
497: ** Get the HTML text for displaying the document

Line 511: owa_util.get_owa_service_path ||

507: 'SRC='||
508: l_document_url ||
509: ' MARGINHEIGHT=10 MARGINWIDTH=10 '||
510: 'NORESIZE SCROLLING="YES" FRAMEBORDER=NO LONGDESC="'||
511: owa_util.get_owa_service_path ||
512: 'wfa_html.LongDesc?p_token=WFDM_LONGDESC">');
513:
514: /*
515: ** Close the summary/details frameset

Line 730: ** owa_util variables will not be available when this string

726: /*
727: ** The forms attachments interface calls this same function to
728: ** get the proper url to attach a document to a business object.
729: ** Since the forms launch process is not within a browser the
730: ** owa_util variables will not be available when this string
731: ** gets created. We check here whether your calling this from
732: ** a web interface or a forms interface.
733: */
734: IF (html_formatting = TRUE) THEN

Line 736: l_browser := owa_util.get_cgi_env('HTTP_USER_AGENT');

732: ** a web interface or a forms interface.
733: */
734: IF (html_formatting = TRUE) THEN
735:
736: l_browser := owa_util.get_cgi_env('HTTP_USER_AGENT');
737:
738: ELSE
739:
740: l_browser := 'NETSCAPE';

Line 758: IF (instr(owa_util.get_cgi_env('HTTP_USER_AGENT'), 'MSIE') = 0) THEN

754: ** are not using IE then add another opener.parent to the hierarchy.
755: ** We have two different calls because it depends if you are calling
756: ** this from the multiframe response window or from a single frame window.
757: */
758: IF (instr(owa_util.get_cgi_env('HTTP_USER_AGENT'), 'MSIE') = 0) THEN
759:
760: l_callback_function := REPLACE(callback_function,
761: 'opener.parent.bottom.document',
762: 'opener.parent.opener.parent.bottom.document');

Line 2366: l_browser varchar2(400) := owa_util.get_cgi_env('HTTP_USER_AGENT');

2362: ) IS
2363:
2364: l_attributes VARCHAR2(1000) := NULL;
2365: l_callback_url VARCHAR2(5000) := NULL;
2366: l_browser varchar2(400) := owa_util.get_cgi_env('HTTP_USER_AGENT');
2367:
2368: BEGIN
2369:
2370: l_attributes := '"location=no,resizable=no,scrollbars=no,toolbar=no,menubar=no,'||

Line 2801: ** owa_util variables will not be available when this string

2797: /*
2798: ** The forms attachments interface calls this same function to
2799: ** get the proper url to attach a document to a business object.
2800: ** Since the forms launch process is not within a browser the
2801: ** owa_util variables will not be available when this string
2802: ** gets created. We check here whether your calling this from
2803: ** a web interface (the display_icon parameter should be changed
2804: ** to html_interface) or a forms interface.
2805: */

Line 2808: l_browser := owa_util.get_cgi_env('HTTP_USER_AGENT');

2804: ** to html_interface) or a forms interface.
2805: */
2806: IF (display_icon = TRUE) THEN
2807:
2808: l_browser := owa_util.get_cgi_env('HTTP_USER_AGENT');
2809:
2810: ELSE
2811:
2812: l_browser := 'NETSCAPE';

Line 3055: owa_util.get_owa_service_path ||

3051: ** Create the top header frameset and the bottom summary/detail frameset
3052: */
3053:
3054: htp.p ('');
3057:
3058: /*
3059: ** Create the header frame

Line 3069: owa_util.get_owa_service_path ||

3065: 'username='||username||
3066: '&callback_function='||l_callback_function||
3067: ' MARGINHEIGHT=10 MARGINWIDTH=10 '||
3068: 'SCROLLING="NO" NORESIZE FRAMEBORDER=YES LONGDESC="'||
3069: owa_util.get_owa_service_path ||
3070: 'wfa_html.LongDesc?p_token=WFDM_LONGDESC">');
3071:
3072: /*
3073: ** Replace the NodeId token with the current dm home node id for

Line 3099: owa_util.get_owa_service_path ||

3095: '.opener.parent.parent.opener.',
3096: '.opener.parent.')||
3097: ' MARGINHEIGHT=10 MARGINWIDTH=10 '||
3098: 'NORESIZE SCROLLING="YES" FRAMEBORDER=NO LONGDESC="'||
3099: owa_util.get_owa_service_path ||
3100: 'wfa_html.LongDesc?p_token=WFDM_LONGDESC">');
3101:
3102: /*
3103: ** Close the summary/details frameset

Line 3533: -- use owa_util.redirect_url to redirect the URL to the home page

3529: */
3530: l_attach_URL := REPLACE(l_attach_URL, '-NodeId-',
3531: dm_node_id);
3532:
3533: -- use owa_util.redirect_url to redirect the URL to the home page
3534: owa_util.redirect_url(curl=>l_attach_URL, bclose_header=>TRUE);
3535:
3536: ELSE
3537:

Line 3534: owa_util.redirect_url(curl=>l_attach_URL, bclose_header=>TRUE);

3530: l_attach_URL := REPLACE(l_attach_URL, '-NodeId-',
3531: dm_node_id);
3532:
3533: -- use owa_util.redirect_url to redirect the URL to the home page
3534: owa_util.redirect_url(curl=>l_attach_URL, bclose_header=>TRUE);
3535:
3536: ELSE
3537:
3538: -- use owa_util.redirect_url to redirect the URL to the home page

Line 3538: -- use owa_util.redirect_url to redirect the URL to the home page

3534: owa_util.redirect_url(curl=>l_attach_URL, bclose_header=>TRUE);
3535:
3536: ELSE
3537:
3538: -- use owa_util.redirect_url to redirect the URL to the home page
3539: owa_util.redirect_url(curl=>dm_base_url ||
3540: '/fnd_document_management.create_attach_document_url'||
3541: '?username='||l_username||
3542: '&callback_function='||

Line 3539: owa_util.redirect_url(curl=>dm_base_url ||

3535:
3536: ELSE
3537:
3538: -- use owa_util.redirect_url to redirect the URL to the home page
3539: owa_util.redirect_url(curl=>dm_base_url ||
3540: '/fnd_document_management.create_attach_document_url'||
3541: '?username='||l_username||
3542: '&callback_function='||
3543: wfa_html.conv_special_url_chars(callback),