DBA Data[Home] [Help]

APPS.AST_OFL_TERR_ACC_CLASS_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( '' || 'Account Classification 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( '' || 'Account Classification 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 144: htp.tableData( htf.hr, crowspan => '1', ccolspan => '190', cnowrap => 'TRUE');

140: BEGIN
141: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
142: htp.htmlopen;
143: htp.tableRowOpen;
144: htp.tableData( htf.hr, crowspan => '1', ccolspan => '190', cnowrap => 'TRUE');
145: htp.tableRowClose;
146: htp.tableOpen( calign => 'center', cattributes => ' border=0 cellspacing=2 cellpadding=2' );
147: htp.tableRowOpen;
148: htp.formOpen( curl => l_agent||'/AST_OFL_TERR_acc_class_report.report_wrapper', cmethod => 'GET',

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

146: htp.tableOpen( calign => 'center', cattributes => ' border=0 cellspacing=2 cellpadding=2' );
147: htp.tableRowOpen;
148: htp.formOpen( curl => l_agent||'/AST_OFL_TERR_acc_class_report.report_wrapper', cmethod => 'GET',
149: cattributes => ' NAME="MyForm" TARGET="_top"');
150: htp.tableData( htf.formSubmit( cvalue => 'OK', cattributes => ' onMouseOver="window.status=''OK'';return true"'));
151:
152: --htp.tableData( '');
153: htp.tableData( '');
154: htp.tableData( '');