DBA Data[Home] [Help]

APPS.BISVIEWER dependencies on BIS_PMV_UTIL

Line 143: (pFunctionName)||BIS_PMV_UTIL.getAppendTitle(pRegionCode),

139:
140: /* aleung, 8/15/03, bug 3099831 - delay this function access check to bisviewm.jsp
141: if not BIS_GRAPH_REGION_HTML_FORMS.hasFunctionAccess(vUserId, pFunctionName) then
142: displayErrorMessage(BIS_REPORT_UTIL_PVT.Get_Report_Title
143: (pFunctionName)||BIS_PMV_UTIL.getAppendTitle(pRegionCode),
144: '', '', 4, pRegionCode);
145: return;
146: end if;
147: */

Line 223: if BIS_PMV_UTIL.get_Render_type(pRegionCode, vUserId, vResponsibilityId)= 'OAF' then

219: -- of the render type. The OA table will then be
220: -- inserted in the JSP at runtime if needed.
221: /*
222: --if fnd_profile.value('PMV_RENDER_TYPE')= 'OAF' then --Nihar added for OA Rendering
223: if BIS_PMV_UTIL.get_Render_type(pRegionCode, vUserId, vResponsibilityId)= 'OAF' then
224: -- if (l_render_type = 'OAF') then
225: --amkulkar check the generic fun
226: select function_id
227: into functionid

Line 231: jspParams := jspParams ||'&reportRegionCode='||BIS_PMV_UTIL.encode(pRegionCode)||'&functionName='||BIS_PMV_UTIL.encode(pFunctionName);

227: into functionid
228: from fnd_form_functions
229: where function_name = 'BIS_PMV_OA_JSP';
230: jspParams := 'akRegionCode=BISREPORTPAGE&akRegionApplicationId=191';
231: jspParams := jspParams ||'&reportRegionCode='||BIS_PMV_UTIL.encode(pRegionCode)||'&functionName='||BIS_PMV_UTIL.encode(pFunctionName);
232: jspParams := jspParams ||'&forceRun='||pForceRun||'¶meterDisplayOnly='||pParameterDisplayOnly||'&displayParameters='||pDisplayParameters;
233: jspParams := jspParams ||'&showSchedule='||pReportSchedule||'&pFirstTime='||pFirstTime||'&pMode='||pMode;
234: jspParams := jspParams ||'&scheduleId='||pScheduleId||'&requestType='||pRequestType;
235: jspParams := jspParams ||'&fileId='||pFileId ||'&pResponsibilityId='||pResponsibilityId;

Line 237: jspParams := jspParams ||'&pApplicationId='||pApplicationId||'&pPreFunctionName='||BIS_PMV_UTIL.encode(pPreFunctionNAme);

233: jspParams := jspParams ||'&showSchedule='||pReportSchedule||'&pFirstTime='||pFirstTime||'&pMode='||pMode;
234: jspParams := jspParams ||'&scheduleId='||pScheduleId||'&requestType='||pRequestType;
235: jspParams := jspParams ||'&fileId='||pFileId ||'&pResponsibilityId='||pResponsibilityId;
236: jspParams := jspParams ||'&pUserId='||pUserId||'&pSessionId='||pSessionId;
237: jspParams := jspParams ||'&pApplicationId='||pApplicationId||'&pPreFunctionName='||BIS_PMV_UTIL.encode(pPreFunctionNAme);
238: jspParams := jspParams ||'&pObjectType='||pObjectType;
239: if (vPageId is not null) then
240: jspParams := jspParams ||'&_pageid='||vPageId;
241: end if;

Line 243: jspParams := jspParams ||'&pParameters='||BIS_PMV_UTIL.encode(pParameters);

239: if (vPageId is not null) then
240: jspParams := jspParams ||'&_pageid='||vPageId;
241: end if;
242: if (pParameters is not null) then
243: jspParams := jspParams ||'&pParameters='||BIS_PMV_UTIL.encode(pParameters);
244: end if;
245: else
246: */
247:

