DBA Data[Home] [Help]

APPS.ICX_REQ_NAVIGATION dependencies on ICX_UTIL

Line 10: c_prompts icx_util.g_prompts_table;

6: procedure reqs_welcome_page is
7: ------------------------------------------------------
8: v_lang varchar2(5);
9: c_title varchar2(80);
10: c_prompts icx_util.g_prompts_table;
11:
12: v_dcdName varchar2(1000);
13:
14: v_message_caption varchar2(200);

Line 44: icx_util.copyright;

40: htp.bodyOpen;
41:
42: htp.headOpen;
43:
44: icx_util.copyright;
45:
46: js.scriptOpen;
47: htp.p('function help_window(){
48: help_win = window.open(''/OA_DOC/' || v_lang || '/awe' || '/icxhlprq.htm'', "help_win","resizable=yes,scrollbars=yes,toolbar=yes,width=450,height=250");

Line 341: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||

337: var index;
338:
339: // node id
340: index = str.indexOf("~~");
341: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||
342: '"); return; }
343: var nId = str.substring(0,index);
344: str = str.substring(index+2,str.length);
345:

Line 348: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||

344: str = str.substring(index+2,str.length);
345:
346: // node name
347: index = str.indexOf("~~");
348: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||
349: '"); return; }
350:
351: var nodeName = str.substring(0,index);
352: str = str.substring(index+2,str.length);

Line 356: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||

352: str = str.substring(index+2,str.length);
353:
354: // No of children
355: index = str.indexOf("~~");
356: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||
357: '"); return; }
358:
359: var nChildren = eval(str.substring(0,index));
360: var nChildrenLoaded = false;

Line 368: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||

364: str = str.substring(index+2,str.length);
365:
366: // Link
367: index = str.indexOf("~~");
368: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||
369: '"); return; }
370:
371: var nLink = str.substring(0,index);
372: str = str.substring(index+2,str.length);

Line 377: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||

373:
374:
375: // p_where
376: index = str.indexOf("~~");
377: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||
378: '"); return; }
379:
380: var p_where = str.substring(0,index);
381: str = str.substring(index+2,str.length);

Line 408: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||

404: var index;
405:
406: // node id
407: index = str.indexOf("~~");
408: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||
409: '"); return;}
410: var nId = str.substring(0,index);
411: str = str.substring(index+2,str.length);
412:

Line 415: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||

411: str = str.substring(index+2,str.length);
412:
413: // node name
414: index = str.indexOf("~~");
415: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||
416: '"); return;}
417: var nodeName = str.substring(0,index);
418: str = str.substring(index+2,str.length);
419:

Line 422: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||

418: str = str.substring(index+2,str.length);
419:
420: // No of children
421: index = str.indexOf("~~");
422: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||
423: '"); return;}
424: var nChildren = eval(str.substring(0,index));
425: var nChildrenLoaded = false;
426: if ( nChildren < 1){

Line 433: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||

429: str = str.substring(index+2,str.length);
430:
431: // Link
432: index = str.indexOf("~~");
433: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||
434: '"); return;}
435: var nLink = str.substring(0,index);
436: str = str.substring(index+2,str.length);
437:

Line 441: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||

437:
438:
439: // p_where
440: index = str.indexOf("~~");
441: if (index == -1) { alert ("' || icx_util.replace_quotes(v_str_errors) ||
442: '"); return;}
443: var p_where = str.substring(0,index);
444: str = str.substring(index+2,str.length);
445:

Line 644: if (confirm(''' || icx_util.replace_quotes(FND_MESSAGE.GET) || ''')) {

640: begin
641:
642: FND_MESSAGE.SET_NAME('ICX', 'ICX_CART_RMV_ALL');
643: htp.p('function giveWarning() {
644: if (confirm(''' || icx_util.replace_quotes(FND_MESSAGE.GET) || ''')) {
645: return true;
646: } else {
647: return false;
648: }

Line 723: icx_util.replace_quotes(v_template) || '*' || v_org_id ||

719: v_emergency,'tabs','0','0','no','NORESIZE', 'FRAMEBORDER=NO');
720:
721: htp.frame(v_dcdName || '/ICX_REQ_TEMPLATES.templates?p_where=' ||
722: icx_call.encrypt2( '(NEW)' ||
723: icx_util.replace_quotes(v_template) || '*' || v_org_id ||
724: '**]'), 'navigation','0','0','auto','NORESIZE','FRAMEBORDER=NO');
725:
726: else
727:

Line 860: icx_util.copyright;

856:
857: htp.htmlOpen;
858: htp.headOpen;
859: icx_admin_sig.toolbar(language_code => v_lang);
860: icx_util.copyright;
861: js.scriptOpen;
862:
863: htp.p('function help_window() {
864: help_win = window.open(''/OA_DOC/' || v_lang || '/awe' ||

Line 878: icx_util.add_error(FND_MESSAGE.GET);

874: htp.headClose;
875: htp.bodyOpen('/OA_MEDIA/' || v_lang || '/ICXBCKGR.jpg');
876:
877: FND_MESSAGE.SET_NAME('ICX', 'ICX_DATA_INCORRECT');
878: icx_util.add_error(FND_MESSAGE.GET);
879: icx_util.error_page_print;
880:
881:
882: htp.bodyClose;

Line 879: icx_util.error_page_print;

875: htp.bodyOpen('/OA_MEDIA/' || v_lang || '/ICXBCKGR.jpg');
876:
877: FND_MESSAGE.SET_NAME('ICX', 'ICX_DATA_INCORRECT');
878: icx_util.add_error(FND_MESSAGE.GET);
879: icx_util.error_page_print;
880:
881:
882: htp.bodyClose;
883:

Line 1036: c_prompts icx_util.g_prompts_table;

1032:
1033: v_function_code varchar2(20) := 'ICX_REQS';
1034:
1035: c_title varchar2(80);
1036: c_prompts icx_util.g_prompts_table;
1037:
1038: v_dcdName varchar2(1000);
1039:
1040: v_emergency varchar2(10);

Line 1097: -- icx_util.getPrompts(178,'ICX_PARENT_TEMPLATE',c_title,c_prompts);

1093: else
1094: v_function_code := 'ICX_REQS';
1095: end if;
1096:
1097: -- icx_util.getPrompts(178,'ICX_PARENT_TEMPLATE',c_title,c_prompts);
1098: icx_util.getPrompts(601,'ICX_PARENT_TEMPLATE',c_title,c_prompts);
1099:
1100: -- Get the org id from shopper_id
1101: ICX_REQ_NAVIGATION.shopper_info(employee_id, shopper_name, v_location_id, v_location_code, v_org_id, v_org_code);

Line 1098: icx_util.getPrompts(601,'ICX_PARENT_TEMPLATE',c_title,c_prompts);

1094: v_function_code := 'ICX_REQS';
1095: end if;
1096:
1097: -- icx_util.getPrompts(178,'ICX_PARENT_TEMPLATE',c_title,c_prompts);
1098: icx_util.getPrompts(601,'ICX_PARENT_TEMPLATE',c_title,c_prompts);
1099:
1100: -- Get the org id from shopper_id
1101: ICX_REQ_NAVIGATION.shopper_info(employee_id, shopper_name, v_location_id, v_location_code, v_org_id, v_org_code);
1102:

Line 1215: icx_util.copyright;

1211: end if;
1212:
1213: htp.htmlOpen;
1214: htp.headOpen;
1215: icx_util.copyright;
1216: htp.title(c_title);
1217:
1218:
1219:

Line 1388: icx_util.error_page_setup;

1384:
1385: ICX_REQ_NAVIGATION.shopper_info(v_preparer_id,l_shopper_name,l_location_id,l_location_code,l_org_id,l_org_code);
1386:
1387: if (v_req_status = 'CANCELLED') then
1388: icx_util.error_page_setup;
1389: fnd_message.set_name('ICX', 'ICX_REQ_PREV_CANCEL');
1390: icx_util.add_error(fnd_message.get);
1391: htp.htmlOpen;
1392: icx_util.error_page_print;

Line 1390: icx_util.add_error(fnd_message.get);

1386:
1387: if (v_req_status = 'CANCELLED') then
1388: icx_util.error_page_setup;
1389: fnd_message.set_name('ICX', 'ICX_REQ_PREV_CANCEL');
1390: icx_util.add_error(fnd_message.get);
1391: htp.htmlOpen;
1392: icx_util.error_page_print;
1393: htp.htmlClose;
1394: else

Line 1392: icx_util.error_page_print;

1388: icx_util.error_page_setup;
1389: fnd_message.set_name('ICX', 'ICX_REQ_PREV_CANCEL');
1390: icx_util.add_error(fnd_message.get);
1391: htp.htmlOpen;
1392: icx_util.error_page_print;
1393: htp.htmlClose;
1394: else
1395: /* 812757
1396: should add code to call ICX_PO_REQS_CANCEL_SV.update_web_reqs_status