DBA Data[Home] [Help]

APPS.FND_WEBATTCH dependencies on OWA_UTIL

Line 155: l_dcdname varchar2(80):= owa_util.get_cgi_env('SCRIPT_NAME');

151: l_pk5_value varchar2(150) := icx_call.decrypt2(summary.pk5_value);
152: l_from_url varchar2(2000) := icx_call.decrypt2(summary.from_url);
153: l_query_only varchar2(100) := icx_call.decrypt2(summary.query_only);
154: l_lang varchar2(24);
155: l_dcdname varchar2(80):= owa_util.get_cgi_env('SCRIPT_NAME');
156: l_packagename varchar2(80) := 'FND_WEBATTCH';
157: begin
158:
159: -- Validate the session

Line 382: l_dcdname varchar2(80):= owa_util.get_cgi_env('SCRIPT_NAME');

378: l_pk5_value varchar2(150);
379: l_from_url varchar2(2000);
380: l_query_only varchar2(1);
381: l_lang varchar2(24);
382: l_dcdname varchar2(80):= owa_util.get_cgi_env('SCRIPT_NAME');
383: l_packagename varchar2(80) := 'FND_WEBATTCH';
384:
385: begin
386:

Line 503: owa_util.redirect_url (curl => owa_util.get_owa_service_path||

499: DELETE FROM fnd_lobs WHERE file_id = l_media_id;
500: end if;
501:
502: -- Redirect the URL to the file location
503: owa_util.redirect_url (curl => owa_util.get_owa_service_path||
504: 'fnd_webattch.Summary?function_name=' || function_name
505: ||'&'||'entity_name='||entity_name
506: ||'&'||'pk1_value='||pk1_value
507: ||'&'||'pk2_value='||pk2_value

Line 553: l_dcdname varchar2(80):= owa_util.get_cgi_env('SCRIPT_NAME');

549: l_pk5_value varchar2(150);
550: l_from_url varchar2(2000);
551: l_query_only varchar2(1);
552: l_lang varchar2(24);
553: l_dcdname varchar2(80):= owa_util.get_cgi_env('SCRIPT_NAME');
554: l_packagename varchar2(80) := 'FND_WEBATTCH';
555:
556: begin
557:

Line 714: owa_util.status_line(404, 'File Not Found', TRUE);

710: -- Get the file_name which also has the file_content_type.
711: open filename_cursor (l_attached_document_id);
712: fetch filename_cursor into l_file_name, l_media_id;
713: if filename_cursor%NOTFOUND then
714: owa_util.status_line(404, 'File Not Found', TRUE);
715: RETURN;
716: end if;
717:
718: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');

Line 718: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');

714: owa_util.status_line(404, 'File Not Found', TRUE);
715: RETURN;
716: end if;
717:
718: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
719: /*web_plsql_agent := SUBSTR(l_script_name, 2,
720: INSTR(l_script_name, '/', 2) - 1);
721: web_server_prefix := 'http://' || owa_util.get_cgi_env('SERVER_NAME') ||
722: ':' || owa_util.get_cgi_env('SERVER_PORT'); */

Line 721: web_server_prefix := 'http://' || owa_util.get_cgi_env('SERVER_NAME') ||

717:
718: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
719: /*web_plsql_agent := SUBSTR(l_script_name, 2,
720: INSTR(l_script_name, '/', 2) - 1);
721: web_server_prefix := 'http://' || owa_util.get_cgi_env('SERVER_NAME') ||
722: ':' || owa_util.get_cgi_env('SERVER_PORT'); */
723: gfm_agent := fnd_web_config.gfm_agent;
724:
725: l_url := fnd_gfm.construct_download_URL( gfm_agent, l_media_id, FALSE);

Line 722: ':' || owa_util.get_cgi_env('SERVER_PORT'); */

718: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
719: /*web_plsql_agent := SUBSTR(l_script_name, 2,
720: INSTR(l_script_name, '/', 2) - 1);
721: web_server_prefix := 'http://' || owa_util.get_cgi_env('SERVER_NAME') ||
722: ':' || owa_util.get_cgi_env('SERVER_PORT'); */
723: gfm_agent := fnd_web_config.gfm_agent;
724:
725: l_url := fnd_gfm.construct_download_URL( gfm_agent, l_media_id, FALSE);
726:

Line 728: owa_util.redirect_url( l_url );

724:
725: l_url := fnd_gfm.construct_download_URL( gfm_agent, l_media_id, FALSE);
726:
727: -- Redirect the URL to display the file
728: owa_util.redirect_url( l_url );
729:
730: end ViewFileDocument;
731:
732: PROCEDURE add_attachment_gfm_wrapper(

Line 1320: owa_util.redirect_url (curl => owa_util.get_owa_service_path|| package_name||

1316:
1317: begin
1318:
1319: -- Redirect the URL to the file location
1320: owa_util.redirect_url (curl => owa_util.get_owa_service_path|| package_name||
1321: '.Summary?function_name='|| icx_call.encrypt2(function_name)
1322: ||'&'||'entity_name='||icx_call.encrypt2(entity_name)
1323: ||'&'||'pk1_value='||icx_call.encrypt2(pk1_value)
1324: ||'&'||'pk2_value='||icx_call.encrypt2(pk2_value)

Line 1560: htf.anchor2(owa_util.get_owa_service_path

1556:
1557: --Construct the one html line per row fetched.
1558: if (atlstrec.datatype_id = 6) then
1559: htp.p(''||
1560: htf.anchor2(owa_util.get_owa_service_path
1561: ||'fnd_webattch.ViewFileDocument?attached_document_id='
1562: ||icx_call.encrypt2(to_char(atlstrec.attached_document_id)),
1563: htf.img2( '/OA_MEDIA/FNDIITMD.gif',
1564: calt => fnd_message.get_string('FND','HE_VIEW')

Line 1594: htf.anchor2(owa_util.get_owa_service_path|| package_name

1590: ||'');
1591: elsif(atlstrec.datatype_id = 1) OR
1592: (atlstrec.datatype_id = 2) then
1593: htp.p(''||
1594: htf.anchor2(owa_util.get_owa_service_path|| package_name
1595: ||'.ViewTextDocument?attached_document_id='||
1596: icx_call.encrypt2(to_char(atlstrec.attached_document_id))
1597: ||'&'||'function_name='||icx_call.encrypt2(function_name)
1598: ||'&'||'entity_name='||icx_call.encrypt2(entity_name)

Line 1623: htf.anchor2(owa_util.get_owa_service_path|| package_name

1619:
1620: if (atlstrec.usage_type <> 'S') and
1621: (query_only <> 'Y') then
1622: htp.p(''||
1623: htf.anchor2(owa_util.get_owa_service_path|| package_name
1624: ||'.UpdateAttachment?attached_document_id='||
1625: icx_call.encrypt2(to_char(atlstrec.attached_document_id))
1626: ||'&'||'function_name='||icx_call.encrypt2(function_name)
1627: ||'&'||'entity_name='||icx_call.encrypt2(entity_name)

Line 1646: || owa_util.get_owa_service_path

1642:
1643: if (query_only <> 'Y' ) then
1644: htp.p(''||
1645: htf.anchor2('javascript:delete_attachment('''
1646: || owa_util.get_owa_service_path
1647: ||'fnd_webattch.DeleteAttachment?attached_document_id='
1648: ||icx_call.encrypt2(to_char(atlstrec.attached_document_id))
1649: ||'&'||'function_name='||icx_call.encrypt2(function_name)
1650: ||'&'||'entity_name='||icx_call.encrypt2(entity_name)

Line 1708: ||owa_util.get_owa_service_path ||package_name

1704: htp.p('');
1705: htp.p('');
1706: htp.p('');
1707: htp.p('