Line 254: jspParams := 'regionCode='||BIS_PMV_UTIL.encode(pRegionCode)||'&functionName='||BIS_PMV_UTIL.encode(pFunctionName);

250: into functionid
251: from fnd_form_functions
252: where function_name = 'BIS_PMV_REPORT_JSP';
253:
254: jspParams := 'regionCode='||BIS_PMV_UTIL.encode(pRegionCode)||'&functionName='||BIS_PMV_UTIL.encode(pFunctionName);
255: jspParams := jspParams ||'&forceRun='||pForceRun||'¶meterDisplayOnly='||pParameterDisplayOnly||'&displayParameters='||pDisplayParameters;
256: jspParams := jspParams ||'&showSchedule='||pReportSchedule||'&pFirstTime='||pFirstTime||'&pMode='||pMode;
257: jspParams := jspParams ||'&scheduleId='||pScheduleId||'&requestType='||pRequestType;
258: jspParams := jspParams ||'&fileId='||pFileId ||'&pResponsibilityId='||pResponsibilityId;

Line 260: jspParams := jspParams ||'&pApplicationId='||pApplicationId||'&pPreFunctionName='||BIS_PMV_UTIL.encode(pPreFunctionNAme);

256: jspParams := jspParams ||'&showSchedule='||pReportSchedule||'&pFirstTime='||pFirstTime||'&pMode='||pMode;
257: jspParams := jspParams ||'&scheduleId='||pScheduleId||'&requestType='||pRequestType;
258: jspParams := jspParams ||'&fileId='||pFileId ||'&pResponsibilityId='||pResponsibilityId;
259: jspParams := jspParams ||'&pUserId='||pUserId||'&pSessionId='||vSessionId;
260: jspParams := jspParams ||'&pApplicationId='||pApplicationId||'&pPreFunctionName='||BIS_PMV_UTIL.encode(pPreFunctionNAme);
261:
262: if (pCSVFileName is not null) then
263: jspParams := jspParams ||'&pCSVFileName='||BIS_PMV_UTIL.encode(pCSVFileName);
264: end if;

Line 263: jspParams := jspParams ||'&pCSVFileName='||BIS_PMV_UTIL.encode(pCSVFileName);

259: jspParams := jspParams ||'&pUserId='||pUserId||'&pSessionId='||vSessionId;
260: jspParams := jspParams ||'&pApplicationId='||pApplicationId||'&pPreFunctionName='||BIS_PMV_UTIL.encode(pPreFunctionNAme);
261:
262: if (pCSVFileName is not null) then
263: jspParams := jspParams ||'&pCSVFileName='||BIS_PMV_UTIL.encode(pCSVFileName);
264: end if;
265: if (vPageId is not null) then
266: jspParams := jspParams ||'&_pageid='||vPageId;
267: end if;

Line 275: jspParams := jspParams ||'&displayOnlyParameters='||BIS_PMV_UTIL.encode(displayOnlyParameters);

271: jspParams := jspParams ||'&pObjectType='||pObjectType;
272: end if;
273:
274: if (displayOnlyParameters is not null) then
275: jspParams := jspParams ||'&displayOnlyParameters='||BIS_PMV_UTIL.encode(displayOnlyParameters);
276: end if;
277: if (displayOnlyNoViewByParams is not null) then
278: jspParams := jspParams ||'&displayOnlyNoViewByParams='||BIS_PMV_UTIL.encode(displayOnlyNoViewByParams);
279: end if;

Line 278: jspParams := jspParams ||'&displayOnlyNoViewByParams='||BIS_PMV_UTIL.encode(displayOnlyNoViewByParams);

