DBA Data[Home] [Help]

APPS.ICX_ON_CABO dependencies on FND_WEB_CONFIG

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

70: l_toolbar icx_cabo.toolbar;
71:
72: begin
73:
74: icx_cabo.g_base_href := FND_WEB_CONFIG.WEB_SERVER;
75: icx_cabo.g_plsql_agent := icx_cabo.plsqlagent;
76:
77: if p_page_code is not null
78: then

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

240: then
241: l_matchcase_view := 'Unchecked';
242: end if;
243:
244: icx_cabo.g_base_href := FND_WEB_CONFIG.WEB_SERVER;
245: icx_cabo.g_plsql_agent := icx_cabo.plsqlagent;
246:
247: /* Get condition title, prompts and conditions */
248:

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

689: l_toolbar icx_cabo.toolbar;
690:
691: begin
692:
693: icx_cabo.g_base_href := FND_WEB_CONFIG.WEB_SERVER;
694: icx_cabo.g_plsql_agent := icx_cabo.plsqlagent;
695:
696: -- select HSECS into l_timer from v$timer;htp.p('begin displayPage @ '||l_timer);htp.nl;
697: