DBA Data[Home] [Help]

APPS.AST_OFL_TRANS_SIZES_PARAM dependencies on HTF

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

43: htp.headClose;
44: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
45: htp.tableOpen('border="0" ');
46: htp.tableRowOpen( calign => 'TOP' );
47: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
48: htp.tableData( '' || 'Transaction Counts and Deal Sizes Report', cnowrap => 'TRUE');
49: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
50: htp.tableRowClose;
51: htp.tableClose;

Line 49: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');

45: htp.tableOpen('border="0" ');
46: htp.tableRowOpen( calign => 'TOP' );
47: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
48: htp.tableData( '' || 'Transaction Counts and Deal Sizes Report', cnowrap => 'TRUE');
49: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
50: htp.tableRowClose;
51: htp.tableClose;
52: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );
53: htp.tableRowOpen( cvalign => 'top' );

Line 55: htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK. ') ||

51: htp.tableClose;
52: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );
53: htp.tableRowOpen( cvalign => 'top' );
54: htp.tableData( ' ', ccolspan => '2', cattributes => ' height=9');
55: htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK. ') ||
56: '', calign => 'center', crowspan => '2', ccolspan => '110', cattributes => ' width=346');
57: htp.tableData( ' ', ccolspan => '6');
58: htp.Br;
59: htp.tableRowClose;

Line 410: htp.tableData( htf.hr, crowspan => '1', ccolspan => '190', cnowrap => 'TRUE');

406: BEGIN
407: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
408: htp.htmlopen;
409: htp.tableRowOpen;
410: htp.tableData( htf.hr, crowspan => '1', ccolspan => '190', cnowrap => 'TRUE');
411: htp.tableRowClose;
412: htp.tableOpen( calign => 'center', cattributes => ' border=0 cellspacing=2 cellpadding=2' );
413: htp.tableRowOpen;
414: htp.formOpen( curl => l_agent||'ast_ofl_TRANS_SIZES_REPORT.report_wrapper', cmethod => 'post', cattributes => ' NAME="MyForm" TARGET="_top"');

Line 415: --htp.tableData( htf.formSubmit( cvalue => 'OK', cattributes => ' onMouseOver="window.status=''OK'';return true"'));

411: htp.tableRowClose;
412: htp.tableOpen( calign => 'center', cattributes => ' border=0 cellspacing=2 cellpadding=2' );
413: htp.tableRowOpen;
414: htp.formOpen( curl => l_agent||'ast_ofl_TRANS_SIZES_REPORT.report_wrapper', cmethod => 'post', cattributes => ' NAME="MyForm" TARGET="_top"');
415: --htp.tableData( htf.formSubmit( cvalue => 'OK', cattributes => ' onMouseOver="window.status=''OK'';return true"'));
416: htp.p('');
417: htp.p('');
418: htp.p('');
419: --htp.tableData( '');