DBA Data[Home] [Help]

APPS.AST_OFL_LEAD_ASSIGN_PARAM dependencies on HTF

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

44: htp.tableRowOpen(cAlign => 'TOP');
45:
46:
47: htp.tableData('' || 'Lead Assignment Report', cNoWrap => 'TRUE');
48: htp.tableData(htf.bold(v_date_time), cAlign => 'right', cColSpan => '110');
49: htp.tableRowClose;
50: htp.tableClose;
51: htp.tableOpen(cAttributes => 'border=0 cellspacing=0 cellpadding=0 width=561');
52: htp.tableRowOpen(cVAlign => 'top');

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

50: htp.tableClose;
51: htp.tableOpen(cAttributes => 'border=0 cellspacing=0 cellpadding=0 width=561');
52: htp.tableRowOpen(cVAlign => 'top');
53: htp.tableData(' ', cColSpan => '2', cAttributes => ' height=9');
54: htp.tableData('' || htf.bold('Please specify the criteria and select OK. ') || '', cAlign => 'center', cRowSpan => '2', cColSpan => '110', cAttributes => ' width=346');
55: htp.tableData(' ', cColSpan => '6');
56: htp.br;
57: htp.tableRowClose;
58: htp.tableClose;

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

416: BEGIN
417: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
418: htp.htmlOpen;
419: htp.tableRowOpen;
420: htp.tableData(htf.hr, cRowSpan => '1', cColSpan => '190', cNoWrap => 'TRUE');
421: htp.tableRowClose;
422: htp.tableOpen(cAlign => 'center', cAttributes => ' border=0 cellspacing=2 cellpadding=2');
423: htp.tableRowOpen;
424: htp.formOpen(cUrl => l_agent || 'ast_ofl_pipeline_buckets_rpt.report_wrapper', cMethod => 'post', cAttributes => ' NAME="MyForm" TARGET="_top"');

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

421: htp.tableRowClose;
422: htp.tableOpen(cAlign => 'center', cAttributes => ' border=0 cellspacing=2 cellpadding=2');
423: htp.tableRowOpen;
424: htp.formOpen(cUrl => l_agent || 'ast_ofl_pipeline_buckets_rpt.report_wrapper', cMethod => 'post', cAttributes => ' NAME="MyForm" TARGET="_top"');
425: -- htp.tableData(htf.formSubmit(cValue => 'OK', cAttributes => ' onMouseOver="window.status=''OK'';return true"'));
426: htp.p('');
427: htp.p('');
428: htp.p('');
429: --htp.tableData('');