DBA Data[Home] [Help]

APPS.AST_OFL_PIPELINE_BUCKETS_PARAM dependencies on HTF

Line 79: --htp.tableData(htf.img(cUrl => g_image_prefix || 'oppty.gif'));

75: -- Begin Mod. Raam on 13/12/2000
76: -- Images are not available at the media directory.
77: -- Once it is available the follwing code should be
78: -- uncommented.
79: --htp.tableData(htf.img(cUrl => g_image_prefix || 'oppty.gif'));
80: -- End Mod.
81:
82: htp.tableData('' || 'Pipeline Buckets by Range Report', cNoWrap => 'TRUE');
83: htp.tableData(htf.bold(v_date_time), cAlign => 'right', cColSpan => '110');

Line 83: htp.tableData(htf.bold(v_date_time), cAlign => 'right', cColSpan => '110');

79: --htp.tableData(htf.img(cUrl => g_image_prefix || 'oppty.gif'));
80: -- End Mod.
81:
82: htp.tableData('' || 'Pipeline Buckets by Range Report', cNoWrap => 'TRUE');
83: htp.tableData(htf.bold(v_date_time), cAlign => 'right', cColSpan => '110');
84: htp.tableRowClose;
85: htp.tableClose;
86: htp.tableOpen(cAttributes => 'border=0 cellspacing=0 cellpadding=0 width=561');
87: htp.tableRowOpen(cVAlign => 'top');

Line 89: htp.tableData('' || htf.bold('Please specify the criteria and select OK. ') || '', cAlign => 'center', cRowSpan => '2', cColSpan => '110', cAttributes => ' width=346');

85: htp.tableClose;
86: htp.tableOpen(cAttributes => 'border=0 cellspacing=0 cellpadding=0 width=561');
87: htp.tableRowOpen(cVAlign => 'top');
88: htp.tableData(' ', cColSpan => '2', cAttributes => ' height=9');
89: htp.tableData('' || htf.bold('Please specify the criteria and select OK. ') || '', cAlign => 'center', cRowSpan => '2', cColSpan => '110', cAttributes => ' width=346');
90: htp.tableData(' ', cColSpan => '6');
91: htp.br;
92: htp.tableRowClose;
93: htp.tableClose;

Line 482: htp.tableData(htf.hr, cRowSpan => '1', cColSpan => '190', cNoWrap => 'TRUE');

478: BEGIN
479: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
480: htp.htmlOpen;
481: htp.tableRowOpen;
482: htp.tableData(htf.hr, cRowSpan => '1', cColSpan => '190', cNoWrap => 'TRUE');
483: htp.tableRowClose;
484: htp.tableOpen(cAlign => 'center', cAttributes => ' border=0 cellspacing=2 cellpadding=2');
485: htp.tableRowOpen;
486: htp.formOpen(cUrl => l_agent || 'ast_ofl_pipeline_buckets_rpt.report_wrapper', cMethod => 'post', cAttributes => ' NAME="MyForm" TARGET="_top"');

Line 487: -- htp.tableData(htf.formSubmit(cValue => 'OK', cAttributes => ' onMouseOver="window.status=''OK'';return true"'));

483: htp.tableRowClose;
484: htp.tableOpen(cAlign => 'center', cAttributes => ' border=0 cellspacing=2 cellpadding=2');
485: htp.tableRowOpen;
486: htp.formOpen(cUrl => l_agent || 'ast_ofl_pipeline_buckets_rpt.report_wrapper', cMethod => 'post', cAttributes => ' NAME="MyForm" TARGET="_top"');
487: -- htp.tableData(htf.formSubmit(cValue => 'OK', cAttributes => ' onMouseOver="window.status=''OK'';return true"'));
488: htp.p('');
489: htp.p('');
490: htp.p('');
491: --htp.tableData('');