DBA Data[Home] [Help]

APPS.BIS_PMF_ALERT_REG_PVT dependencies on ICX_SEC

Line 1312: l_session_id := icx_sec.getsessioncookie;

1308: l_session_id NUMBER;
1309:
1310: BEGIN
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);

Line 1314: := icx_call.encrypt3(icx_sec.getID(icx_Sec.PV_SESSION_ID));

1310: BEGIN
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

Line 1475: l_session_id := icx_sec.getsessioncookie;

1471: l_session_id NUMBER;
1472:
1473: BEGIN
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);

Line 1477: icx_call.encrypt3(icx_sec.getID(icx_Sec.PV_SESSION_ID));

1473: BEGIN
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