DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on ICX_PLUG_UTILITIES

Line 238: --l_agent := icx_plug_utilities.getPLSQLagent; -- mputman removed 1574527

234: -- if c_url is null then we don't know where to return the user
235: -- in the situation where the user updates expired password.
236: -- assign a default url.
237: if (c_url is null) then
238: --l_agent := icx_plug_utilities.getPLSQLagent; -- mputman removed 1574527
239: --return_to_url := l_agent || 'OracleMyPage.Home?validate_flag=Y';
240: return_to_url := 'OracleMyPage.Home?validate_flag=Y'; -- removed agent to work in stateful envs mputman 1574527
241: else
242: return_to_url := c_url;

Line 1690: icx_cabo.g_plsql_agent := icx_plug_utilities.getPLSQLagent;

1686:
1687: if icx_sec.g_mode_code in ( '115J', '115P', '115X', 'SLAVE')
1688: then
1689: icx_cabo.g_base_href := FND_WEB_CONFIG.WEB_SERVER;
1690: icx_cabo.g_plsql_agent := icx_plug_utilities.getPLSQLagent;
1691: else
1692: icx_cabo.g_base_href := '';
1693: icx_cabo.g_plsql_agent := '';
1694: end if;