DBA Data[Home] [Help]

APPS.BIS_SAVE_REPORT dependencies on BIS_SAVE_REPORT

Line 1: package body bis_save_report AS

1: package body bis_save_report AS
2: /* $Header: BISSAVEB.pls 120.0 2005/06/01 14:43:24 appldev noship $ */
3: -- dbdrv: sql ~PROD ~PATH ~FILE none none none package &phase=plb \
4: -- dbdrv: checkfile(115.12=120.0):~PROD:~PATH:~FILE
5: ----------------------------------------------------------------------------

Line 6: -- PACKAGE: bis_save_report --

2: /* $Header: BISSAVEB.pls 120.0 2005/06/01 14:43:24 appldev noship $ */
3: -- dbdrv: sql ~PROD ~PATH ~FILE none none none package &phase=plb \
4: -- dbdrv: checkfile(115.12=120.0):~PROD:~PATH:~FILE
5: ----------------------------------------------------------------------------
6: -- PACKAGE: bis_save_report --
7: -- --
8: -- DESCRIPTION: use this package to save and retrieve html output --
9: -- from fnd_lobs --
10: -- --

Line 139: l_url := l_url|| 'bis_save_report.retrieve_for_php?file_id='||file_id;

135: l_url := fnd_Web_config.trail_slash(fnd_web_Config.gfm_Agent);
136: l_url := replace(l_url,'HTTPS://', 'HTTP://');
137: l_url := replace(l_url,'https://', 'http://');
138: l_url := replace(l_url,'Https://', 'Http://');
139: l_url := l_url|| 'bis_save_report.retrieve_for_php?file_id='||file_id;
140: return l_url;
141: end returnURL;
142:
143: -- mdamle 07/15/2002 - Set the Expiration date for live portlet graph file at creation time

Line 167: end bis_save_report;

163: l_file_id := icx_call.decrypt(p_file_id);
164: fnd_gfm.download_blob(l_file_id);
165: end retrieve_for_pdf;
166:
167: end bis_save_report;