DBA Data[Home] [Help]

APPS.ICX_DEFINE_PAGES dependencies on ICX_CABO

Line 477: l_actions icx_cabo.actionTable;

473: l_history varchar2(240);
474: l_prompt_length number;
475:
476: username varchar2(30);
477: l_actions icx_cabo.actionTable;
478:
479:
480: cursor wlistcurs is
481: select ip.page_id, ipt.page_name

Line 825: icx_cabo.buttons(l_actions);

821: l_actions(6).targetframe := 'main';
822: l_actions(6).enabled := 'b_enabled';
823: l_actions(6).gap := 'b_narrow_gap';
824:
825: icx_cabo.buttons(l_actions);
826:
827: htp.bodyClose;
828: htp.htmlClose;
829:

Line 842: l_actions icx_cabo.actionTable;

838:
839: l_title varchar2(80);
840: l_helpmsg varchar2(2000);
841: l_helptitle varchar2(240);
842: l_actions icx_cabo.actionTable;
843: l_toolbar icx_cabo.toolbar;
844: username varchar2(30);
845:
846: begin

Line 843: l_toolbar icx_cabo.toolbar;

839: l_title varchar2(80);
840: l_helpmsg varchar2(2000);
841: l_helptitle varchar2(240);
842: l_actions icx_cabo.actionTable;
843: l_toolbar icx_cabo.toolbar;
844: username varchar2(30);
845:
846: begin
847:

Line 873: icx_cabo.container(p_toolbar => l_toolbar,

869:
870: l_helpmsg := wf_core.translate ('ICX_ADMIN_HELP');
871: l_helptitle := wf_core.translate ('MAINTAIN_PAGES');
872:
873: icx_cabo.container(p_toolbar => l_toolbar,
874: p_helpmsg => l_helpmsg,
875: p_helptitle => l_helptitle,
876: p_url => owa_util.get_cgi_env('SCRIPT_NAME')||'/ICX_DEFINE_PAGES.PageList',
877: p_action => TRUE);