DBA Data[Home] [Help]

APPS.AST_OFL_LEAD_ACC_PARAM dependencies on HTF

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

39: htp.headClose;
40: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
41: htp.tableOpen('border="0" ');
42: htp.tableRowOpen( calign => 'TOP' );
43: -- htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
44: htp.tableData( '' || 'Unassigned Opportunities Report', cnowrap => 'TRUE');
45: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
46: htp.tableRowClose;
47: htp.tableClose;

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

41: htp.tableOpen('border="0" ');
42: htp.tableRowOpen( calign => 'TOP' );
43: -- htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
44: htp.tableData( '' || 'Unassigned Opportunities Report', cnowrap => 'TRUE');
45: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
46: htp.tableRowClose;
47: htp.tableClose;
48: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );
49: htp.tableRowOpen( cvalign => 'top' );

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

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

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

223: BEGIN
224: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
225: htp.htmlopen;
226: htp.tableRowOpen;
227: htp.tableData( htf.hr, crowspan => '1', ccolspan => '190', cnowrap => 'TRUE');
228: htp.tableRowClose;
229: htp.tableOpen( calign => 'center', cattributes => ' border=0 cellspacing=2 cellpadding=2' );
230: htp.tableRowOpen;
231: htp.formOpen( curl => l_agent||'/AST_OFL_LEAD_ACC_report.report_wrapper', cmethod => 'POST',