DBA Data[Home] [Help]

APPS.BIS_RG_SCHEDULES_PVT dependencies on FND_PROFILE

Line 180: /*fnd_profile.get(name=>'APPS_SERVLET_AGENT',

176: ||'&reportTitle='||bis_pmv_util.encode(pReportTitle)
177: ||'&graphType='||pGraphType,icx_sec.getID(icx_sec.PV_SESSION_ID));
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))

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 960: userType := fnd_profile.value('PMV_USER_TYPE');

956: IS
957: userType varchar2(1) default 'B';
958: BEGIN
959:
960: userType := fnd_profile.value('PMV_USER_TYPE');
961:
962: if userType is null or userType = '' then
963: userType := 'B';
964: end if;

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;