DBA Data[Home] [Help]

APPS.BISVIEWER dependencies on ORACLEAPPS

Line 351: OracleApps.RF(F=>l_function, P=> icx_call.encrypt2(jspParams,icx_sec.getID(icx_sec.PV_SESSION_ID)));

347: /*
348: l_function := icx_call.encrypt2(l_application_id||'*'||vResponsibilityId||'*'||
349: icx_sec.g_Security_group_id||'*'||functionId||'**]'
350: ,icx_sec.getId(icx_sec.PV_SESSION_ID));
351: OracleApps.RF(F=>l_function, P=> icx_call.encrypt2(jspParams,icx_sec.getID(icx_sec.PV_SESSION_ID)));
352:
353: l_servlet_agent := FND_WEB_CONFIG.JSP_AGENT; -- 'http://serv:port/OA_HTML/'
354: IF ( l_servlet_agent IS NULL ) THEN -- 'APPS_SERVLET_AGENT' is null
355: l_servlet_agent := FND_WEB_CONFIG.WEB_SERVER || 'OA_HTML/';

Line 362: OracleApps.runFunction(c_function_id => functionId

358: vURL := l_servlet_agent || 'bisviewm.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID ||'&'||jspParams;
359: vURL := vURL || '&transactionid='||icx_call.encrypt3(l_transaction_id);
360: owa_util.redirect_url(vURL);
361: */
362: OracleApps.runFunction(c_function_id => functionId
363: ,n_session_id => vSessionId
364: ,c_parameters => jspParams
365: ,p_resp_appl_id => l_application_id
366: ,p_responsibility_id => vResponsibilityId

Line 701: OracleApps.runFunction(c_function_id => functionId

697: NULL;
698: END;
699:
700:
701: OracleApps.runFunction(c_function_id => functionId
702: ,n_session_id => vSessionId
703: ,c_parameters => jspParams
704: ,p_resp_appl_id => l_application_id
705: ,p_responsibility_id => vResponsibilityId