274: if (displayOnlyParameters is not null) then
275: jspParams := jspParams ||'&displayOnlyParameters='||BIS_PMV_UTIL.encode(displayOnlyParameters);
276: end if;
277: if (displayOnlyNoViewByParams is not null) then
278: jspParams := jspParams ||'&displayOnlyNoViewByParams='||BIS_PMV_UTIL.encode(displayOnlyNoViewByParams);
279: end if;
280:
281: if (pParameters is not null) then
282: jspParams := jspParams ||'&pParameters='||BIS_PMV_UTIL.encode(pParameters);--Fix for 2445406

Line 282: jspParams := jspParams ||'&pParameters='||BIS_PMV_UTIL.encode(pParameters);--Fix for 2445406

278: jspParams := jspParams ||'&displayOnlyNoViewByParams='||BIS_PMV_UTIL.encode(displayOnlyNoViewByParams);
279: end if;
280:
281: if (pParameters is not null) then
282: jspParams := jspParams ||'&pParameters='||BIS_PMV_UTIL.encode(pParameters);--Fix for 2445406
283: end if;
284:
285: -- mdamle 10/10/2002 - Enh# 2460903 - Forecast Graph
286: if (pEnableForecastGraph is not null) then

Line 292: jspParams := jspParams ||'&pCustomView='||BIS_PMV_UTIL.encode(pCustomView);

288: end if;
289:
290: -- jprabhud - 01/27/03 - Enh 2485974 Custom Views
291: if (pCustomView is not null) then
292: jspParams := jspParams ||'&pCustomView='||BIS_PMV_UTIL.encode(pCustomView);
293: end if;
294: if (pautorefresh is not null) then
295: jspParams := jspParams || '&autoRefresh='||BIS_PMV_UTIL.encode(pautorefresh);
296: end if;

Line 295: jspParams := jspParams || '&autoRefresh='||BIS_PMV_UTIL.encode(pautorefresh);

291: if (pCustomView is not null) then
292: jspParams := jspParams ||'&pCustomView='||BIS_PMV_UTIL.encode(pCustomView);
293: end if;
294: if (pautorefresh is not null) then
295: jspParams := jspParams || '&autoRefresh='||BIS_PMV_UTIL.encode(pautorefresh);
296: end if;
297: --We need to create an icx transaction. Neal has approved the use of this API.:q
298: --l_Transaction_id := icx_sec. createTransaction(p_session_id => vsessionid);
299:

Line 630: jspParams := 'reportName='||BIS_PMV_UTIL.encode(reportName)||'&sourceType='||BIS_PMV_UTIL.encode(sourceType);

626: -- Maintain the rest of the params, can phase out in a timely manner.
627: -- TODO : cleanup params here
628: -- DEBUG MODE
629:
630: jspParams := 'reportName='||BIS_PMV_UTIL.encode(reportName)||'&sourceType='||BIS_PMV_UTIL.encode(sourceType);
631: jspParams := jspParams ||'&functionName='||BIS_PMV_UTIL.encode(pFunctionName);
632: jspParams := jspParams ||'&forceRun='||pForceRun||'¶meterDisplayOnly='||pParameterDisplayOnly||'&displayParameters='||pDisplayParameters;
633: jspParams := jspParams ||'&showSchedule='||pReportSchedule||'&pFirstTime='||pFirstTime||'&pMode='||pMode;
634: jspParams := jspParams ||'&scheduleId='||pScheduleId||'&requestType='||pRequestType;

Line 631: jspParams := jspParams ||'&functionName='||BIS_PMV_UTIL.encode(pFunctionName);

627: -- TODO : cleanup params here
628: -- DEBUG MODE
629:
630: jspParams := 'reportName='||BIS_PMV_UTIL.encode(reportName)||'&sourceType='||BIS_PMV_UTIL.encode(sourceType);
631: jspParams := jspParams ||'&functionName='||BIS_PMV_UTIL.encode(pFunctionName);
632: jspParams := jspParams ||'&forceRun='||pForceRun||'¶meterDisplayOnly='||pParameterDisplayOnly||'&displayParameters='||pDisplayParameters;
633: jspParams := jspParams ||'&showSchedule='||pReportSchedule||'&pFirstTime='||pFirstTime||'&pMode='||pMode;
634: jspParams := jspParams ||'&scheduleId='||pScheduleId||'&requestType='||pRequestType;
635: jspParams := jspParams ||'&fileId='||pFileId ||'&pResponsibilityId='||pResponsibilityId;

