DBA Data[Home] [Help]

APPS.BIS_RG_SCHEDULES_PVT dependencies on BIS_SAVE_REPORT

Line 759: l_file_id := BIS_SAVE_REPORT.CREATEENTRY

755: l_content_type := 'application/pdf';
756: ELSE
757: l_content_type := 'TEXT/HTML';
758: END IF;
759: l_file_id := BIS_SAVE_REPORT.CREATEENTRY
760: ('BIS_REPORT'
761: ,l_Content_type
762: ,null
763: ,null);

Line 903: l_url :=l_apps_web_Agent||'BIS_SAVE_REPORT.retrieve'||l_ampersand||'file_id='||p_file_id;

899: l_Apps_web_agent varchar2(32000);
900: l_Ampersand varchar2(1) := '?';
901: BEGIN
902: /*l_apps_web_Agent := FND_WEB_CONFIG.TRAIL_SLASH(fnd_profile.value('APPS_WEB_AGENT'));
903: l_url :=l_apps_web_Agent||'BIS_SAVE_REPORT.retrieve'||l_ampersand||'file_id='||p_file_id;
904: l_html_pieces := utl_http.request_pieces(url => l_url,
905: max_pieces => 32000);
906: if (p_request_type = 'G') then
907: for m in l_html_pieces.first..l_html_pieces.last loop

Line 928: BIS_SAVE_REPORT.INITWRITE(p_File_id, l);

924: l:=substr(j_trail,1,k_trail-1);
925: l := j_front||l;
926: end if;
927: end if;
928: BIS_SAVE_REPORT.INITWRITE(p_File_id, l);
929: end if;
930: */
931: null;
932: END;