使用fnd_gfm包可以下載EBS系統(tǒng)中的標準附件,下載fnd_lobs表中文件,也可寫入文件。
創(chuàng)新互聯(lián)建站專注于呼中企業(yè)網(wǎng)站建設,響應式網(wǎng)站設計,商城開發(fā)。呼中網(wǎng)站建設公司,為呼中等地區(qū)提供建站服務。全流程專業(yè)公司,專業(yè)設計,全程項目跟蹤,創(chuàng)新互聯(lián)建站專業(yè)和態(tài)度為您提供的服務1.下載文件
declare v_file_id NUMBER; url VARCHAR2(500); begin --Get the file_id of the file which you want to download in fnd_lobs v_file_id := xxxxxx; --Get The Download URL url := fnd_gfm.construct_download_url(fnd_web_config.gfm_agent,v_file_id,TRUE); fnd_utilities.open_url(url); end;2.寫入文件
declare db_file number; mime_type varchar2(255) := 'text/plain' ; out_string varchar2(32767) := 'Just some plain text that is stored' ; web_server_prefix varchar2(500); url varchar2(500); begin db_file :=fnd_gfm.file_create(content_type =>mime_type,program_name=>'export'); fnd_gfm.file_write_line(db_file,out_string); db_file :=fnd_gfm.file_close(db_file); url:=fnd_gfm.construct_download_url(fnd_web_config.gfm_agent,db_file,TRUE); fnd_utilities.open_url(url); end;另外有需要云服務器可以了解下創(chuàng)新互聯(lián)cdcxhl.cn,海內外云服務器15元起步,三天無理由+7*72小時售后在線,公司持有idc許可證,提供“云服務器、裸金屬服務器、高防服務器、香港服務器、美國服務器、虛擬主機、免備案服務器”等云主機租用服務以及企業(yè)上云的綜合解決方案,具有“安全穩(wěn)定、簡單易用、服務可用性高、性價比高”等特點與優(yōu)勢,專為企業(yè)上云打造定制,能夠滿足用戶豐富、多元化的應用場景需求。