DBA Data[Home] [Help]

APPS.BIS_REPORT_UTIL_PVT dependencies on HTP

Line 541: htp.p(l_HTML_Banner_Text);

537: FALSE,
538: NULL,
539: p_Body_Attribs,
540: l_HTML_Banner_Text);
541: htp.p(l_HTML_Banner_Text);
542: end if;
543: END Build_Report_Title ;
544:
545: ----------------------------------------------------------------------------

Line 571: htp.centerOpen;

567: l_full_form BOOLEAN;
568: l_and VARCHAR2(1) := '&';
569: l_nbsp VARCHAR2(10) := NULL;
570: BEGIN
571: htp.centerOpen;
572:
573: if (BIS_GRAPH_REGION_UI.def_mode_query)
574: then
575: l_full_form := false;

Line 588: htp.p('

584: --- user messages.
585: --- The need to be replaced by translated messages using
586: --- fnd_new_messages.
587: ---
588: htp.p('


589:
590:
591:


592: Report Parameters

Line 606: htp.p(l_form_attribs);

602:

');
603: end if;
604: */
605: l_form_attribs := '
';
606: htp.p(l_form_attribs);
607: htp.centerOpen;
608: htp.p('

');
609: htp.tableOpen
610: (calign => 'CENTER',

Line 607: htp.centerOpen;

603: end if;
604: */
605: l_form_attribs := '';
606: htp.p(l_form_attribs);
607: htp.centerOpen;
608: htp.p('

');
609: htp.tableOpen
610: (calign => 'CENTER',
611: cattributes => 'BORDER=0 WIDTH=100% cellspacing=0 cellpadding=0');

Line 608: htp.p('

');

604: */
605: l_form_attribs := '';
606: htp.p(l_form_attribs);
607: htp.centerOpen;
608: htp.p('

');
609: htp.tableOpen
610: (calign => 'CENTER',
611: cattributes => 'BORDER=0 WIDTH=100% cellspacing=0 cellpadding=0');
612:

Line 609: htp.tableOpen

605: l_form_attribs := '';
606: htp.p(l_form_attribs);
607: htp.centerOpen;
608: htp.p('

');
609: htp.tableOpen
610: (calign => 'CENTER',
611: cattributes => 'BORDER=0 WIDTH=100% cellspacing=0 cellpadding=0');
612:
613: IF p_Report_Param_Table.count > 0 THEN

Line 614: htp.div(cattributes => 'FONT FACE = "ARIAL,SANS-SERIF, HELVETICA"

610: (calign => 'CENTER',
611: cattributes => 'BORDER=0 WIDTH=100% cellspacing=0 cellpadding=0');
612:
613: IF p_Report_Param_Table.count > 0 THEN
614: htp.div(cattributes => 'FONT FACE = "ARIAL,SANS-SERIF, HELVETICA"
615: , FONT SIZE=1');
616: FOR l_count in 1..p_Report_Param_Table.count LOOP
617: htp.tableRowOpen;
618: htp.tableData(

Line 617: htp.tableRowOpen;

613: IF p_Report_Param_Table.count > 0 THEN
614: htp.div(cattributes => 'FONT FACE = "ARIAL,SANS-SERIF, HELVETICA"
615: , FONT SIZE=1');
616: FOR l_count in 1..p_Report_Param_Table.count LOOP
617: htp.tableRowOpen;
618: htp.tableData(
619: cvalue => p_Report_Param_Table(l_count).label,
620: calign => 'RIGHT',
621: cattributes => 'VALIGN=MIDDLE NOWRAP WIDTH=40%');

Line 618: htp.tableData(

614: htp.div(cattributes => 'FONT FACE = "ARIAL,SANS-SERIF, HELVETICA"
615: , FONT SIZE=1');
616: FOR l_count in 1..p_Report_Param_Table.count LOOP
617: htp.tableRowOpen;
618: htp.tableData(
619: cvalue => p_Report_Param_Table(l_count).label,
620: calign => 'RIGHT',
621: cattributes => 'VALIGN=MIDDLE NOWRAP WIDTH=40%');
622: l_Column2_String:=p_Report_Param_Table(l_count).value ||

Line 624: htp.tableData(cvalue => l_nbsp);

620: calign => 'RIGHT',
621: cattributes => 'VALIGN=MIDDLE NOWRAP WIDTH=40%');
622: l_Column2_String:=p_Report_Param_Table(l_count).value ||
623: ' '||p_Report_Param_Table(l_count).action;
624: htp.tableData(cvalue => l_nbsp);
625: htp.tableData(cvalue => l_column2_string,
626: calign => 'LEFT',
627: cattributes => 'VALIGN=MIDDLE NOWRAP WIDTH=60%');
628: htp.tableRowClose;

Line 625: htp.tableData(cvalue => l_column2_string,

621: cattributes => 'VALIGN=MIDDLE NOWRAP WIDTH=40%');
622: l_Column2_String:=p_Report_Param_Table(l_count).value ||
623: ' '||p_Report_Param_Table(l_count).action;
624: htp.tableData(cvalue => l_nbsp);
625: htp.tableData(cvalue => l_column2_string,
626: calign => 'LEFT',
627: cattributes => 'VALIGN=MIDDLE NOWRAP WIDTH=60%');
628: htp.tableRowClose;
629: END LOOP;

Line 628: htp.tableRowClose;

624: htp.tableData(cvalue => l_nbsp);
625: htp.tableData(cvalue => l_column2_string,
626: calign => 'LEFT',
627: cattributes => 'VALIGN=MIDDLE NOWRAP WIDTH=60%');
628: htp.tableRowClose;
629: END LOOP;
630: htp.p('');
631:
632: END IF;

Line 630: htp.p('');

626: calign => 'LEFT',
627: cattributes => 'VALIGN=MIDDLE NOWRAP WIDTH=60%');
628: htp.tableRowClose;
629: END LOOP;
630: htp.p('');
631:
632: END IF;
633:
634: htp.tableClose;

Line 634: htp.tableClose;

630: htp.p('');
631:
632: END IF;
633:
634: htp.tableClose;
635:
636: if (l_full_form) then
637: htp.br;
638: htp.br;

Line 637: htp.br;

633:
634: htp.tableClose;
635:
636: if (l_full_form) then
637: htp.br;
638: htp.br;
639: -- htp.hr (cattributes => 'SIZE=1, WIDTH=75%, NOSHADE');
640: l_Icx_Report_Images := BIS_REPORT_UTIL_PVT.Get_Images_Server;
641: l_NLS_Language_Code := BIS_REPORT_UTIL_PVT.Get_NLS_Language;

Line 638: htp.br;

634: htp.tableClose;
635:
636: if (l_full_form) then
637: htp.br;
638: htp.br;
639: -- htp.hr (cattributes => 'SIZE=1, WIDTH=75%, NOSHADE');
640: l_Icx_Report_Images := BIS_REPORT_UTIL_PVT.Get_Images_Server;
641: l_NLS_Language_Code := BIS_REPORT_UTIL_PVT.Get_NLS_Language;
642: BIS_REPORT_UTIL_PVT.Get_After_Form_Html(

Line 639: -- htp.hr (cattributes => 'SIZE=1, WIDTH=75%, NOSHADE');

635:
636: if (l_full_form) then
637: htp.br;
638: htp.br;
639: -- htp.hr (cattributes => 'SIZE=1, WIDTH=75%, NOSHADE');
640: l_Icx_Report_Images := BIS_REPORT_UTIL_PVT.Get_Images_Server;
641: l_NLS_Language_Code := BIS_REPORT_UTIL_PVT.Get_NLS_Language;
642: BIS_REPORT_UTIL_PVT.Get_After_Form_Html(
643: l_Icx_Report_Images,

Line 665: htp.headopen;

661: -- throughout procedure/function. --
662: ----------------------------------------------------------------------------
663: PROCEDURE Build_Report_Header (p_javascript IN VARCHAR2) IS
664: BEGIN
665: htp.headopen;
666: htp.p('');
669: htp.headclose;

Line 666: htp.p('');
669: htp.headclose;
670: END Build_Report_Header;

Line 667: htp.p(p_javascript);

663: PROCEDURE Build_Report_Header (p_javascript IN VARCHAR2) IS
664: BEGIN
665: htp.headopen;
666: htp.p('');
669: htp.headclose;
670: END Build_Report_Header;
671:

Line 668: htp.p('');

664: BEGIN
665: htp.headopen;
666: htp.p('');
669: htp.headclose;
670: END Build_Report_Header;
671:
672: ----------------------------------------------------------------------------

Line 669: htp.headclose;

665: htp.headopen;
666: htp.p('');
669: htp.headclose;
670: END Build_Report_Header;
671:
672: ----------------------------------------------------------------------------
673: -- Procedure: Get_After_Form_HTML --

Line 708: htp.p(

704: BIS_REPORT_UTIL_PVT.Get_Translated_Icon_Text ('RUN', l_run_Meaning, l_run_Description);
705: BIS_REPORT_UTIL_PVT.Get_Translated_Icon_Text ('CANCEL', l_Cancel_Meaning, l_Cancel_Description);
706: src_lang := get_nls_language;
707:
708: htp.p(
709: '
710:
711: ');
755: --end if;
756:
757:
758: htp.p('

712:

Line 731: htp.p( '

727: --will get a html buttons for Run and Cancel. this is to standardize for all the languages
728:
729: if src_lang = 'US' then
730:
731: htp.p( '


732:

741:
742:

');
743: else
744: */
745: htp.p('
746:
 
733:
734:

Line 745: htp.p('
 
747:
748: 749: || l_run_meaning || ''' onClick="javascript:document.forms[0].submit()">  

Line 758: htp.p('

754:


759:
760:
761: ');
762: