DBA Data[Home] [Help]

APPS.BIS_RG_SCHEDULES_PVT dependencies on FND_WEB_CONFIG

Line 182: vScheduleURL := FND_WEB_CONFIG.trail_slash(vScheduleURL)||

178: */
179:
180: /*fnd_profile.get(name=>'APPS_SERVLET_AGENT',
181: val => vScheduleURL);
182: vScheduleURL := FND_WEB_CONFIG.trail_slash(vScheduleURL)||
183: 'bissched.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID
184: ||'&sessionid='||icx_call.encrypt3(icx_sec.getID(icx_sec.PV_SESSION_ID))
185: ||'&responsibilityId='||pResponsibilityId
186: ||'®ionCode='||bis_pmv_util.encode(pRegionCode)

Line 183: 'bissched.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID

179:
180: /*fnd_profile.get(name=>'APPS_SERVLET_AGENT',
181: val => vScheduleURL);
182: vScheduleURL := FND_WEB_CONFIG.trail_slash(vScheduleURL)||
183: 'bissched.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID
184: ||'&sessionid='||icx_call.encrypt3(icx_sec.getID(icx_sec.PV_SESSION_ID))
185: ||'&responsibilityId='||pResponsibilityId
186: ||'®ionCode='||bis_pmv_util.encode(pRegionCode)
187: ||'&functionName='||bis_pmv_util.encode(pFunctionName)

Line 902: /*l_apps_web_Agent := FND_WEB_CONFIG.TRAIL_SLASH(fnd_profile.value('APPS_WEB_AGENT'));

898: i number := 0;
899: l_Apps_web_agent varchar2(32000);
900: l_Ampersand varchar2(1) := '?';
901: BEGIN
902: /*l_apps_web_Agent := FND_WEB_CONFIG.TRAIL_SLASH(fnd_profile.value('APPS_WEB_AGENT'));
903: l_url :=l_apps_web_Agent||'BIS_SAVE_REPORT.retrieve'||l_ampersand||'file_id='||p_file_id;
904: l_html_pieces := utl_http.request_pieces(url => l_url,
905: max_pieces => 32000);
906: if (p_request_type = 'G') then

Line 1682: vPageURL := FND_WEB_CONFIG.TRAIL_SLASH(fnd_profile.value('ICX_REPORT_LINK')) || 'oraclemyPage.home';

1678:
1679: end if;
1680: else
1681: -- If coming from Portal, go to Home Page
1682: vPageURL := FND_WEB_CONFIG.TRAIL_SLASH(fnd_profile.value('ICX_REPORT_LINK')) || 'oraclemyPage.home';
1683: owa_util.redirect_url(vPageURL);
1684: end if;
1685: end if;
1686: end if;