DBA Data[Home] [Help]

APPS.BISVIEWER dependencies on FND_FORM_FUNCTIONS

Line 228: from fnd_form_functions

224: -- if (l_render_type = 'OAF') then
225: --amkulkar check the generic fun
226: select function_id
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;

Line 251: from fnd_form_functions

247:
248:
249: select function_id
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;

Line 624: from fnd_form_functions

620: BEGIN
621:
622: select function_id
623: into functionid
624: from fnd_form_functions
625: where function_name = 'BIS_PMV_REPORT_JSP';
626: -- Maintain the rest of the params, can phase out in a timely manner.
627: -- TODO : cleanup params here
628: -- DEBUG MODE