DBA Data[Home] [Help]

APPS.ICX_SEC dependencies on ICX_CABO

Line 1689: icx_cabo.g_base_href := FND_WEB_CONFIG.WEB_SERVER;

1685:
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 := '';

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;

Line 1692: icx_cabo.g_base_href := '';

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;
1695:
1696: if icx_sec.g_menu_id is null then

Line 1693: icx_cabo.g_plsql_agent := '';

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;
1695:
1696: if icx_sec.g_menu_id is null then
1697: icx_cabo.g_display_menu_icon := FALSE;

Line 1697: icx_cabo.g_display_menu_icon := FALSE;

1693: icx_cabo.g_plsql_agent := '';
1694: end if;
1695:
1696: if icx_sec.g_menu_id is null then
1697: icx_cabo.g_display_menu_icon := FALSE;
1698: else
1699: icx_cabo.g_display_menu_icon := TRUE;
1700: end if;
1701:

Line 1699: icx_cabo.g_display_menu_icon := TRUE;

1695:
1696: if icx_sec.g_menu_id is null then
1697: icx_cabo.g_display_menu_icon := FALSE;
1698: else
1699: icx_cabo.g_display_menu_icon := TRUE;
1700: end if;
1701:
1702: if c_org_id is not null
1703: then