DBA Data[Home] [Help]

APPS.ICX_REQ_ORDER dependencies on ICX_UTIL

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

62: begin
63:
64: FND_MESSAGE.SET_NAME('ICX', 'ICX_CART_RMV_ALL');
65: htp.p('function giveWarning() {
66: if (confirm(''' || icx_util.replace_quotes(FND_MESSAGE.GET) || ''')) {
67: return true;
68: } else {
69: return false;
70: }

Line 92: icx_util.copyright;

88:
89: htp.htmlOpen;
90: htp.headOpen;
91: icx_admin_sig.toolbar(language_code => v_lang);
92: icx_util.copyright;
93: js.scriptOpen;
94:
95: htp.p('function help_window() {
96: help_win = window.open(''/OA_DOC/' || v_lang || '/awe' || '/icxhlprq.htm'', "help_win","resizable=yes,scrollbars=yes,toolbar=yes,width=450,height=250");

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

102: htp.headClose;
103: htp.bodyOpen('/OA_MEDIA/' || v_lang || '/ICXBCKGR.jpg');
104:
105: FND_MESSAGE.SET_NAME('ICX', 'ICX_DATA_INCORRECT');
106: icx_util.add_error(FND_MESSAGE.GET);
107: icx_util.error_page_print;
108: -- htp.p(FND_MESSAGE.GET);
109:
110:

Line 107: icx_util.error_page_print;

103: htp.bodyOpen('/OA_MEDIA/' || v_lang || '/ICXBCKGR.jpg');
104:
105: FND_MESSAGE.SET_NAME('ICX', 'ICX_DATA_INCORRECT');
106: icx_util.add_error(FND_MESSAGE.GET);
107: icx_util.error_page_print;
108: -- htp.p(FND_MESSAGE.GET);
109:
110:
111: htp.bodyClose;

Line 187: alert("' || icx_util.replace_quotes(FND_MESSAGE.GET) || '");

183: /*
184: var po_num = "" + parent.my_cart_header.ICX_RESERVED_PO_NUM;
185: alert(po_num);
186: if (po_num <> "") {
187: alert("' || icx_util.replace_quotes(FND_MESSAGE.GET) || '");
188: //alert("Can not reserve more than one PO # for a single requisition.");
189: return;
190: }
191:

Line 240: if (confirm("' || icx_util.replace_quotes(v_message) || '") ) {

236: FND_MESSAGE.SET_NAME('RG', 'RG_DELETE_ROW');
237: v_message := FND_MESSAGE.GET;
238:
239: htp.p('function remove(number) {
240: if (confirm("' || icx_util.replace_quotes(v_message) || '") ) {
241: //dc parent.removeItem(number);
242: document.LINE.cartLineId.value = number;
243: document.LINE.cartLineAction.value = "DELETE";
244: document.LINE.submit();

Line 287: // alert("' || icx_util.replace_quotes(v_empty_cart_msg) || '");

283:
284: htp.p('function save_order() {
285:
286: // if (parent.frames[0].document.LINE.itemCount.value == 0) {
287: // alert("' || icx_util.replace_quotes(v_empty_cart_msg) || '");
288: // } else {
289:
290: // if (confirm("' || icx_util.replace_quotes(v_confirm_text) || '")) {
291: parent.frames[0].document.KEVIN.user_action.value = "SAVE";

Line 290: // if (confirm("' || icx_util.replace_quotes(v_confirm_text) || '")) {

286: // if (parent.frames[0].document.LINE.itemCount.value == 0) {
287: // alert("' || icx_util.replace_quotes(v_empty_cart_msg) || '");
288: // } else {
289:
290: // if (confirm("' || icx_util.replace_quotes(v_confirm_text) || '")) {
291: parent.frames[0].document.KEVIN.user_action.value = "SAVE";
292: parent.frames[0].document.KEVIN.submit();
293: // }
294: // }

Line 304: // alert("' || icx_util.replace_quotes(v_empty_cart_msg) || '");

300:
301: htp.p('function modify_order() {
302:
303: // if (parent.frames[0].document.LINE.itemCount.value == 0) {
304: // alert("' || icx_util.replace_quotes(v_empty_cart_msg) || '");
305: // } else {
306:
307: parent.frames[0].document.KEVIN.user_action.value = "MODIFY";
308: parent.frames[0].document.KEVIN.submit();

Line 314: // alert ("' || icx_util.replace_quotes(v_empty_cart_msg) || '");

310: }');
311:
312: htp.p('function get_po_modify_order() {
313: // if (parent.frames[0].document.LINE.itemCount.value == 0) {
314: // alert ("' || icx_util.replace_quotes(v_empty_cart_msg) || '");
315: // } else {
316: parent.frames[0].document.KEVIN.user_action.value = "GET_PO_MODIFY";
317: parent.frames[0].document.KEVIN.submit();
318: // }

Line 327: alert("' || icx_util.replace_quotes(v_empty_cart_msg) || '");

323: v_confirm_text := FND_MESSAGE.GET;
324: htp.p('function submit_order() {
325:
326: if (parent.frames[0].document.LINE.itemCount.value == 0) {
327: alert("' || icx_util.replace_quotes(v_empty_cart_msg) || '");
328: } else {
329:
330: if (confirm("' || icx_util.replace_quotes(v_confirm_text) || '")) {
331: parent.frames[0].document.KEVIN.user_action.value = "PLACE ORDER";

Line 330: if (confirm("' || icx_util.replace_quotes(v_confirm_text) || '")) {

326: if (parent.frames[0].document.LINE.itemCount.value == 0) {
327: alert("' || icx_util.replace_quotes(v_empty_cart_msg) || '");
328: } else {
329:
330: if (confirm("' || icx_util.replace_quotes(v_confirm_text) || '")) {
331: parent.frames[0].document.KEVIN.user_action.value = "PLACE ORDER";
332: parent.frames[0].document.KEVIN.submit();
333: }
334: }

Line 342: // alert("' || icx_util.replace_quotes(v_empty_cart_msg) || '");

338: v_confirm_text := FND_MESSAGE.GET;
339: htp.p('function delete_saved_cart() {
340:
341: // if (parent.frames[0].document.LINE.itemCount.value == 0) {
342: // alert("' || icx_util.replace_quotes(v_empty_cart_msg) || '");
343: // } else {
344:
345: if (confirm("' || icx_util.replace_quotes(v_confirm_text) || '")) {
346: parent.frames[0].document.KEVIN.user_action.value = "CANCEL";

Line 345: if (confirm("' || icx_util.replace_quotes(v_confirm_text) || '")) {

341: // if (parent.frames[0].document.LINE.itemCount.value == 0) {
342: // alert("' || icx_util.replace_quotes(v_empty_cart_msg) || '");
343: // } else {
344:
345: if (confirm("' || icx_util.replace_quotes(v_confirm_text) || '")) {
346: parent.frames[0].document.KEVIN.user_action.value = "CANCEL";
347: parent.frames[0].document.KEVIN.submit();
348: }
349: // }

Line 462: l_values icx_util.char240_table;

458: v_vendor_LOV_flag in out varchar2,
459: v_location_LOV_flag in out varchar2,
460: p_ext_price_total out number) is
461: ------------------------------------------------------------
462: l_values icx_util.char240_table;
463: l_value varchar2(240);
464: l_language_code varchar2(30);
465: l_multirow_color varchar2(30);
466: l_colspan number;

Line 467: c_prompts ICX_UTIL.g_prompts_table;

463: l_value varchar2(240);
464: l_language_code varchar2(30);
465: l_multirow_color varchar2(30);
466: l_colspan number;
467: c_prompts ICX_UTIL.g_prompts_table;
468: c_title varchar2(45);
469: l_org_id_pos number;
470: l_loc_id_pos number;
471: l_spin_pos number;

Line 484: l_multirow_color := icx_util.get_color('TABLE_DATA_MULTIROW');

480:
481: begin
482:
483: l_language_code := icx_sec.getID(icx_sec.pv_language_code);
484: l_multirow_color := icx_util.get_color('TABLE_DATA_MULTIROW');
485: -- icx_util.getprompts(601, 'ICX_SHOPPING_CART_LINES_R', c_title, c_prompts);
486: icx_util.getprompts(601, 'ICX_LOV', c_title, c_prompts);
487:
488: for r in 0..ak_query_pkg.g_results_table.LAST loop

Line 485: -- icx_util.getprompts(601, 'ICX_SHOPPING_CART_LINES_R', c_title, c_prompts);

481: begin
482:
483: l_language_code := icx_sec.getID(icx_sec.pv_language_code);
484: l_multirow_color := icx_util.get_color('TABLE_DATA_MULTIROW');
485: -- icx_util.getprompts(601, 'ICX_SHOPPING_CART_LINES_R', c_title, c_prompts);
486: icx_util.getprompts(601, 'ICX_LOV', c_title, c_prompts);
487:
488: for r in 0..ak_query_pkg.g_results_table.LAST loop
489:

Line 486: icx_util.getprompts(601, 'ICX_LOV', c_title, c_prompts);

482:
483: l_language_code := icx_sec.getID(icx_sec.pv_language_code);
484: l_multirow_color := icx_util.get_color('TABLE_DATA_MULTIROW');
485: -- icx_util.getprompts(601, 'ICX_SHOPPING_CART_LINES_R', c_title, c_prompts);
486: icx_util.getprompts(601, 'ICX_LOV', c_title, c_prompts);
487:
488: for r in 0..ak_query_pkg.g_results_table.LAST loop
489:
490: icx_util.transfer_Row_To_Column(ak_query_pkg.g_results_table(r),l_values);

Line 490: icx_util.transfer_Row_To_Column(ak_query_pkg.g_results_table(r),l_values);

486: icx_util.getprompts(601, 'ICX_LOV', c_title, c_prompts);
487:
488: for r in 0..ak_query_pkg.g_results_table.LAST loop
489:
490: icx_util.transfer_Row_To_Column(ak_query_pkg.g_results_table(r),l_values);
491:
492: for i in 0..ak_query_pkg.g_items_table.LAST loop
493:
494: if ak_query_pkg.g_items_table(i).node_display_flag = 'Y'

Line 567: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

563: htp.tableData(cvalue => ' 566: || ')" onMouseOver="window.status='''
567: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
568: || '''; return true"> 569: || l_language_code
570: -- || '/FNDIDELR.gif HEIGHT=18 WIDTH=18 BORDER=no>',
571: || '/FNDIDELR.gif HEIGHT=18 WIDTH=18 BORDER=no ALT="'

Line 572: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

568: || '''; return true"> 569: || l_language_code
570: -- || '/FNDIDELR.gif HEIGHT=18 WIDTH=18 BORDER=no>',
571: || '/FNDIDELR.gif HEIGHT=18 WIDTH=18 BORDER=no ALT="'
572: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
573: || '">',
574: crowspan => 2,
575: -- add by Mary
576: calign => ak_query_pkg.g_items_table(i).horizontal_alignment);

Line 584: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

580: htp.tableData(cvalue => ' 583: || ')" onMouseOver="window.status='''
584: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
585: || '''; return true"> 586: || l_language_code
587: -- || '/FNDISPLT.gif HEIGHT=18 WIDTH=18 BORDER=no>',
588: || '/FNDISPLT.gif HEIGHT=18 WIDTH=18 BORDER=no ALT="'

Line 589: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

585: || '''; return true"> 586: || l_language_code
587: -- || '/FNDISPLT.gif HEIGHT=18 WIDTH=18 BORDER=no>',
588: || '/FNDISPLT.gif HEIGHT=18 WIDTH=18 BORDER=no ALT="'
589: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
590: || '">',
591: crowspan => 2,
592: -- add by Mary
593: calign => ak_query_pkg.g_items_table(i).horizontal_alignment);

Line 602: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

598: href="javascript:accountDist('
599: || l_values(p_cart_line_id_value)
600: -- || ')"> 601: || ')" onMouseOver="window.status='''
602: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
603: || '''; return true"> 604: || l_language_code
605: -- || '/FNDIMADS.gif HEIGHT=16 WIDTH=16 BORDER=no>',
606: || '/FNDISPLT.gif HEIGHT=16 WIDTH=16 BORDER=no ALT="'

Line 607: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

603: || '''; return true"> 604: || l_language_code
605: -- || '/FNDIMADS.gif HEIGHT=16 WIDTH=16 BORDER=no>',
606: || '/FNDISPLT.gif HEIGHT=16 WIDTH=16 BORDER=no ALT="'
607: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
608: || '">',
609: crowspan => 2,
610: -- add by Mary
611: calign => ak_query_pkg.g_items_table(i).horizontal_alignment);--

Line 624: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

620: || pk
621: || ''' ,'''' , '''
622: || v_dcdname
623: ||''')" onMouseOver="window.status='''
624: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
625: || '''; return true"> 626: || l_language_code
627: || '/FNDIATTE.gif HEIGHT=16 WIDTH=16 BORDER=no ALT="'
628: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

Line 628: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

624: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
625: || '''; return true"> 626: || l_language_code
627: || '/FNDIATTE.gif HEIGHT=16 WIDTH=16 BORDER=no ALT="'
628: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
629: || '">',
630: crowspan => 2,
631: -- add by Mary
632: calign => ak_query_pkg.g_items_table(i).horizontal_alignment);

Line 641: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

637: || ''' ,'''' , '''
638: ||v_dcdname
639: -- ||''')"> 640: ||''')" onMouseOver="window.status='''
641: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
642: || '''; return true"> 643: || l_language_code
644: || '/FNDIATT.gif HEIGHT=16 WIDTH=16 BORDER=no ALT="'
645: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

Line 645: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

641: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
642: || '''; return true"> 643: || l_language_code
644: || '/FNDIATT.gif HEIGHT=16 WIDTH=16 BORDER=no ALT="'
645: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
646: || '">',
647: crowspan => 2,
648: -- add by Mary
649: calign => ak_query_pkg.g_items_table(i).horizontal_alignment);

Line 708: || icx_util.replace_onMouseOver_quotes(c_title) ||''';return true"'), crowspan => 2);

704:
705: htp.tableData(cvalue => htf.anchor('javascript:PRE_LOV1(''178'',''ICX_SUGGESTED_VENDOR_NAME'',''601'',''ICX_SHOPPING_CART_LINES_R'',''LOVFIELDS'',''my_order1'','''','''','''
706: || to_char(l_pos) || ''',''' || to_char(l_pos + 1) || ''',''' || to_char(l_pos + 2) || ''',''' || to_char(l_pos + 3) || ''')',htf.img('/OA_MEDIA/'
707: ||l_language_code||'/FNDILOV.gif','LEFT',c_title,'','BORDER=0 WIDTH=22 HEIGHT=22'),'','onMouseOver="window.status='''
708: || icx_util.replace_onMouseOver_quotes(c_title) ||''';return true"'), crowspan => 2);
709:
710: elsif ak_query_pkg.g_items_table(i).attribute_code = 'ICX_DELIVER_TO_LOCATION_L' then -- must be location LOV
711:
712: htp.tableData(cvalue => htf.anchor('javascript:PRE_LOV2(''178'',''ICX_DELIVER_TO_LOCATION_L'',''601'',''ICX_SHOPPING_CART_LINES_R'',''LOVFIELDS'',''my_order1'','''','''',''' ||

Line 714: '/FNDILOV.gif','LEFT',c_title,'','BORDER=0 WIDTH=22 HEIGHT=22'),'','onMouseOver="window.status='''|| icx_util.replace_onMouseOver_quotes(c_title) ||''';return true"'), crowspan => 2);

710: elsif ak_query_pkg.g_items_table(i).attribute_code = 'ICX_DELIVER_TO_LOCATION_L' then -- must be location LOV
711:
712: htp.tableData(cvalue => htf.anchor('javascript:PRE_LOV2(''178'',''ICX_DELIVER_TO_LOCATION_L'',''601'',''ICX_SHOPPING_CART_LINES_R'',''LOVFIELDS'',''my_order1'','''','''',''' ||
713: to_char(l_org_id_pos) || ''',''' || to_char(l_loc_id_pos) || ''',''' || to_char(l_pos) || ''')',htf.img('/OA_MEDIA/'||l_language_code||
714: '/FNDILOV.gif','LEFT',c_title,'','BORDER=0 WIDTH=22 HEIGHT=22'),'','onMouseOver="window.status='''|| icx_util.replace_onMouseOver_quotes(c_title) ||''';return true"'), crowspan => 2);
715:
716: -- user has LOV
717: elsif ak_query_pkg.g_items_table(i).lov_attribute_code is not NULL and
718: ak_query_pkg.g_items_table(i).lov_region_code is not NULL and

Line 729: icx_util.replace_onMouseOver_quotes(c_title) || ''';return true"'), crowspan => 2);

725:
726: htp.tableData(cvalue => htf.anchor('javascript:PRE_LOV0(''178'',''' || ak_query_pkg.g_items_table(i).attribute_code ||
727: ''',''601'',''ICX_SHOPPING_CART_LINES_R'',''LOVFIELDS'',''my_order1'','''','''',''' || to_char(l_pos) || ''')',htf.img('/OA_MEDIA/'||
728: l_language_code||'/FNDILOV.gif','LEFT',c_title,'','BORDER=0 WIDTH=22 HEIGHT=22'),'','onMouseOver="window.status='''||
729: icx_util.replace_onMouseOver_quotes(c_title) || ''';return true"'), crowspan => 2);
730:
731: end if;
732:
733: l_pos := l_pos + 1;

Line 843: result += "
' || icx_util.replace_quotes(FND_MESSAGE.GET) || ' (";

839: end loop;
840:
841: FND_MESSAGE.SET_NAME('MRP','EC_TOTAL');
842: htp.p('
843: result += "

' || icx_util.replace_quotes(FND_MESSAGE.GET) || ' (";
844: result += parent.currencyCode + ")
";
845: result += "";

Line 996: htp.p('' || FND_MESSAGE.GET || ' (' || v_currency || ') ');

992: for i in 1 .. (l_total_price_column - 2) loop
993: htp.p('');
994: end loop;
995: FND_MESSAGE.SET_NAME('MRP','EC_TOTAL');
996: htp.p('' || FND_MESSAGE.GET || ' (' || v_currency || ') ');
997: htp.p('' || to_char(l_total_price,v_money_fmt_mask) || '' );
998:
999: htp.p('');
1000: elsif l_total_price_column > 0 then

Line 1004: htp.p('' || FND_MESSAGE.GET || ' (' || v_currency || ') ');

1000: elsif l_total_price_column > 0 then
1001: htp.p('');
1002: htp.p('');
1003: FND_MESSAGE.SET_NAME('MRP','EC_TOTAL');
1004: htp.p('' || FND_MESSAGE.GET || ' (' || v_currency || ') ');
1005: htp.p('' || to_char(l_total_price,v_money_fmt_mask) || '' );
1006:
1007: htp.p('');
1008:

Line 1140: y_table icx_util.char240_table;

1136: i number := 0;
1137: where_clause varchar2(240);
1138: v_language varchar2(30) := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1139: dbutton varchar2(5000);
1140: y_table icx_util.char240_table;
1141: l_requestor_id number;
1142: l_requestor_name varchar2(240);
1143: l_location_id number;
1144: l_location_code varchar2(240);

Line 1173: icx_util.transfer_Row_To_Column( ak_query_pkg.g_results_table(ak_query_pkg.g_results_table.first),y_table);

1169: v_dcdName varchar2(1000) := owa_util.get_cgi_env('SCRIPT_NAME');
1170:
1171: begin
1172:
1173: icx_util.transfer_Row_To_Column( ak_query_pkg.g_results_table(ak_query_pkg.g_results_table.first),y_table);
1174:
1175: for l in ak_query_pkg.g_items_table.first .. ak_query_pkg.g_items_table.last loop
1176: if ak_query_pkg.g_items_table(l).attribute_code = 'ICX_DELIVER_TO_LOCATION_ID' then
1177: l_location_id := y_table(ak_query_pkg.g_items_table(l).value_id);

Line 1281: icx_util.DynamicButton(P_ButtonText => FND_MESSAGE.GET,

1277: if (l_po_number is NULL) then
1278:
1279: FND_MESSAGE.SET_NAME('ICX','ICX_RESERVE_PO_NUM');
1280:
1281: icx_util.DynamicButton(P_ButtonText => FND_MESSAGE.GET,
1282: P_ImageFileName => 'FNDBNEW.gif',
1283: P_OnMouseOverText => FND_MESSAGE.GET,
1284: -- P_HyperTextCall => v_dcdName || '/ICX_REQ_ORDER.get_emergency_po_num?n_org=' || n_org || '&n_cart_id=' || n_cart_id,
1285: P_HyperTextCall => 'javascript:parent.frames[1].get_po_modify_order()',

Line 1323: htp.p(icx_util.LOVButton(c_attribute_app_id => 178,

1319:
1320: -- 'parent.my_cart_header.ICX_APPROVER_NAME=this.value''>";');
1321: htp.p('');
1322: htp.p('');
1323: htp.p(icx_util.LOVButton(c_attribute_app_id => 178,
1324: c_attribute_code => 'ICX_APPROVER_NAME',
1325: c_region_app_id => 601,
1326: c_region_code => 'ICX_SHOPPING_CART_HEADER_R',
1327: c_form_name => 'KEVIN',

Line 1416: htp.p(icx_util.LOVButton(c_attribute_app_id => 178,

1412: /* dynamic LOV */
1413: if ak_query_pkg.g_items_table(i).lov_attribute_code is not NULL and ak_query_pkg.g_items_table(i).lov_region_code is not NULL then
1414:
1415: htp.p('');
1416: htp.p(icx_util.LOVButton(c_attribute_app_id => 178,
1417: c_attribute_code => ak_query_pkg.g_items_table(i).attribute_code,
1418: c_region_app_id => 601,
1419: c_region_code => 'ICX_SHOPPING_CART_HEADER_R',
1420: c_form_name => 'KEVIN',

Line 1526: htp.p(icx_util.LOVButton(178,'ICX_DELIVER_TO_LOCATION', 601, 'ICX_SHOPPING_CART_HEADER_R', 'KEVIN', 'my_order1'));

1522: htp.p(display_text || '');
1523:
1524:
1525: htp.p('');
1526: htp.p(icx_util.LOVButton(178,'ICX_DELIVER_TO_LOCATION', 601, 'ICX_SHOPPING_CART_HEADER_R', 'KEVIN', 'my_order1'));
1527:
1528: htp.p('');
1529:
1530: end if;

Line 1602: htp.p(icx_util.LOVButton(c_attribute_app_id => 178,

1598: htp.p(display_text);
1599:
1600: htp.p('');
1601: htp.p('');
1602: htp.p(icx_util.LOVButton(c_attribute_app_id => 178,
1603: c_attribute_code => 'ICX_DELIVER_TO_REQUESTOR',
1604: c_region_app_id => 601,
1605: c_region_code => 'ICX_SHOPPING_CART_HEADER_R',
1606: c_form_name => 'KEVIN',

Line 1664: htp.p('result += " ' || icx_util.replace_quotes(ak_query_pkg.g_items_table(i).attribute_label_long) || '";');

1660: end if;
1661:
1662: elsif ak_query_pkg.g_items_table(i).attribute_code = 'ICX_PO_BUTTON' then
1663: /*
1664: htp.p('result += " ' || icx_util.replace_quotes(ak_query_pkg.g_items_table(i).attribute_label_long) || '";');
1665:
1666: htp.p('result += "";');
1667:
1668:

Line 1669: --dbutton := icx_util.DynamicButton(P_ButtonText => 'Get a PO Number',

1665:
1666: htp.p('result += "";');
1667:
1668:
1669: --dbutton := icx_util.DynamicButton(P_ButtonText => 'Get a PO Number',
1670: -- P_ImageFileName => 'FNDBNEW.gif',
1671: -- P_OnMouseOverText => 'Reserve a PO Number',
1672: -- P_HyperTextCall => 'javascript:get_po()',
1673: -- P_LanguageCode => v_language,

Line 1681: || ' VALUE=''' || icx_util.replace_quotes(ak_query_pkg.g_items_table(i).attribute_code) || ''' onClick=''get_po()''>";');

1677:
1678:
1679: htp.p('result += " 1680: || ''' SIZE=' || ak_query_pkg.g_items_table(i).display_value_length
1681: || ' VALUE=''' || icx_util.replace_quotes(ak_query_pkg.g_items_table(i).attribute_code) || ''' onClick=''get_po()''>";');
1682:
1683: l_pos := l_pos + 1;
1684: htp.p('result += "";');
1685: */ null;

Line 1722: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

1718: || pk1
1719: || ''' ,'''', '''
1720: ||v_dcdname
1721: ||''')" onMouseOver="window.status='''
1722: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
1723: ||''';return true"> 1724: || v_language
1725: || '/FNDIATTE.gif HEIGHT=16 WIDTH=16 BORDER=no ALT="'
1726: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

Line 1726: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

1722: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
1723: ||''';return true"> 1724: || v_language
1725: || '/FNDIATTE.gif HEIGHT=16 WIDTH=16 BORDER=no ALT="'
1726: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
1727: ||'">'
1728: ,calign => 'LEFT');
1729: elsif (attachment_status <> 'DISABLE') then
1730: htp.tableData(cvalue => '
1737: || v_language
1738: || '/FNDIATT.gif HEIGHT=16 WIDTH=16 BORDER=no ALT="'
1739: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

Line 1739: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)

1735: || icx_util.replace_onmouseover_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
1736: ||'''; return true"> 1737: || v_language
1738: || '/FNDIATT.gif HEIGHT=16 WIDTH=16 BORDER=no ALT="'
1739: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
1740: ||'">'
1741: , calign => 'LEFT');
1742: end if;
1743: /* icx_util.DynamicButton(ak_query_pkg.g_items_table(i).attribute_label_long,

Line 1743: /* icx_util.DynamicButton(ak_query_pkg.g_items_table(i).attribute_label_long,

1739: || icx_util.replace_alt_quotes(ak_query_pkg.g_items_table(i).attribute_label_long)
1740: ||'">'
1741: , calign => 'LEFT');
1742: end if;
1743: /* icx_util.DynamicButton(ak_query_pkg.g_items_table(i).attribute_label_long,
1744: 'FNDBPLAY', ak_query_pkg.g_items_table(i).attribute_label_long,
1745: 'javascript:attachment( 1, ''' || pk1 || ''', '''','''|| v_dcdName || ''')',v_language, false); */
1746: htp.p('');
1747: htp.p('');

Line 2246: icx_util.copyright;

2242:
2243:
2244: htp.htmlOpen;
2245: htp.headOpen;
2246: icx_util.copyright;
2247: js.scriptOpen;
2248:
2249: js.replaceDBQuote;
2250: icx_util.LOVScript;

Line 2250: icx_util.LOVScript;

2246: icx_util.copyright;
2247: js.scriptOpen;
2248:
2249: js.replaceDBQuote;
2250: icx_util.LOVScript;
2251:
2252:
2253: --debug
2254: l_session_id := to_number(icx_sec.getID(icx_sec.PV_SESSION_ID));

Line 2485: icx_util.DynamicButton(P_ButtonText => v_order_button_text,

2481: FND_MESSAGE.SET_NAME('MRP','EC_ORDER');
2482: htp.p('');
2483: FND_MESSAGE.SET_NAME('ICX','ICX_PLACE_ORDER');
2484: v_order_button_text := FND_MESSAGE.GET;
2485: icx_util.DynamicButton(P_ButtonText => v_order_button_text,
2486: P_ImageFileName => 'FNDBSBMT.gif',
2487: P_OnMouseOverText => v_order_button_text,
2488: P_HyperTextCall => 'javascript:submit_order()',
2489: P_LanguageCode => v_lang,

Line 2496: icx_util.DynamicButton(P_ButtonText => v_order_button_text,

2492:
2493: htp.p('');
2494: FND_MESSAGE.SET_NAME('ICX','ICX_SAVE');
2495: v_order_button_text := FND_MESSAGE.GET;
2496: icx_util.DynamicButton(P_ButtonText => v_order_button_text,
2497: P_ImageFileName => 'FNDBSAVE.gif',
2498: P_OnMouseOverText => v_order_button_text,
2499: P_HyperTextCall => 'javascript:save_order()',
2500: P_LanguageCode => v_lang,

Line 2507: icx_util.DynamicButton(P_ButtonText => v_order_button_text,

2503:
2504: htp.p('');
2505: FND_MESSAGE.SET_NAME('ICX','ICX_RQS_DELETE_ORDER');
2506: v_order_button_text := FND_MESSAGE.GET;
2507: icx_util.DynamicButton(P_ButtonText => v_order_button_text,
2508: P_ImageFileName => 'FNDBCNCL.gif',
2509: P_OnMouseOverText => v_order_button_text,
2510: P_HyperTextCall => 'javascript:delete_saved_cart()',
2511: P_LanguageCode => v_lang,

Line 2520: icx_util.DynamicButton(P_ButtonText => v_order_button_text,

2516:
2517: htp.p('');
2518: FND_MESSAGE.SET_NAME('ICX','ICX_APPLY_CHANGES');
2519: v_order_button_text := FND_MESSAGE.GET;
2520: icx_util.DynamicButton(P_ButtonText => v_order_button_text,
2521: P_ImageFileName => 'FNDBAPLY.gif',
2522: P_OnMouseOverText => v_order_button_text,
2523: P_HyperTextCall => 'javascript:modify_order()',
2524: P_LanguageCode => v_lang,