DBA Data[Home] [Help]

APPS.AST_OFL_ACCESSES_REPORT dependencies on HTF

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

29: htp.bodyOpen(cAttributes => 'bgcolor="#CCCCCC"');
30: htp.tableOpen();
31: htp.tableRowOpen(cAlign => 'TOP');
32: htp.tableData( '' || 'Accesses Report', cnowrap => 'TRUE');
33: htp.tableData(htf.bold(v_date_time), cAlign => 'right', cColSpan => '110');
34: htp.tableRowClose;
35: htp.tableClose;
36: htp.tableOpen(cAttributes => ' border=0 cellspacing=0 cellpadding=0 width=561' );
37: htp.tableRowOpen(cVAlign => 'top' );

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

35: htp.tableClose;
36: htp.tableOpen(cAttributes => ' border=0 cellspacing=0 cellpadding=0 width=561' );
37: htp.tableRowOpen(cVAlign => 'top' );
38: htp.tableData(' ', cColSpan => '2', cAttributes => ' height=9');
39: htp.tableData('' || htf.bold( 'Please specify the criteria and select OK. ') || '', cAlign => 'center', cRowSpan => '2', cColSpan => '110', cAttributes => ' width=346');
40: htp.tableData(' ', cColSpan => '6');
41: htp.br;
42: htp.tableRowClose;
43: htp.tableClose;

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

266: BEGIN
267: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
268: htp.htmlOpen;
269: htp.tableRowOpen;
270: htp.tableData(htf.hr, cRowSpan => '1', cColSpan => '190', cNoWrap => 'TRUE');
271: htp.tableRowClose;
272: htp.tableOpen(cAlign => 'center', cAttributes => ' border=0 cellspacing=2 cellpadding=2');
273: htp.tableRowOpen;
274: htp.formOpen(owa_util.Get_Owa_Service_Path || 'ast_ofl_accesses_report_pkg.accesses_wrapper', cAttributes => ' NAME="param"');

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

271: htp.tableRowClose;
272: htp.tableOpen(cAlign => 'center', cAttributes => ' border=0 cellspacing=2 cellpadding=2');
273: htp.tableRowOpen;
274: htp.formOpen(owa_util.Get_Owa_Service_Path || 'ast_ofl_accesses_report_pkg.accesses_wrapper', cAttributes => ' NAME="param"');
275: htp.tableData(htf.formSubmit(cValue => 'OK', cAttributes => ' onMouseOver="window.status=''OK'';return true"'));
276: htp.tableData( '');
277: htp.tableData( '');
278: htp.tableRowClose;
279: htp.tableClose;