DBA Data[Home] [Help]

APPS.AST_OFL_TERR_MISS_ACC_PARAM dependencies on HTF

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

35: htp.headClose;
36: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
37: htp.tableOpen('border="0" ');
38: htp.tableRowOpen( calign => 'TOP' );
39: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
40: htp.tableData( '' || 'Territories - No Accesses Report', cnowrap => 'TRUE');
41: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
42: htp.tableRowClose;
43: htp.tableClose;

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

37: htp.tableOpen('border="0" ');
38: htp.tableRowOpen( calign => 'TOP' );
39: --htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
40: htp.tableData( '' || 'Territories - No Accesses Report', cnowrap => 'TRUE');
41: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
42: htp.tableRowClose;
43: htp.tableClose;
44: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );
45: htp.tableRowOpen( cvalign => 'top' );

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

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

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

134: BEGIN
135: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
136: htp.htmlopen;
137: htp.tableRowOpen;
138: htp.tableData( htf.hr, crowspan => '1', ccolspan => '190', cnowrap => 'TRUE');
139: htp.tableRowClose;
140: htp.tableOpen( calign => 'center', cattributes => ' border=0 cellspacing=2 cellpadding=2' );
141: htp.tableRowOpen;
142: htp.formOpen( curl => l_agent||'/AST_OFL_TERR_MISS_acc_report.report_wrapper', cmethod => 'GET',

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

140: htp.tableOpen( calign => 'center', cattributes => ' border=0 cellspacing=2 cellpadding=2' );
141: htp.tableRowOpen;
142: htp.formOpen( curl => l_agent||'/AST_OFL_TERR_MISS_acc_report.report_wrapper', cmethod => 'GET',
143: cattributes => ' NAME="MyForm" TARGET="_top"');
144: htp.tableData( htf.formSubmit( cvalue => 'OK', cattributes => ' onMouseOver="window.status=''OK'';return true"'));
145:
146: htp.tableData( '');
147: htp.tableRowClose;
148: htp.tableClose;