DBA Data[Home] [Help]

APPS.BIS_PMF_ALERT_REG_PVT dependencies on FND_PROFILE

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

1311:
1312: l_session_id := icx_sec.getsessioncookie;
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;

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

1474:
1475: l_session_id := icx_sec.getsessioncookie;
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;