DBA Data[Home] [Help]

APPS.JTF_TERR_CHANGES_PARAM_PVT dependencies on HTF

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

94: htp.headClose;
95: htp.bodyopen(cattributes=>'bgcolor="#CCCCCC"');
96: htp.tableOpen('border="0" ');
97: htp.tableRowOpen( calign => 'TOP' );
98: -- htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
99: htp.tableData( '' || 'Territory Changes Report', cnowrap => 'TRUE');
100: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
101: htp.tableRowClose;
102: htp.tableClose;

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

96: htp.tableOpen('border="0" ');
97: htp.tableRowOpen( calign => 'TOP' );
98: -- htp.tableData( htf.img(curl=>g_image_prefix||'oppty.gif'));
99: htp.tableData( '' || 'Territory Changes Report', cnowrap => 'TRUE');
100: htp.tableData(htf.bold(v_date_time),calign => 'right',ccolspan => '110');
101: htp.tableRowClose;
102: htp.tableClose;
103: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );
104: htp.tableRowOpen( cvalign => 'top' );

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

102: htp.tableClose;
103: htp.tableOpen( cattributes => 'border=0 cellspacing=0 cellpadding=0 width=561' );
104: htp.tableRowOpen( cvalign => 'top' );
105: htp.tableData( ' ', ccolspan => '2', cattributes => ' height=9');
106: htp.tableData( '' ||htf.bold( 'Please specify the criteria and select OK. ') ||
107: '', calign => 'center', crowspan => '2', ccolspan => '110', cattributes => ' width=346');
108: htp.tableData( ' ', ccolspan => '6');
109: htp.Br;
110: htp.tableRowClose;

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

297: BEGIN
298: l_agent := owa_util.get_cgi_env('SCRIPT_NAME');
299: htp.htmlopen;
300: htp.tableRowOpen;
301: htp.tableData( htf.hr, crowspan => '1', ccolspan => '190', cnowrap => 'TRUE');
302: htp.tableRowClose;
303: htp.tableOpen( calign => 'center', cattributes => ' border=0 cellspacing=2 cellpadding=2' );
304: htp.tableRowOpen;
305: htp.formOpen( curl => l_agent||'/JTF_TERR_CHANGES_report_PVT.report_wrapper', cmethod => 'GET',