DBA Data[Home] [Help]

APPS.BIS_PMF_DEFINER_WRAPPER_PVT dependencies on FND_PROFILE

Line 2174: fnd_profile.get(name => 'APPS_SERVLET_AGENT',

2170: BEGIN
2171: l_session_id := icx_sec.g_session_id; --2751984
2172: l_encrypted_session_id := icx_call.encrypt3(l_session_id);
2173:
2174: fnd_profile.get(name => 'APPS_SERVLET_AGENT',
2175: val => l_Alert_url);
2176: l_alert_url := FND_WEB_CONFIG.trail_slash(l_alert_url) ||
2177: 'bisalrsc.jsp?dbc=' ||FND_WEB_CONFIG.DATABASE_ID
2178: || G_AMPERSAND||'session_id='||l_encrypted_session_id;

Line 2279: fnd_profile.get(name=>'APPS_SERVLET_AGENT',

2275: BEGIN
2276: l_session_id := icx_sec.g_session_id; --2751984
2277: l_encrypted_session_id := icx_call.encrypt3(l_session_id);
2278:
2279: fnd_profile.get(name=>'APPS_SERVLET_AGENT',
2280: val => l_alert_url);
2281: l_alert_url := FND_WEB_CONFIG.trail_slash(l_alert_url) ||
2282: 'bisalrta.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID
2283: || G_AMPERSAND ||'sessionid='|| l_encrypted_session_id;