DBA Data[Home] [Help]

APPS.BIS_UTILITIES_PVT dependencies on FND_WEB_CONFIG

Line 5058: l_servlet_agent := FND_WEB_CONFIG.JSP_AGENT;

5054: l_url VARCHAR2(500):=NULL;
5055:
5056: BEGIN
5057:
5058: l_servlet_agent := FND_WEB_CONFIG.JSP_AGENT;
5059: l_jsp_path := '';
5060:
5061: if ( l_servlet_agent is null ) then -- 'APPS_SERVLET_AGENT' is null
5062: l_servlet_agent := FND_WEB_CONFIG.WEB_SERVER;

Line 5062: l_servlet_agent := FND_WEB_CONFIG.WEB_SERVER;

5058: l_servlet_agent := FND_WEB_CONFIG.JSP_AGENT;
5059: l_jsp_path := '';
5060:
5061: if ( l_servlet_agent is null ) then -- 'APPS_SERVLET_AGENT' is null
5062: l_servlet_agent := FND_WEB_CONFIG.WEB_SERVER;
5063: l_jsp_path := 'OA_HTML/';
5064: end if;
5065:
5066: l_url := l_servlet_agent || l_jsp_path;

Line 5086: ws_url := FND_WEB_CONFIG.WEB_SERVER; -- ex : 'http://ap100jvm.us.oracle.com:8724/';

5082: index2 NUMBER;
5083:
5084: BEGIN
5085:
5086: ws_url := FND_WEB_CONFIG.WEB_SERVER; -- ex : 'http://ap100jvm.us.oracle.com:8724/';
5087:
5088:
5089: index1 := INSTRB(ws_url, '//', 1) + 2; -- skip 'http://'
5090: index2 := INSTRB(ws_url, ':', index1);

Line 5114: ws_url := FND_WEB_CONFIG.WEB_SERVER; -- ex :'http://ap100jvm.us.oracle.com:8724/';

5110: index2 NUMBER;
5111:
5112: BEGIN
5113:
5114: ws_url := FND_WEB_CONFIG.WEB_SERVER; -- ex :'http://ap100jvm.us.oracle.com:8724/';
5115:
5116:
5117: index1 := INSTRB(ws_url, '//', 1) + 2; -- skip 'http://'
5118: index2 := INSTRB(ws_url, ':', index1);