DBA Data[Home] [Help]

APPS.BIS_TREND_PLUG dependencies on HTP

Line 193: htp.p('

189:
190: exception
191: when others then
192: x_img_html := NULL;
193: htp.p(' 194: URL is '|| p_report_Fn_URL ||'
195: >'
196: );
197: htp.p('

Line 197: htp.p('

193: htp.p(' 194: URL is '|| p_report_Fn_URL ||'
195: >'
196: );
197: htp.p(' 198: ||REPLACE(l_html_pieces(1),'>',' ')
199: ||'>');
200:
201: end get_graph_from_URL;

Line 399: htp.p('');

395: ||'&pScheduleOverride=Y';
396:
397: end if;
398:
399: htp.p('');
400:
401: icx_plug_utilities.plugbanner
402: ('

417:
418: -- mdamle 08/27/01 - Show gif for graph or html for table
419: if l_html_pieces.count > 0 then
420: if instr(lower(l_file_content_type),'image/gif') > 0 then
421: htp.p('
422:
');
423: htp.p('
');

Line 423: htp.p(' 0 then
421: htp.p('
422:
');
423: htp.p('
');
426:
427: else

Line 425: htp.p('');

421: htp.p('
422:
');
423: htp.p('
');
426:
427: else
428:
429:

Line 438: htp.prn(l_front||l_trail);

434: if l_cssFound = false then
435: if instr(l_html_pieces(i), 'bismarli') > 0 then
436: l_front := substr(l_html_pieces(i),1,instr(l_html_pieces(i),' 437: l_trail := substr(l_html_pieces(i),instr(l_html_pieces(i),'css">')+5,length(l_html_pieces(i)));
438: htp.prn(l_front||l_trail);
439: l_cssFound := true;
440: else
441: htp.prn(l_html_pieces(i));
442: end if;

Line 441: htp.prn(l_html_pieces(i));

437: l_trail := substr(l_html_pieces(i),instr(l_html_pieces(i),'css">')+5,length(l_html_pieces(i)));
438: htp.prn(l_front||l_trail);
439: l_cssFound := true;
440: else
441: htp.prn(l_html_pieces(i));
442: end if;
443: else
444: htp.prn(l_html_pieces(i));
445: end if;

Line 444: htp.prn(l_html_pieces(i));

440: else
441: htp.prn(l_html_pieces(i));
442: end if;
443: else
444: htp.prn(l_html_pieces(i));
445: end if;
446: end loop;
447: end if; -- file_content_type
448: end if;

Line 453: htp.p('

449:
450: -- 08/16/2001 - Show Portlet Status
451: showPortletStatus(l_html_pieces.count, last_upd);
452: /*
453: htp.p('


454: ');
939: END IF;
940: end if;
941:
942: htp.p('

455: ');

475: -- gsanap 06/27/01 - modified tags added Border in the tags
476: -- Removed references to bismarli.css
477: -- mdamle 07/27/01 - Updated styles based on new bismarli.css
478: -- mdamle 08/20/01 - Replaced font 10pt with 9pt
479: htp.p('');

Line 523: htp.p('.OraTableColumnHeaderSpan {BACKGROUND-COLOR: #cccc99; COLOR: #336699; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-ALIGN: center; BORDER-BOTTOM: #f7f7e7 1px solid; BORDER-RIGHT:');

519: htp.p('.OraHeader {COLOR: #336699; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 16pt}');
520: htp.p('.OraInstructionText {COLOR: #000000; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 9pt}');
521: htp.p('.OraInstructionTextStrong {COLOR: #000000; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 9pt; FONT-WEIGHT: bold}');
522: htp.p('.OraTableSortableColumnSpan {BACKGROUND-COLOR: #cccc99; COLOR: #336699; CURSOR: hand; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-ALIGN: center; TEXT-DECORATION: none; }');
523: htp.p('.OraTableColumnHeaderSpan {BACKGROUND-COLOR: #cccc99; COLOR: #336699; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-ALIGN: center; BORDER-BOTTOM: #f7f7e7 1px solid; BORDER-RIGHT:');
524: htp.p(' #f7f7e7 1px solid;}');
525:
526: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');
527:

Line 524: htp.p(' #f7f7e7 1px solid;}');

520: htp.p('.OraInstructionText {COLOR: #000000; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 9pt}');
521: htp.p('.OraInstructionTextStrong {COLOR: #000000; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 9pt; FONT-WEIGHT: bold}');
522: htp.p('.OraTableSortableColumnSpan {BACKGROUND-COLOR: #cccc99; COLOR: #336699; CURSOR: hand; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-ALIGN: center; TEXT-DECORATION: none; }');
523: htp.p('.OraTableColumnHeaderSpan {BACKGROUND-COLOR: #cccc99; COLOR: #336699; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-ALIGN: center; BORDER-BOTTOM: #f7f7e7 1px solid; BORDER-RIGHT:');
524: htp.p(' #f7f7e7 1px solid;}');
525:
526: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');
527:
528: end setTableStyles;

Line 526: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');

522: htp.p('.OraTableSortableColumnSpan {BACKGROUND-COLOR: #cccc99; COLOR: #336699; CURSOR: hand; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-ALIGN: center; TEXT-DECORATION: none; }');
523: htp.p('.OraTableColumnHeaderSpan {BACKGROUND-COLOR: #cccc99; COLOR: #336699; FONT-FAMILY: Arial, Helvetica, Geneva, sans-serif; FONT-SIZE: 9pt; FONT-WEIGHT: bold; TEXT-ALIGN: center; BORDER-BOTTOM: #f7f7e7 1px solid; BORDER-RIGHT:');
524: htp.p(' #f7f7e7 1px solid;}');
525:
526: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');
527:
528: end setTableStyles;
529:
530: -- nbarik - 05/15/04 - Enhancement 3576963 - Drill Java Conversion

Line 892: htp.p('');
900:

Line 899: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');

895: -- background-color:#cccc99;
896: htp.p('.OraPortletHeaderSub {font-family:Arial, Helvetica, Geneva, sans-serif; font-size:8pt;
897: text-align:right; color:#000000; vertical-align:baseline; BORDER-BOTTOM: #f7f7e7 1px solid;'||
898: 'BORDER-RIGHT: #f7f7e7 1px solid;}');
899: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');
900:
901: htp.p('');
902:
903: -- mdamle 08/16/01 - Add a retrieving portlet message

Line 901: htp.p('
');

897: text-align:right; color:#000000; vertical-align:baseline; BORDER-BOTTOM: #f7f7e7 1px solid;'||
898: 'BORDER-RIGHT: #f7f7e7 1px solid;}');
899: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');
900:
901: htp.p('

');
902:
903: -- mdamle 08/16/01 - Add a retrieving portlet message
904: if p_report_available = 0 then
905: -- Add the retrieving portlet message

Line 907: htp.p('

903: -- mdamle 08/16/01 - Add a retrieving portlet message
904: if p_report_available = 0 then
905: -- Add the retrieving portlet message
906: /*
907: htp.p('
908:


909:
910:
911: ');

Line 912: htp.p('

908:


909:
910:
911: ');
912: htp.p('
913:
914:
915: ');
916: htp.p('

Line 916: htp.p('

912: htp.p('
913:


914:
915: ');
916: htp.p('
917:
918:
919:
920: ');

Line 922: htp.p('

918:


919:
920: ');
921: */
922: htp.p('
923:
924:
925: ');

930: else
931: -- Add last update date
932: l_icx_date_format := fnd_profile.value('ICX_DATE_FORMAT_MASK'); --Bug Fix 1917856 Use ICX Date Format
933: IF l_icx_date_format IS NOT NULL THEN
934: htp.p('

');
935: ELSE
936: htp.p('');

Line 936: htp.p('
');
935: ELSE
936: htp.p('');
939: END IF;
940: end if;

Line 942: htp.p('
'||FND_MESSAGE.get_string('BIS','BIS_PROCESSING_PORTLET_HDR')||'
'||FND_MESSAGE.get_string('BIS','BIS_PROCESSING_PORTLET_HDR')||'
 
926:

'||FND_MESSAGE.get_string('BIS','BIS_PROCESSING_PORTLET_DETAIL')||'


Line 934: htp.p('
' ||TO_CHAR(last_upd,l_icx_date_format)||'
' ||TO_CHAR(last_upd,l_icx_date_format)||'
'
937: ||TO_CHAR(last_upd,'dd-Mon')
938: ||'
'

932: l_icx_date_format := fnd_profile.value('ICX_DATE_FORMAT_MASK'); --Bug Fix 1917856 Use ICX Date Format
933: IF l_icx_date_format IS NOT NULL THEN
934: htp.p('

' ||TO_CHAR(last_upd,l_icx_date_format)||'
'
937: ||TO_CHAR(last_upd,'dd-Mon')
938: ||'
');

938: ||'

');
943:
944: end showPortletStatus;
945:
946: -- mdamle 10/30/01 - Converted plsql customize page to jsp