DBA Data[Home] [Help]

APPS.BIS_PMV_PMF_PVT dependencies on FND_WEB_CONFIG

Line 209: l_Target_url := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.WEB_SERVER)||

205: end if;
206: end if;
207: END IF;
208:
209: l_Target_url := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.WEB_SERVER)||
210: 'OA_HTML/bistared.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID
211: ||'&sessionid='||pSessionId
212: ||'&RegionCode='||bis_pmv_util.encode(pRegionCode)
213: ||'&FunctionName='||bis_pmv_util.encode(pFunctionName)

Line 210: 'OA_HTML/bistared.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID

206: end if;
207: END IF;
208:
209: l_Target_url := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.WEB_SERVER)||
210: 'OA_HTML/bistared.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID
211: ||'&sessionid='||pSessionId
212: ||'&RegionCode='||bis_pmv_util.encode(pRegionCode)
213: ||'&FunctionName='||bis_pmv_util.encode(pFunctionName)
214: ||'&SortInfo='||bis_pmv_util.encode('Sortcolumn2Asc')

Line 983: vReportURL := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.PLSQL_AGENT)

979: end if;
980:
981:
982: /*
983: vReportURL := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.PLSQL_AGENT)
984: || 'bisviewer.showReport?pRegionCode='||p_region_code||'&pFunctionName='||p_function_name
985: ||'&pSessionId='||vSessionId||'&pUserId='||vUserId||'&pResponsibilityId='||vRespId
986: ||'&pFileId='||vFileId||'&pFirstTime=0&pMode=SONAR';
987: */

Line 990: vReportURL := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.WEB_SERVER)||

986: ||'&pFileId='||vFileId||'&pFirstTime=0&pMode=SONAR';
987: */
988: --jprabhud added enhancement#2184054
989: if(l_return_status = FND_API.G_RET_STS_SUCCESS) then
990: vReportURL := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.WEB_SERVER)||
991: 'OA_HTML/bisviewm.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID
992: ||'®ionCode='||BIS_PMV_UTIL.encode(p_region_code)||'&functionName='||BIS_PMV_UTIL.encode(p_function_name)
993: ||'&pSessionId='||vSessionId||'&pUserId='||vUserId||'&pResponsibilityId='||vRespId
994: ||'&fileId='||vFileId||'&pFirstTime=0&pMode=SONAR&nlsLangCode='||p_NlsLangCode;

Line 991: 'OA_HTML/bisviewm.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID

987: */
988: --jprabhud added enhancement#2184054
989: if(l_return_status = FND_API.G_RET_STS_SUCCESS) then
990: vReportURL := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.WEB_SERVER)||
991: 'OA_HTML/bisviewm.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID
992: ||'®ionCode='||BIS_PMV_UTIL.encode(p_region_code)||'&functionName='||BIS_PMV_UTIL.encode(p_function_name)
993: ||'&pSessionId='||vSessionId||'&pUserId='||vUserId||'&pResponsibilityId='||vRespId
994: ||'&fileId='||vFileId||'&pFirstTime=0&pMode=SONAR&nlsLangCode='||p_NlsLangCode;
995:

Line 1000: -- vURL := fnd_Web_config.trail_slash(fnd_web_Config.gfm_Agent)||'bis_save_report.retrieve_for_php?file_id='||icx_call.encrypt(vFileId);

996: vHTMLPieces := utl_http.request_pieces(url => vReportURL,
997: max_pieces => 32000);
998: --ksadagop BugFix#3635714
999: --msaran:4589071 - eliminate mod_plsql
1000: -- vURL := fnd_Web_config.trail_slash(fnd_web_Config.gfm_Agent)||'bis_save_report.retrieve_for_php?file_id='||icx_call.encrypt(vFileId);
1001: vURL := fnd_Web_config.trail_slash(fnd_web_Config.jsp_agent)||'bissched.jsp?pStream=Y&file_id='||icx_call.encrypt(vFileId);
1002: else
1003: vURL := NULL;
1004: end if;

Line 1001: vURL := fnd_Web_config.trail_slash(fnd_web_Config.jsp_agent)||'bissched.jsp?pStream=Y&file_id='||icx_call.encrypt(vFileId);

997: max_pieces => 32000);
998: --ksadagop BugFix#3635714
999: --msaran:4589071 - eliminate mod_plsql
1000: -- vURL := fnd_Web_config.trail_slash(fnd_web_Config.gfm_Agent)||'bis_save_report.retrieve_for_php?file_id='||icx_call.encrypt(vFileId);
1001: vURL := fnd_Web_config.trail_slash(fnd_web_Config.jsp_agent)||'bissched.jsp?pStream=Y&file_id='||icx_call.encrypt(vFileId);
1002: else
1003: vURL := NULL;
1004: end if;
1005:

Line 1655: vReportURL := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.WEB_SERVER)||

1651:
1652:
1653: --jprabhud added enhancement#2184054
1654: if(l_return_status = FND_API.G_RET_STS_SUCCESS) then
1655: vReportURL := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.WEB_SERVER)||
1656: 'OA_HTML/bisviewm.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID
1657: ||'®ionCode='||BIS_PMV_UTIL.encode(p_region_code)||'&functionName='||BIS_PMV_UTIL.encode(p_function_name)
1658: ||'&pSessionId='||vSessionId||'&pUserId='||vUserId||'&pResponsibilityId='||vRespId
1659: ||'&fileId='||vFileId||'&pFirstTime=0&pMode=SONAR&nlsLangCode='||p_NlsLangCode;

Line 1656: 'OA_HTML/bisviewm.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID

1652:
1653: --jprabhud added enhancement#2184054
1654: if(l_return_status = FND_API.G_RET_STS_SUCCESS) then
1655: vReportURL := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.WEB_SERVER)||
1656: 'OA_HTML/bisviewm.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID
1657: ||'®ionCode='||BIS_PMV_UTIL.encode(p_region_code)||'&functionName='||BIS_PMV_UTIL.encode(p_function_name)
1658: ||'&pSessionId='||vSessionId||'&pUserId='||vUserId||'&pResponsibilityId='||vRespId
1659: ||'&fileId='||vFileId||'&pFirstTime=0&pMode=SONAR&nlsLangCode='||p_NlsLangCode;
1660:

Line 2065: l_Target_url := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.WEB_SERVER)||

2061: ,lTarget
2062: ,l_range1_low
2063: ,l_range1_high );
2064:
2065: l_Target_url := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.WEB_SERVER)||
2066: 'OA_HTML/bistared.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID
2067: ||'&sessionid='||pSessionId
2068: ||'&RegionCode='||bis_pmv_util.encode(pRegionCode)
2069: ||'&FunctionName='||bis_pmv_util.encode(pFunctionName)

Line 2066: 'OA_HTML/bistared.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID

2062: ,l_range1_low
2063: ,l_range1_high );
2064:
2065: l_Target_url := FND_WEB_CONFIG.trail_slash(FND_WEB_CONFIG.WEB_SERVER)||
2066: 'OA_HTML/bistared.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID
2067: ||'&sessionid='||pSessionId
2068: ||'&RegionCode='||bis_pmv_util.encode(pRegionCode)
2069: ||'&FunctionName='||bis_pmv_util.encode(pFunctionName)
2070: ||'&SortInfo='||bis_pmv_util.encode('Sortcolumn2Asc')