DBA Data[Home] [Help]

APPS.AST_OFL_EVENT_ATTENDEES_PARAM dependencies on HTF

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

30: htp.headClose;
31: htp.bodyOpen(cAttributes => 'bgcolor="#CCCCCC"');
32: htp.tableOpen('border="0" ');
33: htp.tableRowOpen(cAlign => 'TOP');
34: -- htp.tableData(htf.img(cUrl => g_image_prefix || 'oppty.gif'));
35: htp.tableData('' || 'Event Attendees Report', cNoWrap => 'TRUE');
36: htp.tableData(htf.bold(v_date_time), cAlign => 'right', cColSpan => '110');
37: htp.tableRowClose;
38: htp.tableClose;

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

32: htp.tableOpen('border="0" ');
33: htp.tableRowOpen(cAlign => 'TOP');
34: -- htp.tableData(htf.img(cUrl => g_image_prefix || 'oppty.gif'));
35: htp.tableData('' || 'Event Attendees Report', cNoWrap => 'TRUE');
36: htp.tableData(htf.bold(v_date_time), cAlign => 'right', cColSpan => '110');
37: htp.tableRowClose;
38: htp.tableClose;
39: htp.tableOpen(cAttributes => 'border=0 cellspacing=0 cellpadding=0 width=561');
40: htp.tableRowOpen(cVAlign => 'top');

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

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

Line 350: -- htp.tableData(htf.formText('p_event_code', NULL, NULL, NVL(p_event_code, '%')));

346: htp.formOpen('ast_ofl_event_attendees_param.popup_window', 'POST');
347: htp.tableOpen;
348: htp.tableRowOpen;
349: htp.tableData('Event Code: ');
350: -- htp.tableData(htf.formText('p_event_code', NULL, NULL, NVL(p_event_code, '%')));
351: htp.tableData(htf.formText('p_event_code', NULL, NULL, p_event_code));
352: htp.tableRowClose;
353: htp.tableClose;
354: htp.nl;

Line 351: htp.tableData(htf.formText('p_event_code', NULL, NULL, p_event_code));

347: htp.tableOpen;
348: htp.tableRowOpen;
349: htp.tableData('Event Code: ');
350: -- htp.tableData(htf.formText('p_event_code', NULL, NULL, NVL(p_event_code, '%')));
351: htp.tableData(htf.formText('p_event_code', NULL, NULL, p_event_code));
352: htp.tableRowClose;
353: htp.tableClose;
354: htp.nl;
355: htp.formSubmit('p_submit', 'Search Events');

Line 418: htp.tableData(htf.formText('p_event_code', NULL, NULL, p_event_code));

414: htp.formOpen('ast_ofl_event_attendees_param.high_popup_window', 'POST');
415: htp.tableOpen;
416: htp.tableRowOpen;
417: htp.tableData('Event Code: ');
418: htp.tableData(htf.formText('p_event_code', NULL, NULL, p_event_code));
419: htp.tableRowClose;
420: htp.tableClose;
421: htp.nl;
422: htp.formSubmit('p_submit', 'Search Events');

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

448: BEGIN
449: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
450: htp.htmlOpen;
451: htp.tableRowOpen;
452: htp.tableData(htf.hr, cRowSpan => '1', cColSpan => '190', cNoWrap => 'TRUE');
453: htp.tableRowClose;
454: htp.tableOpen(cAlign => 'center', cAttributes => ' border=0 cellspacing=2 cellpadding=2');
455: htp.tableRowOpen;
456: htp.formOpen(cUrl => l_agent || 'ast_ofl_event_attendees_report.report_wrapper', cMethod => 'post', cAttributes => ' NAME="MyForm" TARGET="_top"');

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

453: htp.tableRowClose;
454: htp.tableOpen(cAlign => 'center', cAttributes => ' border=0 cellspacing=2 cellpadding=2');
455: htp.tableRowOpen;
456: htp.formOpen(cUrl => l_agent || 'ast_ofl_event_attendees_report.report_wrapper', cMethod => 'post', cAttributes => ' NAME="MyForm" TARGET="_top"');
457: --htp.tableData(htf.formSubmit(cValue => 'OK', cAttributes => ' onMouseOver="window.status=''OK'';return true"'));
458: htp.p('');
459: htp.p('');
460: htp.p('');
461: --htp.tableData('');