DBA Data[Home] [Help]

APPS.AST_OFL_TERR_MISS_ASGN_PARAM dependencies on HTF

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

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

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

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

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

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

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

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

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

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