DBA Data[Home] [Help]

APPS.AST_OFL_EVENT_INFO_PARAM dependencies on HTF

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

53: htp.bodyOpen(cAttributes => 'bgcolor="#CCCCCC"');
54: htp.tableOpen('border="0" ');
55: htp.tableRowOpen(cAlign => 'TOP');
56:
57: --htp.tableData(htf.img( cUrl => g_image_prefix || 'oppty.gif'));
58:
59: htp.tableData('' || 'Event Information Report',
60: cNoWrap => 'TRUE');
61: htp.tableData(htf.bold(v_date_time),

Line 61: htp.tableData(htf.bold(v_date_time),

57: --htp.tableData(htf.img( cUrl => g_image_prefix || 'oppty.gif'));
58:
59: htp.tableData('' || 'Event Information Report',
60: cNoWrap => 'TRUE');
61: htp.tableData(htf.bold(v_date_time),
62: cAlign => 'right',
63: cColSpan => '110');
64: htp.tableRowClose;
65: htp.tableClose;

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

66: htp.tableOpen(cAttributes => 'border=0 cellspacing=0 cellpadding=0 width=561');
67:
68: htp.tableRowOpen( cvalign => 'top' );
69: htp.tableData( ' ', ccolspan => '2', cattributes => ' height=9');
70: htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK. ') ||
71: '', calign => 'center', crowspan => '2', ccolspan => '110', cattributes => ' width=346');
72: htp.tableData( ' ', ccolspan => '6');
73: htp.Br;
74: htp.tableRowClose;

Line 386: htp.tableData(htf.formText('p_event_code',null,null,nvl(p_event_code,'%')));

382: htp.formOpen('AST_OFL_EVENT_INFO_PARAM.popup_window','POST');
383: htp.tableOpen;
384: htp.tableRowOpen;
385: htp.tableData('Event Code: ');
386: htp.tableData(htf.formText('p_event_code',null,null,nvl(p_event_code,'%')));
387: htp.tableRowClose;
388: htp.tableClose;
389: htp.nl;
390: htp.formSubmit('p_submit','Search Events');

Line 472: htp.tableData(htf.formText('p_event_code',null,null,nvl(p_event_code,'%')));

468: htp.formOpen('AST_OFL_EVENT_INFO_PARAM.high_popup_window','POST');
469: htp.tableOpen;
470: htp.tableRowOpen;
471: htp.tableData('Event Code: ');
472: htp.tableData(htf.formText('p_event_code',null,null,nvl(p_event_code,'%')));
473: htp.tableRowClose;
474: htp.tableClose;
475: htp.nl;
476: htp.formSubmit('p_submit','Search Events');

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

508: BEGIN
509: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
510: htp.htmlopen;
511: htp.tableRowOpen;
512: htp.tableData( htf.hr, crowspan => '1', ccolspan => '190', cnowrap => 'TRUE');
513: htp.tableRowClose;
514: htp.tableOpen( calign => 'center', cattributes => ' border=0 cellspacing=2 cellpadding=2' );
515: htp.tableRowOpen;
516: htp.formOpen( curl => l_agent||'/AST_OFL_EVENT_INFO_REPORT.report_wrapper', cmethod => 'post', cattributes => ' NAME="MyForm" TARGET="_top"');

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

513: htp.tableRowClose;
514: htp.tableOpen( calign => 'center', cattributes => ' border=0 cellspacing=2 cellpadding=2' );
515: htp.tableRowOpen;
516: htp.formOpen( curl => l_agent||'/AST_OFL_EVENT_INFO_REPORT.report_wrapper', cmethod => 'post', cattributes => ' NAME="MyForm" TARGET="_top"');
517: --htp.tableData( htf.formSubmit( cvalue => 'OK', cattributes => ' onMouseOver="window.status=''OK'';return true"'));
518: htp.p('');
519: htp.p('');
520: htp.p('');
521: --htp.tableData( '');