DBA Data[Home] [Help]

APPS.ORACLEAPPS dependencies on ICX_PARAMETERS

Line 755: FROM icx_parameters;

751: fnd_message.set_name('FND','FND_SESSION_ICX_EXPIRED');
752: c_error_msg := fnd_message.get;
753: SELECT home_url
754: INTO l_home_url
755: FROM icx_parameters;
756:
757: --l_home_url:= wfa_html.conv_special_url_chars(l_home_url);
758:
759: IF l_use_portal THEN --using portal and need to make sure we log out

Line 818: FROM icx_parameters;

814: IF (l_use_portal OR L_SSWA_SSO) THEN
815: --get home_url for where to go after portal logout... if null go to apps_portal profile value
816: SELECT home_url
817: INTO l_home_url
818: FROM icx_parameters;
819:
820: l_home_url:= wfa_html.conv_special_url_chars(l_home_url);
821: l_url2 := wfa_html.conv_special_url_chars(l_url);
822: IF l_portal_sso THEN