DBA Data[Home] [Help]

APPS.ICX_DEFINE_PAGES dependencies on WFA_HTML

Line 342: wfa_html.Login('WFA_ENTER_ID');

338:
339: -- Validate the user
340: if (username is null) then
341: -- No username entered
342: wfa_html.Login('WFA_ENTER_ID');
343: return;
344: end if;
345:
346: l_pages := pages;

Line 377: owa_util.redirect_url(curl=>wfa_html.base_url ||

373:
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:

Line 412: wfa_html.Login('WFA_ENTER_ID');

408:
409: -- Validate the user
410: if (username is null) then
411: -- No username entered
412: wfa_html.Login('WFA_ENTER_ID');
413: return;
414: end if;
415:
416: if (p_mode = 'CREATE') then

Line 443: owa_util.redirect_url(curl=>wfa_html.base_url ||

439: -- Set the new page name
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;

Line 501: wfa_html.Login('WFA_ENTER_ID');

497:
498: -- Validate the user
499: if (username is null) then
500: -- No username entered
501: wfa_html.Login('WFA_ENTER_ID');
502: return;
503: end if;
504:
505:

Line 626: popupWin = window.open("'||wfa_html.base_url ||

622: if (temp < 0)
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: }');

Line 638: popupWin = window.open("'||wfa_html.base_url ||

634: if (temp < 0)
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: }');

Line 645: popupWin = window.open("'||wfa_html.base_url ||

641: }
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:

Line 657: top.location.href ="'||wfa_html.base_url ||'/oracleconfigure.customize?p_page_id=" + valuestring;

653: selectTo();
654: else {
655: var valuestring=document.PageList.C.options[temp].value;
656:
657: top.location.href ="'||wfa_html.base_url ||'/oracleconfigure.customize?p_page_id=" + valuestring;
658: }
659: }');
660:
661: htp.p ('function createNew() {

Line 662: popupWin = window.open("'||wfa_html.base_url ||

658: }
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:

Line 682: top.location.href = "'||wfa_html.base_url ||'/oraclemypage.home";

678:
679: }');
680:
681: htp.p('function cancelPage() {
682: top.location.href = "'||wfa_html.base_url ||'/oraclemypage.home";
683: }');
684:
685: htp.p('//-->');
686: htp.p('');