DBA Data[Home] [Help]

APPS.ICX_DEFINE_PAGES dependencies on ICX_DEFINE_PAGES

Line 1: package body ICX_DEFINE_PAGES as

1: package body ICX_DEFINE_PAGES as
2: /* $Header: ICXCNPAB.pls 120.0 2005/10/07 12:13:47 gjimenez noship $ */
3:
4:
5: procedure Error

Line 173: l_function_syntax := 'javascript:applyDelete('''||'icx_define_pages.savepage?p_mode=DELETE&p_page_id='||p_page_id||''')';

169: p_button_url => l_function_syntax);
170:
171: elsif (p_mode = 'DELETE') then
172:
173: l_function_syntax := 'javascript:applyDelete('''||'icx_define_pages.savepage?p_mode=DELETE&p_page_id='||p_page_id||''')';
174:
175: -- Construct the Button and the Button list
176: l_button := icxui_api_button.create_button(
177: p_button_name => wf_core.translate('APPLY'),

Line 219: curl => l_agent || 'icx_define_pages.savePage',

215: htp.centerOpen;
216:
217: -- Form Open
218: htp.formOpen(cattributes => 'NAME="new_pagename"',
219: curl => l_agent || 'icx_define_pages.savePage',
220: cmethod => 'POST',
221: cenctype => 'multipart/form-data'); --mputman reodered
222:
223: -- Draw the Dialog Title Bar

Line 315: wf_core.context('icx_define_pages', 'DispPageDialog');

311:
312: exception
313: when others then
314: rollback;
315: wf_core.context('icx_define_pages', 'DispPageDialog');
316: Error;
317: end DispPageDialog;
318:
319: procedure OrderPages(

Line 378: '/icx_define_pages.PageList',

374: end loop;
375:
376: -- use owa_util.redirect_url to redirect the URL to the home page
377: owa_util.redirect_url(curl=>wfa_html.base_url ||
378: '/icx_define_pages.PageList',
379: bclose_header=>TRUE);
380:
381:
382: exception

Line 385: wf_core.context('icx_define_pages', 'OrderPages');

381:
382: exception
383: when others then
384: rollback;
385: wf_core.context('icx_define_pages', 'OrderPages');
386: Error;
387:
388: END OrderPages;
389:

Line 444: '/icx_define_pages.editpagelist',

440: oracleconfigure.deletepage (p_page_id => p_page_id);
441:
442: -- use owa_util.redirect_url to redirect the URL to the home page
443: owa_util.redirect_url(curl=>wfa_html.base_url ||
444: '/icx_define_pages.editpagelist',
445: bclose_header=>TRUE);
446:
447: end if;
448: if (p_mode in ('CREATE', 'COPY', 'RENAME') ) then

Line 460: wf_core.context('icx_define_pages', 'OrderPages');

456: end if;
457: exception
458: when others then
459: rollback;
460: wf_core.context('icx_define_pages', 'OrderPages');
461: Error;
462:
463: END SavePage;
464:

Line 627: '/icx_define_pages.DispPageDialog?p_mode=RENAME&p_page_id=" + valuestring,

623: selectTo();
624: else {
625: var valuestring=document.PageList.C.options[temp].value;
626: popupWin = window.open("'||wfa_html.base_url ||
627: '/icx_define_pages.DispPageDialog?p_mode=RENAME&p_page_id=" + valuestring,
628: "EditRegion", "statusbar=Y,resizable,width=575,height=300");
629: }
630: }');
631:

Line 639: '/icx_define_pages.DispPageDialog?p_mode=DELETE&p_page_id="+ valuestring,

635: selectTo();
636: else {
637: var valuestring=document.PageList.C.options[temp].value;
638: popupWin = window.open("'||wfa_html.base_url ||
639: '/icx_define_pages.DispPageDialog?p_mode=DELETE&p_page_id="+ valuestring,
640: "EditRegion", "statusbar=Y,resizable,width=575,height=300");
641: }
642: }');
643:

Line 646: '/icx_define_pages.DispPageDialog?p_mode=COPY",

642: }');
643:
644: htp.p ('function Copy() {
645: popupWin = window.open("'||wfa_html.base_url ||
646: '/icx_define_pages.DispPageDialog?p_mode=COPY",
647: "EditRegion", "statusbar=Y,resizable,width=575,height=400");
648: }');
649:
650: htp.p('function Edit() {

Line 663: '/icx_define_pages.DispPageDialog?p_mode=CREATE",

659: }');
660:
661: htp.p ('function createNew() {
662: popupWin = window.open("'||wfa_html.base_url ||
663: '/icx_define_pages.DispPageDialog?p_mode=CREATE",
664: "EditRegion", "statusbar=Y,resizable,width=575,height=300");
665: }');
666:
667:

Line 759: htp.formOpen('icx_define_pages.OrderPages','POST','','','NAME="updatePageList"');

755:
756: htp.formClose;
757:
758: -- add real form that does the posting
759: htp.formOpen('icx_define_pages.OrderPages','POST','','','NAME="updatePageList"');
760: htp.formHidden(cname=>'pages');
761: htp.formHidden(cname=>'oldpages',cvalue=>old_plist);
762: htp.formHidden(cname=>'calledfrom');
763: htp.formClose;

Line 876: p_url => owa_util.get_cgi_env('SCRIPT_NAME')||'/ICX_DEFINE_PAGES.PageList',

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);
878:
879: end EditPageList;
880:

Line 881: end ICX_DEFINE_PAGES;

877: p_action => TRUE);
878:
879: end EditPageList;
880:
881: end ICX_DEFINE_PAGES;