DBA Data[Home] [Help]

APPS.ICX_CABO dependencies on ICX_CABO

Line 1: package body icx_cabo as

1: package body icx_cabo as
2: /* $Header: ICXCABOB.pls 120.1 2005/10/07 13:20:44 gjimenez noship $ */
3:
4: procedure toolbarJavascript(p_toolbar in icx_cabo.toolbar) is
5:

Line 4: procedure toolbarJavascript(p_toolbar in icx_cabo.toolbar) is

1: package body icx_cabo as
2: /* $Header: ICXCABOB.pls 120.1 2005/10/07 13:20:44 gjimenez noship $ */
3:
4: procedure toolbarJavascript(p_toolbar in icx_cabo.toolbar) is
5:
6: begin
7:
8: htp.p('');
329:
330: end;
331:
332: procedure displaytoolbar(p_toolbar in icx_cabo.toolbar) is
333:
334: begin
335:
336: icx_cabo.toolbarJavascript(p_toolbar);

Line 336: icx_cabo.toolbarJavascript(p_toolbar);

332: procedure displaytoolbar(p_toolbar in icx_cabo.toolbar) is
333:
334: begin
335:
336: icx_cabo.toolbarJavascript(p_toolbar);
337:
338: htp.p('');
385:
386: l_tablename := 'region1';
387:
388: icx_cabo.show_tableJavascript(l_tablename);
389: icx_cabo.hidden_dataJavascript(l_tablename);
390:
391: htp.p('


392: ');
441:
442: end;
443:
444: procedure container(p_toolbar in icx_cabo.toolbar,
445: p_helpmsg in varchar2,
446: p_helptitle in varchar2,
447: p_tabicons in icx_cabo.tabiconTable,
448: p_currenttab in number default 1,

Line 447: p_tabicons in icx_cabo.tabiconTable,

443:
444: procedure container(p_toolbar in icx_cabo.toolbar,
445: p_helpmsg in varchar2,
446: p_helptitle in varchar2,
447: p_tabicons in icx_cabo.tabiconTable,
448: p_currenttab in number default 1,
449: p_tabs in icx_cabo.tabTable,
450: p_url in varchar2 default null,
451: p_action in boolean default FALSE,

Line 449: p_tabs in icx_cabo.tabTable,

445: p_helpmsg in varchar2,
446: p_helptitle in varchar2,
447: p_tabicons in icx_cabo.tabiconTable,
448: p_currenttab in number default 1,
449: p_tabs in icx_cabo.tabTable,
450: p_url in varchar2 default null,
451: p_action in boolean default FALSE,
452: p_locator in boolean default FALSE) is
453:

Line 459: l_toolbar icx_cabo.toolbar;

455: l_main_url varchar2(2000);
456: l_bottom_html varchar2(240);
457: l_bottom_height varchar2(30);
458:
459: l_toolbar icx_cabo.toolbar;
460:
461: begin
462:
463: if icx_cabo.g_base_href is null

Line 463: if icx_cabo.g_base_href is null

459: l_toolbar icx_cabo.toolbar;
460:
461: begin
462:
463: if icx_cabo.g_base_href is null
464: then
465: htp.p('');
466: else
467: htp.p('');

Line 467: htp.p('');

463: if icx_cabo.g_base_href is null
464: then
465: htp.p('');
466: else
467: htp.p('');
468: end if;
469:
470: htp.p('');
471:

Line 494: icx_cabo.toolbarJavascript(p_toolbar);

490: };
491:
492: ');
493:
494: icx_cabo.toolbarJavascript(p_toolbar);
495:
496: icx_cabo.tabiconsJavascript(p_tabicons);
497:
498: l_tab_html := 'OA_HTML/webtools/'||icx_cabo.tabsJavascript(p_helpmsg => p_helpmsg,

Line 496: icx_cabo.tabiconsJavascript(p_tabicons);

492: ');
493:
494: icx_cabo.toolbarJavascript(p_toolbar);
495:
496: icx_cabo.tabiconsJavascript(p_tabicons);
497:
498: l_tab_html := 'OA_HTML/webtools/'||icx_cabo.tabsJavascript(p_helpmsg => p_helpmsg,
499: p_helptitle => p_helptitle,
500: p_currenttab => p_currenttab,

Line 498: l_tab_html := 'OA_HTML/webtools/'||icx_cabo.tabsJavascript(p_helpmsg => p_helpmsg,

494: icx_cabo.toolbarJavascript(p_toolbar);
495:
496: icx_cabo.tabiconsJavascript(p_tabicons);
497:
498: l_tab_html := 'OA_HTML/webtools/'||icx_cabo.tabsJavascript(p_helpmsg => p_helpmsg,
499: p_helptitle => p_helptitle,
500: p_currenttab => p_currenttab,
501: p_tabs => p_tabs);
502: if p_url is null

Line 594: procedure container(p_toolbar in icx_cabo.toolbar,

590: when others then
591: htp.p(SQLERRM);
592: end;
593:
594: procedure container(p_toolbar in icx_cabo.toolbar,
595: p_helpmsg in varchar2,
596: p_helptitle in varchar2,
597: p_url in varchar2 default null,
598: p_action in boolean default FALSE,

Line 621: procedure container(p_toolbar in icx_cabo.toolbar,

617: p_locator => p_locator);
618:
619: end;
620:
621: procedure container(p_toolbar in icx_cabo.toolbar,
622: p_helpmsg in varchar2,
623: p_helptitle in varchar2,
624: p_currenttab in number default 1,
625: p_tabs in icx_cabo.tabTable,

Line 625: p_tabs in icx_cabo.tabTable,

621: procedure container(p_toolbar in icx_cabo.toolbar,
622: p_helpmsg in varchar2,
623: p_helptitle in varchar2,
624: p_currenttab in number default 1,
625: p_tabs in icx_cabo.tabTable,
626: p_url in varchar2 default null,
627: p_action in boolean default FALSE,
628: p_locator in boolean default FALSE) is
629:

Line 657: end icx_cabo;

653: return l_agent;
654:
655: end;
656:
657: end icx_cabo;