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 1245: owa_util.redirect_url (curl => owa_util.get_owa_service_path|| package_name||

1241:
1242: begin
1243:
1244: -- Redirect the URL to the file location
1245: owa_util.redirect_url (curl => owa_util.get_owa_service_path|| package_name||
1246: '.Summary?function_name='|| icx_call.encrypt2(function_name)
1247: ||'&'||'entity_name='||icx_call.encrypt2(entity_name)
1248: ||'&'||'pk1_value='||icx_call.encrypt2(pk1_value)
1249: ||'&'||'pk2_value='||icx_call.encrypt2(pk2_value)

Line 1485: htf.anchor2(owa_util.get_owa_service_path

1481:
1482: --Construct the one html line per row fetched.
1483: if (atlstrec.datatype_id = 6) then
1484: htp.p(''||
1485: htf.anchor2(owa_util.get_owa_service_path
1486: ||'fnd_webattch.ViewFileDocument?attached_document_id='
1487: ||icx_call.encrypt2(to_char(atlstrec.attached_document_id)),
1488: htf.img2( '/OA_MEDIA/FNDIITMD.gif',
1489: calt => fnd_message.get_string('FND','HE_VIEW')

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

1515: ||'');
1516: elsif(atlstrec.datatype_id = 1) OR
1517: (atlstrec.datatype_id = 2) then
1518: htp.p(''||
1519: htf.anchor2(owa_util.get_owa_service_path|| package_name
1520: ||'.ViewTextDocument?attached_document_id='||
1521: icx_call.encrypt2(to_char(atlstrec.attached_document_id))
1522: ||'&'||'function_name='||icx_call.encrypt2(function_name)
1523: ||'&'||'entity_name='||icx_call.encrypt2(entity_name)

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

1544:
1545: if (atlstrec.usage_type <> 'S') and
1546: (query_only <> 'Y') then
1547: htp.p(''||
1548: htf.anchor2(owa_util.get_owa_service_path|| package_name
1549: ||'.UpdateAttachment?attached_document_id='||
1550: icx_call.encrypt2(to_char(atlstrec.attached_document_id))
1551: ||'&'||'function_name='||icx_call.encrypt2(function_name)
1552: ||'&'||'entity_name='||icx_call.encrypt2(entity_name)

Line 1571: || owa_util.get_owa_service_path

1567:
1568: if (query_only <> 'Y' ) then
1569: htp.p(''||
1570: htf.anchor2('javascript:delete_attachment('''
1571: || owa_util.get_owa_service_path
1572: ||'fnd_webattch.DeleteAttachment?attached_document_id='
1573: ||icx_call.encrypt2(to_char(atlstrec.attached_document_id))
1574: ||'&'||'function_name='||icx_call.encrypt2(function_name)
1575: ||'&'||'entity_name='||icx_call.encrypt2(entity_name)

Line 1633: ||owa_util.get_owa_service_path ||package_name

1629: htp.p('');
1630: htp.p('');
1631: htp.p('');
1632: htp.p('