DBA Data[Home] [Help]

APPS.POS_ASN dependencies on HTP

Line 29: htp.p('

25: src2 IN varchar2,
26: txt2 IN varchar2) IS
27: BEGIN
28:
29: htp.p('
30:
31:
32:
33:

Line 223: htp.p('');
225:
226: END hidden_label;
227:

Line 233: htp.p(' 234: '" type="HIDDEN" VALUE="' || get_result_value(l_res_index, l_col) ||
235: '">');
236:
237: END hidden_field;

Line 242: htp.p('
');
273:

Line 272: htp.p('');

268: IF item_code(l_index) = 'POS_SELECT' THEN
269: htp.p('');
270: END IF;
271:
272: htp.p('');
273:
274: END multi_row_label;
275:
276: PROCEDURE non_updateable(l_index in number,

Line 281: htp.p('
');

296: nvl(get_result_value(l_res_index, l_col), ' ') ||
297: '');
298: END IF;
299:
300: htp.p('');
301:
302: END non_updateable;
303:
304: PROCEDURE updateable(l_index in number,

Line 322: htp.p('
');
337: ELSE
338: htp.p(item_lov_multi(l_index,l_row,l_wip_row));

Line 335: htp.p(item_lov(l_index));

331: '" >');
332:
333: IF l_row is null THEN
334: htp.p('

');
337: ELSE
338: htp.p(item_lov_multi(l_index,l_row,l_wip_row));
339: END IF;

Line 336: htp.p('');

332:
333: IF l_row is null THEN
334: htp.p('

');
337: ELSE
338: htp.p(item_lov_multi(l_index,l_row,l_wip_row));
339: END IF;
340:

Line 338: htp.p(item_lov_multi(l_index,l_row,l_wip_row));

334: htp.p('

');
337: ELSE
338: htp.p(item_lov_multi(l_index,l_row,l_wip_row));
339: END IF;
340:
341: htp.p('');
342:

Line 341: htp.p('');

337: ELSE
338: htp.p(item_lov_multi(l_index,l_row,l_wip_row));
339: END IF;
340:
341: htp.p('');
342:
343: END updateable;
344:
345: PROCEDURE image(l_index in number,

Line 349: htp.p('

238:
239: PROCEDURE single_row_label(l_index in number) IS
240: BEGIN
241:
242: htp.p('

243: item_halign(l_index) ||
244: item_valign(l_index) ||
245: '>' || item_reqd(l_index) ||
246: '' || item_name(l_index) ||

Line 255: htp.p('

251:
252: PROCEDURE multi_row_label (l_index in number) IS
253: BEGIN
254:
255: htp.p('

256: item_halign(l_index) ||
257: item_valign(l_index) ||
258: '>' ||
259: item_reqd(l_index)

Line 263: htp.p('');

259: item_reqd(l_index)
260: );
261:
262: IF item_code(l_index) = 'POS_SELECT' THEN
263: htp.p('
');
264: END IF;
265:
266: htp.p('' || item_name(l_index) || '');
267:

Line 266: htp.p('' || item_name(l_index) || '');

262: IF item_code(l_index) = 'POS_SELECT' THEN
263: htp.p('
');
264: END IF;
265:
266: htp.p('' || item_name(l_index) || '');
267:
268: IF item_code(l_index) = 'POS_SELECT' THEN
269: htp.p('
');
270: END IF;

Line 269: htp.p('');

265:
266: htp.p('' || item_name(l_index) || '');
267:
268: IF item_code(l_index) = 'POS_SELECT' THEN
269: htp.p('');
270: END IF;
271:
272: htp.p('

277: l_res_index in number,
278: l_col in number) IS
279: BEGIN
280:
281: htp.p('

282: item_halign(l_index) ||
283: item_valign(l_index) ||
284: '>');
285:

Line 288: htp.p('' ||
290: '' ||
291: nvl(get_result_value(l_res_index, l_col), ' ') ||
292: '
');

Line 295: htp.p('' ||

291: nvl(get_result_value(l_res_index, l_col), ' ') ||
292: '
');
293: ELSE
294:
295: htp.p('' ||
296: nvl(get_result_value(l_res_index, l_col), ' ') ||
297: '
');
298: END IF;
299:

Line 300: htp.p('

318: IF receipt_date_error AND item_code(l_index) = 'POS_EXPECTED_RECEIPT_DATE' THEN
319: x_value := x_receipt_date;
320: END IF;
321:
322: htp.p('

323: item_halign(l_index) ||
324: item_valign(l_index) ||
325: '>' ||
326: ''||

Line 334: htp.p('
');

330: x_value ||
331: '" >');
332:
333: IF l_row is null THEN
334: htp.p('

');
335: htp.p(item_lov(l_index));
336: htp.p('
');
335: htp.p(item_lov(l_index));
336: htp.p('
');
335: htp.p(item_lov(l_index));
336: htp.p('
');
335: htp.p(item_lov(l_index));
336: htp.p('

345: PROCEDURE image(l_index in number,
346: href in varchar2) IS
347: BEGIN
348:
349: htp.p('

350: item_halign(l_index) ||
351: item_valign(l_index) ||
352: '>' ||
353: ' 418:
419: END init_page;

Line 416: htp.headOpen;

412:
413: BEGIN
414:
415: htp.htmlOpen;
416: htp.headOpen;
417: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
418:
419: END init_page;
420:

Line 417: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');

413: BEGIN
414:
415: htp.htmlOpen;
416: htp.headOpen;
417: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
418:
419: END init_page;
420:
421: PROCEDURE init_body IS

Line 424: htp.headClose;

420:
421: PROCEDURE init_body IS
422: BEGIN
423:
424: htp.headClose;
425: htp.bodyOpen(null,'bgcolor=#cccccc link=blue vlink=blue alink=#ff0000');
426:
427: END init_body;
428:

Line 425: htp.bodyOpen(null,'bgcolor=#cccccc link=blue vlink=blue alink=#ff0000');

421: PROCEDURE init_body IS
422: BEGIN
423:
424: htp.headClose;
425: htp.bodyOpen(null,'bgcolor=#cccccc link=blue vlink=blue alink=#ff0000');
426:
427: END init_body;
428:
429: PROCEDURE close_page IS

Line 432: htp.bodyClose;

428:
429: PROCEDURE close_page IS
430: BEGIN
431:
432: htp.bodyClose;
433: htp.htmlClose;
434:
435: END close_page;
436:

Line 433: htp.htmlClose;

429: PROCEDURE close_page IS
430: BEGIN
431:
432: htp.bodyClose;
433: htp.htmlClose;
434:
435: END close_page;
436:
437: PROCEDURE show_edit_page IS

Line 442: htp.headClose;

438: BEGIN
439:
440: init_page;
441:
442: htp.headClose;
443:
444: htp.p(' ');
446: htp.p(' ');
446: htp.p(' ');
448: htp.p(' ');

441:
442: htp.headClose;
443:
444: htp.p(' ');
446: htp.p(' ');
448: htp.p(' ');

Line 446: htp.p(' ');
446: htp.p(' ');
448: htp.p(' ');
450:

Line 447: htp.p(' ');

443:
444: htp.p(' ');
446: htp.p(' ');
448: htp.p(' ');
450:
451:

Line 448: htp.p(' ');
446: htp.p(' ');
448: htp.p(' ');
450:
451:
452: htp.p('');

Line 449: htp.p(' ');

445: htp.p(' ');
446: htp.p(' ');
448: htp.p(' ');
450:
451:
452: htp.p('');
453:

Line 452: htp.p('');

448: htp.p(' ');
450:
451:
452: htp.p('');
453:
454: htp.p(' 456: ' name=header' ||

Line 454: htp.p('');
453:
454: htp.p(' 456: ' name=header' ||
457: ' marginwidth=0' ||
458: ' marginheight=0' ||

Line 461: htp.p(' 462: '/pos_asn.show_shipment_help"' ||
463: ' name=shiphelp' ||
464: ' marginwidth=0' ||
465: ' marginheight=0' ||

Line 468: htp.p(' 469: '/pos_asn.show_edit_shipments"' ||
470: ' name=shipments' ||
471: ' marginwidth=5' ||
472: ' marginheight=0' ||

Line 475: htp.p(' 476: '/pos_asn.show_delete_frame"' ||
477: ' name=delete' ||
478: ' marginwidth=5' ||
479: ' marginheight=0' ||

Line 482: htp.p('');

478: ' marginwidth=5' ||
479: ' marginheight=0' ||
480: ' scrolling=no>');
481:
482: htp.p('');
483:
484: htp.htmlClose;
485:
486: END show_edit_page;

Line 484: htp.htmlClose;

480: ' scrolling=no>');
481:
482: htp.p('');
483:
484: htp.htmlClose;
485:
486: END show_edit_page;
487:
488: PROCEDURE show_edit_header IS

Line 497: htp.p(' ');
499:
500: htp.p('');
498: htp.p(' ');
499:
500: htp.p('

496:
497: htp.p(' ');
499:
500: htp.p('');
507:
508: htp.p('

');
510:
511: print_edit_header;
512:

Line 513: htp.p('');

509: '/pos_asn.update_header" target="header" method="GET">');
510:
511: print_edit_header;
512:
513: htp.p('');
514:
515: close_page;
516:
517: END show_edit_header;

Line 532: htp.p('');

528:
529: init_page;
530: init_body;
531:
532: htp.p('

');
533: htp.p('');
534:
535: htp.p('
536:

Line 533: htp.p('');

529: init_page;
530: init_body;
531:
532: htp.p('

');
533: htp.p('');
534:
535: htp.p('
536:
537: ');

Line 535: htp.p('

531:
532: htp.p('

');
533: htp.p('');
534:
535: htp.p('
536:
537: ');
538:
539: htp.p('');

Line 539: htp.p('
');

535: htp.p('


536:
537: ');
538:
539: htp.p('');
540: htp.p('');

Line 540: htp.p('

537: ');
538:
539: htp.p('');
540: htp.p('');
544: htp.p('
');

Line 544: htp.p('');

540: htp.p('

');
544: htp.p('
');
545:
546: htp.p('
');
547: htp.p('
');

542: v_messageText1 ||
543: '');
544: htp.p('

');
545:
546: htp.p('
');
547: htp.p('
');

Line 547: htp.p('
');
544: htp.p('
');
545:
546: htp.p('
');
547: htp.p('
');
551: htp.p('
');

Line 551: htp.p('');

547: htp.p('

');
551: htp.p('
');
552:
553: htp.p('
');
554: htp.p('
');

549: v_messageText2 ||
550: '');
551: htp.p('

');
552:
553: htp.p('
');
554: htp.p('
');

Line 554: htp.p('
');
551: htp.p('
');
552:
553: htp.p('
');
554: htp.p('
');
558: htp.p('
');

Line 558: htp.p('');

554: htp.p('

');
558: htp.p('
');
559:
560: htp.p('
' ||
541: ' ' ||
542: v_messageText1 ||
543: '
' ||

536:

' ||
541: ' ' ||
542: v_messageText1 ||
543: '
' ||
541: ' ' ||
542: v_messageText1 ||
543: '
' ||
548: ' ' ||

Line 546: htp.p('
' ||
548: ' ' ||
549: v_messageText2 ||
550: '
' ||

543: '

' ||
548: ' ' ||
549: v_messageText2 ||
550: '
' ||
548: ' ' ||
549: v_messageText2 ||
550: '
' ||
555: ' ' ||

Line 553: htp.p('
' ||
555: ' ' ||
556: v_messageText3 ||
557: '
' ||

550: '

' ||
555: ' ' ||
556: v_messageText3 ||
557: '
' ||
555: ' ' ||
556: v_messageText3 ||
557: '
');
561:
562: close_page;

Line 560: htp.p('
');

556: v_messageText3 ||
557: '');
558: htp.p('');
559:
560: htp.p('');
561:
562: close_page;
563:
564: END show_shipment_help;

Line 575: htp.p(' ');
577:
578: htp.headClose;
579: htp.p('');
576: htp.p(' ');
577:
578: htp.headClose;
579: htp.p('');
576: htp.p(' ');
577:
578: htp.headClose;
579: htp.p('

575: htp.p(' ');
577:
578: htp.headClose;
579: htp.p('' ||

585: ')"' || 'link=blue vlink=blue alink=#ff0000>');
586:
587: -- Create a dummy form to allow for multi row lovs (--,--)
588:
589: htp.p('

' ||
590: '' ||
591: '' ||
592: '' ||
593: '' ||

Line 601: htp.p('' ||
598: '' ||
599: '');
600:
601: htp.p('
');
603:
604: print_edit_shipments;
605:

Line 606: htp.p('');

602: '/pos_asn.update_shipments" target="shipments" method="GET">');
603:
604: print_edit_shipments;
605:
606: htp.p('');
607:
608: close_page;
609:
610: END show_edit_shipments;

Line 630: PROCEDURE err_htp(msg IN VARCHAR2) IS

626: close_page;
627:
628: END show_delete_frame;
629:
630: PROCEDURE err_htp(msg IN VARCHAR2) IS
631: BEGIN
632: IF (nvl(length(error_message), 0) + length(msg)) < MAX_ERROR_LEN then
633: error_message := error_message || msg;
634: END IF;

Line 635: END err_htp;

631: BEGIN
632: IF (nvl(length(error_message), 0) + length(msg)) < MAX_ERROR_LEN then
633: error_message := error_message || msg;
634: END IF;
635: END err_htp;
636:
637: PROCEDURE show_error_page IS
638: title VARCHAR2(2000);
639: BEGIN

Line 643: err_htp(htf.htmlOpen);

639: BEGIN
640:
641: title := fnd_message.get_string('ICX', 'ICX_POS_ASN_EDIT_MESS_WIN_T2');
642:
643: err_htp(htf.htmlOpen);
644: err_htp('' || title || '');
645: err_htp(htf.headOpen);
646: err_htp('');
647:

Line 644: err_htp('' || title || '');

640:
641: title := fnd_message.get_string('ICX', 'ICX_POS_ASN_EDIT_MESS_WIN_T2');
642:
643: err_htp(htf.htmlOpen);
644: err_htp('' || title || '');
645: err_htp(htf.headOpen);
646: err_htp('');
647:
648: err_htp(htf.headClose);

Line 645: err_htp(htf.headOpen);

641: title := fnd_message.get_string('ICX', 'ICX_POS_ASN_EDIT_MESS_WIN_T2');
642:
643: err_htp(htf.htmlOpen);
644: err_htp('' || title || '');
645: err_htp(htf.headOpen);
646: err_htp('');
647:
648: err_htp(htf.headClose);
649: err_htp('');

Line 646: err_htp('');

642:
643: err_htp(htf.htmlOpen);
644: err_htp('' || title || '');
645: err_htp(htf.headOpen);
646: err_htp('');
647:
648: err_htp(htf.headClose);
649: err_htp('');
650:

Line 648: err_htp(htf.headClose);

644: err_htp('' || title || '');
645: err_htp(htf.headOpen);
646: err_htp('');
647:
648: err_htp(htf.headClose);
649: err_htp('');
650:
651: IF header_error THEN
652: print_simple_head_err_page;

Line 649: err_htp('');

645: err_htp(htf.headOpen);
646: err_htp('');
647:
648: err_htp(htf.headClose);
649: err_htp('');
650:
651: IF header_error THEN
652: print_simple_head_err_page;
653: ELSE

Line 667: err_htp(htf.htmlOpen);

663:
664: v_messageText1 := fnd_message.get_string('ICX', 'ICX_POS_ASN_CREATED');
665: title := fnd_message.get_string('ICX', 'ICX_POS_ASN_EDIT_MESS_WIN_T1');
666:
667: err_htp(htf.htmlOpen);
668: err_htp('' || title || '');
669: err_htp(htf.headOpen);
670: err_htp('');
671:

Line 668: err_htp('' || title || '');

664: v_messageText1 := fnd_message.get_string('ICX', 'ICX_POS_ASN_CREATED');
665: title := fnd_message.get_string('ICX', 'ICX_POS_ASN_EDIT_MESS_WIN_T1');
666:
667: err_htp(htf.htmlOpen);
668: err_htp('' || title || '');
669: err_htp(htf.headOpen);
670: err_htp('');
671:
672: err_htp(htf.headClose);

Line 669: err_htp(htf.headOpen);

665: title := fnd_message.get_string('ICX', 'ICX_POS_ASN_EDIT_MESS_WIN_T1');
666:
667: err_htp(htf.htmlOpen);
668: err_htp('' || title || '');
669: err_htp(htf.headOpen);
670: err_htp('');
671:
672: err_htp(htf.headClose);
673: err_htp('');

Line 670: err_htp('');

666:
667: err_htp(htf.htmlOpen);
668: err_htp('' || title || '');
669: err_htp(htf.headOpen);
670: err_htp('');
671:
672: err_htp(htf.headClose);
673: err_htp('');
674:

Line 672: err_htp(htf.headClose);

668: err_htp('' || title || '');
669: err_htp(htf.headOpen);
670: err_htp('');
671:
672: err_htp(htf.headClose);
673: err_htp('');
674:
675: err_htp('' || v_messageText1 || '');
676:

Line 673: err_htp('');

669: err_htp(htf.headOpen);
670: err_htp('');
671:
672: err_htp(htf.headClose);
673: err_htp('');
674:
675: err_htp('' || v_messageText1 || '');
676:
677: END show_ok_page;

Line 675: err_htp('' || v_messageText1 || '');

671:
672: err_htp(htf.headClose);
673: err_htp('');
674:
675: err_htp('' || v_messageText1 || '');
676:
677: END show_ok_page;
678:
679: PROCEDURE print_edit_header IS

Line 695: htp.p('');

691:
692: fnd_client_info.set_org_context(l_org_id);
693: fnd_global.apps_initialize(l_user_id, l_responsibility_id, 178);
694:
695: htp.p('

');
696:
697: v_messageText1 := fnd_message.get_string('ICX', 'ICX_POS_ASN_EDIT_HEADER_HT1');
698: v_messageText2 := fnd_message.get_string('ICX', 'ICX_POS_REQUIRED_FIELD');
699:

Line 700: htp.p('');

696:
697: v_messageText1 := fnd_message.get_string('ICX', 'ICX_POS_ASN_EDIT_HEADER_HT1');
698: v_messageText2 := fnd_message.get_string('ICX', 'ICX_POS_REQUIRED_FIELD');
699:
700: htp.p('');
701: htp.p('

');
702: htp.p('');

697: v_messageText1 := fnd_message.get_string('ICX', 'ICX_POS_ASN_EDIT_HEADER_HT1');
698: v_messageText2 := fnd_message.get_string('ICX', 'ICX_POS_REQUIRED_FIELD');
699:
700: htp.p('');
701: htp.p('

');
702: htp.p('');
702: htp.p('');

704: v_messageText1 ||
705: '' ||
706: v_messageText2 ||
707: '');
708: htp.p('');
709: htp.p('

' ||
703: ' ' ||
704: v_messageText1 ||

Line 701: htp.p('
' ||
703: ' ' ||
704: v_messageText1 ||
705: '' ||

Line 702: htp.p('
' ||

698: v_messageText2 := fnd_message.get_string('ICX', 'ICX_POS_REQUIRED_FIELD');
699:
700: htp.p('');
701: htp.p('

' ||
703: ' ' ||
704: v_messageText1 ||
705: '' ||
706: v_messageText2 ||

Line 708: htp.p('
');
710:
711:
712: ak_query_pkg.exec_query(p_parent_region_appl_id => 178,

Line 709: htp.p('');

705: '' ||
706: v_messageText2 ||
707: '');
708: htp.p('');
709: htp.p('');
710:
711:
712: ak_query_pkg.exec_query(p_parent_region_appl_id => 178,
713: p_parent_region_code => 'POS_ASN_HEADERS',

Line 723: htp.p('');

719:
720: l_attribute_index := ak_query_pkg.g_items_table.FIRST;
721: l_result_index := ak_query_pkg.g_results_table.FIRST;
722:
723: htp.p('

');
724:
725: htp.p('');
726:
727: l_current_col := 0;

Line 725: htp.p('
');

721: l_result_index := ak_query_pkg.g_results_table.FIRST;
722:
723: htp.p('

');
724:
725: htp.p('');
726:
727: l_current_col := 0;
728: l_col := 0;
729:

Line 763: htp.p('
');

759: l_col := l_col + 1;
760:
761: single_row_label(l_attribute_index);
762: image(l_attribute_index,'"javascript:top.ASBNClicked()"');
763: htp.p('

');
764:
765: END IF;
766: l_current_col := l_current_col -1;
767: END IF;

Line 773: htp.p('
');

769:
770: l_attribute_index := ak_query_pkg.g_items_table.NEXT(l_attribute_index);
771:
772: if ((l_col mod 3) = 0) THEN
773: htp.p('');
774: htp.p('

');
775: end if;
776:
777: END LOOP;

Line 774: htp.p('
');

770: l_attribute_index := ak_query_pkg.g_items_table.NEXT(l_attribute_index);
771:
772: if ((l_col mod 3) = 0) THEN
773: htp.p('

');
774: htp.p('');
775: end if;
776:
777: END LOOP;
778:

Line 779: htp.p('
');

775: end if;
776:
777: END LOOP;
778:
779: htp.p('');
780: htp.p('

');
781:
782: END print_edit_header;
783:

Line 780: htp.p('');

776:
777: END LOOP;
778:
779: htp.p('');
780: htp.p('');
781:
782: END print_edit_header;
783:
784: PROCEDURE print_edit_shipments IS

Line 807: htp.p('');

803:
804: l_attribute_index := ak_query_pkg.g_items_table.FIRST;
805:
806:
807: htp.p('

');
808: htp.p('
');
809:
810: htp.p('');
811:

Line 808: htp.p('
');

804: l_attribute_index := ak_query_pkg.g_items_table.FIRST;
805:
806:
807: htp.p('');
808: htp.p('
');
809:
810: htp.p('');
811:
812: htp.p('');

Line 810: htp.p('
');

806:
807: htp.p('

');
808: htp.p('
');
809:
810: htp.p('');
811:
812: htp.p('');
813:
814: /* ---- Print the table heading --- */

Line 812: htp.p('');

808: htp.p('

');
809:
810: htp.p('');
811:
812: htp.p('');
813:
814: /* ---- Print the table heading --- */
815:
816: htp.p('');

Line 816: htp.p('
');

812: htp.p('');
813:
814: /* ---- Print the table heading --- */
815:
816: htp.p('

');
817:
818: WHILE (l_attribute_index IS NOT NULL) LOOP
819:
820: IF (item_style(l_attribute_index) = 'HIDDEN') THEN

Line 834: htp.p('
');

830: l_attribute_index := ak_query_pkg.g_items_table.NEXT(l_attribute_index);
831:
832: END LOOP;
833:
834: htp.p('');
835:
836: /* ----- end print table heading ----*/
837:
838:

Line 853: htp.p('
');

849:
850: l_current_row := l_current_row + 1;
851:
852: if ((l_current_row mod 2) = 0) THEN
853: htp.p('

');
854: else
855: htp.p('');
856: end if;
857:

Line 855: htp.p('
');

851:
852: if ((l_current_row mod 2) = 0) THEN
853: htp.p('

');
854: else
855: htp.p('');
856: end if;
857:
858: l_attribute_index := ak_query_pkg.g_items_table.FIRST;
859:

Line 897: htp.p('
');

918: l_attribute_index := ak_query_pkg.g_items_table.NEXT(l_attribute_index);
919:
920: END LOOP;
921:
922: htp.p('');
923:
924: l_result_index := ak_query_pkg.g_results_table.NEXT(l_result_index);
925:
926: END LOOP;

Line 930: htp.p('

893:
894: END IF;
895: ELSIF (item_style(l_attribute_index) = 'CHECKBOX') THEN
896: l_current_col := l_current_col -1;
897: htp.p('

898: item_halign(l_attribute_index) ||
899: item_valign(l_attribute_index) ||
900: '>' ||
901: '' ||

Line 922: htp.p('
');

926: END LOOP;
927:
928: END IF;
929:
930: htp.p('

');
931: htp.p('
');
932:
933: END print_edit_shipments;
934:

Line 931: htp.p('
');

927:
928: END IF;
929:
930: htp.p('

');
931: htp.p('
');
932:
933: END print_edit_shipments;
934:
935: PROCEDURE print_simple_head_err_page IS

Line 946: err_htp('' || v_messageText1 || '');

942: v_messageText1 := fnd_message.get_string('ICX', 'ICX_POS_DATE_FORMAT') ||
943: l_date_format;
944: END IF;
945:
946: err_htp('' || v_messageText1 || '');
947:
948: END print_simple_head_err_page;
949:
950: PROCEDURE print_error_page IS

Line 964: err_htp('' || v_messageText1 || '');

960:
961: FOR c_rec in c_header_err LOOP
962:
963: if l_count = 0 then
964: err_htp('' || v_messageText1 || '');
965: err_htp('');
966: end if;
967:
968: l_count := l_count + 1;

Line 965: err_htp('
');

961: FOR c_rec in c_header_err LOOP
962:
963: if l_count = 0 then
964: err_htp('' || v_messageText1 || '');
965: err_htp('

');
966: end if;
967:
968: l_count := l_count + 1;
969: if ((l_count mod 2) = 0) THEN

Line 970: err_htp('
');

966: end if;
967:
968: l_count := l_count + 1;
969: if ((l_count mod 2) = 0) THEN
970: err_htp('

');
971: else
972: err_htp('');
973: end if;
974:

Line 972: err_htp('
');

968: l_count := l_count + 1;
969: if ((l_count mod 2) = 0) THEN
970: err_htp('

');
971: else
972: err_htp('');
973: end if;
974:
975: err_htp('');
973: end if;
974:
975: err_htp('');
978:
979: END LOOP;

Line 976: err_htp(c_rec.error_message);

972: err_htp('

');
973: end if;
974:
975: err_htp('
');
978:
979: END LOOP;
980:

Line 977: err_htp('');

973: end if;
974:
975: err_htp('

');
978:
979: END LOOP;
980:
981: err_htp('
');
976: err_htp(c_rec.error_message);

Line 975: err_htp('
');

971: else
972: err_htp('

');
976: err_htp(c_rec.error_message);
977: err_htp('
');
976: err_htp(c_rec.error_message);
977: err_htp('
');
976: err_htp(c_rec.error_message);
977: err_htp('
');

Line 981: err_htp('');

977: err_htp('');
978:
979: END LOOP;
980:
981: err_htp('');
982:
983: l_count := 0;
984:
985: FOR c_rec in c_shipment_err LOOP

Line 988: err_htp('' || v_messageText2 || '');

984:
985: FOR c_rec in c_shipment_err LOOP
986:
987: if l_count = 0 then
988: err_htp('' || v_messageText2 || '');
989: err_htp('');
990: end if;
991:
992: l_count := l_count + 1;

Line 989: err_htp('
');

985: FOR c_rec in c_shipment_err LOOP
986:
987: if l_count = 0 then
988: err_htp('' || v_messageText2 || '');
989: err_htp('

');
990: end if;
991:
992: l_count := l_count + 1;
993: if ((l_count mod 2) = 0) THEN

Line 994: err_htp('
');

990: end if;
991:
992: l_count := l_count + 1;
993: if ((l_count mod 2) = 0) THEN
994: err_htp('

');
995: else
996: err_htp('');
997: end if;
998:

Line 996: err_htp('
');

992: l_count := l_count + 1;
993: if ((l_count mod 2) = 0) THEN
994: err_htp('

');
995: else
996: err_htp('');
997: end if;
998:
999: err_htp('');
997: end if;
998:
999: err_htp('');
1002: err_htp('
');
997: end if;
998:
999: err_htp('
');
1002: err_htp('
');

Line 1001: err_htp('');

997: end if;
998:
999: err_htp('

');
1002: err_htp('');
1005: err_htp('');

Line 1002: err_htp('
');
1002: err_htp('');
1005: err_htp('
');
1006:

Line 1003: err_htp(c_rec.error_message);

999: err_htp('

');
1002: err_htp('
');
1005: err_htp('
');
1006:
1007: END LOOP;

Line 1004: err_htp('');

1000: err_htp(c_rec.error_seq);
1001: err_htp('');
1002: err_htp('

');
1005: err_htp('');
1006:
1007: END LOOP;
1008:

Line 1005: err_htp('');

1001: err_htp('');
1002: err_htp('

');
1005: err_htp('');
1006:
1007: END LOOP;
1008:
1009: err_htp('
');
1000: err_htp(c_rec.error_seq);

Line 999: err_htp('
');

995: else
996: err_htp('

');
1000: err_htp(c_rec.error_seq);
1001: err_htp('
');
1003: err_htp(c_rec.error_message);

Line 1000: err_htp(c_rec.error_seq);

996: err_htp('

');
1000: err_htp(c_rec.error_seq);
1001: err_htp('
');
1003: err_htp(c_rec.error_message);
1004: err_htp('
');
1000: err_htp(c_rec.error_seq);
1001: err_htp('
');
1003: err_htp(c_rec.error_message);
1004: err_htp('
');

998:
999: err_htp('

');
1000: err_htp(c_rec.error_seq);
1001: err_htp('
');
1003: err_htp(c_rec.error_message);
1004: err_htp('
');
1000: err_htp(c_rec.error_seq);
1001: err_htp('
');
1003: err_htp(c_rec.error_message);
1004: err_htp('
');
1003: err_htp(c_rec.error_message);
1004: err_htp('
');
1003: err_htp(c_rec.error_message);
1004: err_htp('
');

Line 1009: err_htp('');

1005: err_htp('');
1006:
1007: END LOOP;
1008:
1009: err_htp('');
1010:
1011: END print_error_page;
1012:
1013: PROCEDURE create_rcv_header IS