DBA Data[Home] [Help]

APPS.BIS_PMF_ALERT_REG_PVT dependencies on FND_WEB_CONFIG

Line 1317: l_alert_url := FND_WEB_CONFIG.trail_slash(l_alert_url) ||

1313: l_encrypted_session_id
1314: := icx_call.encrypt3(icx_sec.getID(icx_Sec.PV_SESSION_ID));
1315: fnd_profile.get(name=>'APPS_SERVLET_AGENT',
1316: val => l_alert_url);
1317: l_alert_url := FND_WEB_CONFIG.trail_slash(l_alert_url) ||
1318: 'bisalrpt.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID
1319: || G_AMPERSAND ||'sessionid='|| l_encrypted_session_id;
1320:
1321: IF (p_measure_id IS NOT NULL) THEN

Line 1318: 'bisalrpt.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID

1314: := icx_call.encrypt3(icx_sec.getID(icx_Sec.PV_SESSION_ID));
1315: fnd_profile.get(name=>'APPS_SERVLET_AGENT',
1316: val => l_alert_url);
1317: l_alert_url := FND_WEB_CONFIG.trail_slash(l_alert_url) ||
1318: 'bisalrpt.jsp?dbc=' || FND_WEB_CONFIG.DATABASE_ID
1319: || G_AMPERSAND ||'sessionid='|| l_encrypted_session_id;
1320:
1321: IF (p_measure_id IS NOT NULL) THEN
1322: l_alert_url := l_alert_url || G_AMPERSAND || 'perfMeasureId='

Line 1480: l_alert_url := FND_WEB_CONFIG.trail_slash(l_alert_url) ||

1476: l_encrypted_session_id :=
1477: icx_call.encrypt3(icx_sec.getID(icx_Sec.PV_SESSION_ID));
1478: fnd_profile.get(name => 'APPS_SERVLET_AGENT',
1479: val => l_Alert_url);
1480: l_alert_url := FND_WEB_CONFIG.trail_slash(l_alert_url) ||
1481: 'bisalrsc.jsp?dbc=' ||FND_WEB_CONFIG.DATABASE_ID
1482: || G_AMPERSAND||'session_id='||l_encrypted_session_id;
1483: IF (p_measure_id IS NOT NULL) THEN
1484: l_alert_url := l_alert_url || G_AMPERSAND ||'perfMeasureId='

Line 1481: 'bisalrsc.jsp?dbc=' ||FND_WEB_CONFIG.DATABASE_ID

1477: icx_call.encrypt3(icx_sec.getID(icx_Sec.PV_SESSION_ID));
1478: fnd_profile.get(name => 'APPS_SERVLET_AGENT',
1479: val => l_Alert_url);
1480: l_alert_url := FND_WEB_CONFIG.trail_slash(l_alert_url) ||
1481: 'bisalrsc.jsp?dbc=' ||FND_WEB_CONFIG.DATABASE_ID
1482: || G_AMPERSAND||'session_id='||l_encrypted_session_id;
1483: IF (p_measure_id IS NOT NULL) THEN
1484: l_alert_url := l_alert_url || G_AMPERSAND ||'perfMeasureId='
1485: -- 2280993 starts