Line 637: jspParams := jspParams ||'&pApplicationId='||pApplicationId||'&pPreFunctionName='||BIS_PMV_UTIL.encode(pPreFunctionNAme);

633: jspParams := jspParams ||'&showSchedule='||pReportSchedule||'&pFirstTime='||pFirstTime||'&pMode='||pMode;
634: jspParams := jspParams ||'&scheduleId='||pScheduleId||'&requestType='||pRequestType;
635: jspParams := jspParams ||'&fileId='||pFileId ||'&pResponsibilityId='||pResponsibilityId;
636: jspParams := jspParams ||'&pUserId='||pUserId||'&pSessionId='||vSessionId;
637: jspParams := jspParams ||'&pApplicationId='||pApplicationId||'&pPreFunctionName='||BIS_PMV_UTIL.encode(pPreFunctionNAme);
638:
639: if (pCSVFileName is not null) then
640: jspParams := jspParams ||'&pCSVFileName='||BIS_PMV_UTIL.encode(pCSVFileName);
641: end if;

Line 640: jspParams := jspParams ||'&pCSVFileName='||BIS_PMV_UTIL.encode(pCSVFileName);

636: jspParams := jspParams ||'&pUserId='||pUserId||'&pSessionId='||vSessionId;
637: jspParams := jspParams ||'&pApplicationId='||pApplicationId||'&pPreFunctionName='||BIS_PMV_UTIL.encode(pPreFunctionNAme);
638:
639: if (pCSVFileName is not null) then
640: jspParams := jspParams ||'&pCSVFileName='||BIS_PMV_UTIL.encode(pCSVFileName);
641: end if;
642: if (vPageId is not null) then
643: jspParams := jspParams ||'&_pageid='||vPageId;
644: end if;

Line 652: jspParams := jspParams ||'&pParameters='||BIS_PMV_UTIL.encode(pParameters);--Fix for 2445406

648: jspParams := jspParams ||'&pObjectType='||pObjectType;
649: end if;
650:
651: if (pParameters is not null) then
652: jspParams := jspParams ||'&pParameters='||BIS_PMV_UTIL.encode(pParameters);--Fix for 2445406
653: end if;
654:
655: -- mdamle 10/10/2002 - Enh# 2460903 - Forecast Graph
656: if (pEnableForecastGraph is not null) then

Line 662: jspParams := jspParams ||'&pCustomView='||BIS_PMV_UTIL.encode(pCustomView);

658: end if;
659:
660: -- jprabhud - 01/27/03 - Enh 2485974 Custom Views
661: if (pCustomView is not null) then
662: jspParams := jspParams ||'&pCustomView='||BIS_PMV_UTIL.encode(pCustomView);
663: end if;
664: if (pautorefresh is not null) then
665: jspParams := jspParams || '&autoRefresh='||BIS_PMV_UTIL.encode(pautorefresh);
666: end if;

Line 665: jspParams := jspParams || '&autoRefresh='||BIS_PMV_UTIL.encode(pautorefresh);

661: if (pCustomView is not null) then
662: jspParams := jspParams ||'&pCustomView='||BIS_PMV_UTIL.encode(pCustomView);
663: end if;
664: if (pautorefresh is not null) then
665: jspParams := jspParams || '&autoRefresh='||BIS_PMV_UTIL.encode(pautorefresh);
666: end if;
667: --We need to create an icx transaction. Neal has approved the use of this API.:q
668: --l_Transaction_id := icx_sec. createTransaction(p_session_id => vsessionid);
669: