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 1629: -- owa_util.mime_header(doctype, FALSE);

1625: if (upper(trim(l_encoding)) = 'BASE64') then
1626: dbms_lob.createTemporary(blob_loc, FALSE, dbms_lob.call);
1627:
1628: wf_mail_util.decodeBLOB(clob_loc, blob_loc);
1629: -- owa_util.mime_header(doctype, FALSE);
1630: -- Write appropriate headers before downloading the document
1631: if (l_filename is null or l_filename = '') then
1632: l_filename := aname || '.' || l_extension;
1633: end if;

Line 1638: -- owa_util.http_header_close;

1634: htp.p('Content-type: '||l_mime_type);
1635: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
1636: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
1637: htp.p('');
1638: -- owa_util.http_header_close;
1639:
1640: wpg_docload.download_file(blob_loc);
1641: dbms_lob.freeTemporary(blob_loc);
1642: end if;

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

1642: end if;
1643: else
1644: -- This provides limited binary document support. It assumes that the document in
1645: -- stored as raw in varchar.
1646: owa_util.mime_header(l_mime_type, TRUE);
1647: lobsize := dbms_lob.getlength(clob_loc);
1648: amount := 32000;
1649: wf_notification.clob_chunk := 0;
1650: while not (end_of_text) loop

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

1662: end if;
1663: if (l_filename is null or l_filename = '') then
1664: l_filename := aname || '.' || l_extension;
1665: end if;
1666: -- owa_util.mime_header(doctype, FALSE);
1667: htp.p('Content-type: '||l_mime_type);
1668: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
1669: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
1670: htp.p('');

Line 1671: -- owa_util.http_header_close;

1667: htp.p('Content-type: '||l_mime_type);
1668: htp.p('Content-Disposition: attachment; filename="'||l_filename||'"');
1669: htp.p('Content-length: ' || dbms_lob.getlength(blob_loc));
1670: htp.p('');
1671: -- owa_util.http_header_close;
1672:
1673: wpg_docload.download_file(blob_loc);
1674: dbms_lob.freeTemporary(blob_loc);
1675: end if;

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

1712:
1713: IF (get_from_resources = FALSE) THEN
1714:
1715: -- Need to strip off trailing / to match wf_web_agent format
1716: l_base_url := SUBSTR(RTRIM(owa_util.get_owa_service_path), 1,
1717: LENGTH(RTRIM(owa_util.get_owa_service_path)) - 1);
1718:
1719: ELSE
1720:

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

1713: IF (get_from_resources = FALSE) THEN
1714:
1715: -- Need to strip off trailing / to match wf_web_agent format
1716: l_base_url := SUBSTR(RTRIM(owa_util.get_owa_service_path), 1,
1717: LENGTH(RTRIM(owa_util.get_owa_service_path)) - 1);
1718:
1719: ELSE
1720:
1721: l_base_url := wf_core.translate ('WF_WEB_AGENT');

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

1909:
1910: function replace_onMouseOver_quotes(p_string in varchar2) return varchar2 is
1911:
1912: temp_string varchar2(2000);
1913: c_browser varchar2(400) := owa_util.get_cgi_env('HTTP_USER_AGENT');
1914:
1915: begin
1916:
1917: -- replace single quotes