DBA Data[Home] [Help]

APPS.BIS_GRAPH_REGION_HTML_FORMS dependencies on HTP

Line 358: htp.htmlOpen;

354: --- END OF CASE 3 - Custom Package
355: end if;
356: end if;
357:
358: htp.htmlOpen;
359: htp.headOpen;
360: htp.title(l_page_title);
361: BIS_UTILITIES_PVT.putstyle;
362: htp.linkRel( crel => 'stylesheet', curl => g_CSSDirectory || 'bismarli.css');

Line 359: htp.headOpen;

355: end if;
356: end if;
357:
358: htp.htmlOpen;
359: htp.headOpen;
360: htp.title(l_page_title);
361: BIS_UTILITIES_PVT.putstyle;
362: htp.linkRel( crel => 'stylesheet', curl => g_CSSDirectory || 'bismarli.css');
363: BIS_HTML_UTILITIES_PVT.Build_HTML_Banner(l_page_title,G_HELP_TARGET_NAME);

Line 360: htp.title(l_page_title);

356: end if;
357:
358: htp.htmlOpen;
359: htp.headOpen;
360: htp.title(l_page_title);
361: BIS_UTILITIES_PVT.putstyle;
362: htp.linkRel( crel => 'stylesheet', curl => g_CSSDirectory || 'bismarli.css');
363: BIS_HTML_UTILITIES_PVT.Build_HTML_Banner(l_page_title,G_HELP_TARGET_NAME);
364: htp.headClose;

Line 362: htp.linkRel( crel => 'stylesheet', curl => g_CSSDirectory || 'bismarli.css');

358: htp.htmlOpen;
359: htp.headOpen;
360: htp.title(l_page_title);
361: BIS_UTILITIES_PVT.putstyle;
362: htp.linkRel( crel => 'stylesheet', curl => g_CSSDirectory || 'bismarli.css');
363: BIS_HTML_UTILITIES_PVT.Build_HTML_Banner(l_page_title,G_HELP_TARGET_NAME);
364: htp.headClose;
365:
366: htp.p(' 367: document.cookie='''
368: ||

Line 366: htp.p(' 367: document.cookie='''
368: ||
369: BIS_GRAPH_REGION_UI.g_cookie_name
370: ||

Line 378: htp.centerOpen;

374: ">');
375:
376: g_graph_title := l_record.chart_user_title;
377:
378: htp.centerOpen;
379: htp.p(''); --- Main
380: htp.formOpen('BIS_GRAPH_REGION_UI.REVIEW_CHART_Action','POST','','','NAME="saveForm"');
381:
382: htp.formHidden( 'p_where'

Line 379: htp.p('
'); --- Main

375:
376: g_graph_title := l_record.chart_user_title;
377:
378: htp.centerOpen;
379: htp.p('

'); --- Main
380: htp.formOpen('BIS_GRAPH_REGION_UI.REVIEW_CHART_Action','POST','','','NAME="saveForm"');
381:
382: htp.formHidden( 'p_where'
383: ,icx_call.encrypt2(bis_report_util_pvt.get_home_URL)

Line 380: htp.formOpen('BIS_GRAPH_REGION_UI.REVIEW_CHART_Action','POST','','','NAME="saveForm"');

376: g_graph_title := l_record.chart_user_title;
377:
378: htp.centerOpen;
379: htp.p('

'); --- Main
380: htp.formOpen('BIS_GRAPH_REGION_UI.REVIEW_CHART_Action','POST','','','NAME="saveForm"');
381:
382: htp.formHidden( 'p_where'
383: ,icx_call.encrypt2(bis_report_util_pvt.get_home_URL)
384: );

Line 382: htp.formHidden( 'p_where'

378: htp.centerOpen;
379: htp.p('

'); --- Main
380: htp.formOpen('BIS_GRAPH_REGION_UI.REVIEW_CHART_Action','POST','','','NAME="saveForm"');
381:
382: htp.formHidden( 'p_where'
383: ,icx_call.encrypt2(bis_report_util_pvt.get_home_URL)
384: );
385: htp.formHidden( 'p_plug_id'
386: ,l_record.plug_id

Line 385: htp.formHidden( 'p_plug_id'

381:
382: htp.formHidden( 'p_where'
383: ,icx_call.encrypt2(bis_report_util_pvt.get_home_URL)
384: );
385: htp.formHidden( 'p_plug_id'
386: ,l_record.plug_id
387: );
388: htp.formHidden( 'p_user_id'
389: ,l_record.user_id

Line 388: htp.formHidden( 'p_user_id'

384: );
385: htp.formHidden( 'p_plug_id'
386: ,l_record.plug_id
387: );
388: htp.formHidden( 'p_user_id'
389: ,l_record.user_id
390: );
391: htp.formHidden('p_function_id'
392: ,l_record.function_id

Line 391: htp.formHidden('p_function_id'

387: );
388: htp.formHidden( 'p_user_id'
389: ,l_record.user_id
390: );
391: htp.formHidden('p_function_id'
392: ,l_record.function_id
393: );
394: htp.formHidden('p_responsibility_id'
395: ,l_record.responsibility_id

Line 394: htp.formHidden('p_responsibility_id'

390: );
391: htp.formHidden('p_function_id'
392: ,l_record.function_id
393: );
394: htp.formHidden('p_responsibility_id'
395: ,l_record.responsibility_id
396: );
397: htp.formHidden('p_chart_user_title'
398: ,l_record.chart_user_title

Line 397: htp.formHidden('p_chart_user_title'

393: );
394: htp.formHidden('p_responsibility_id'
395: ,l_record.responsibility_id
396: );
397: htp.formHidden('p_chart_user_title'
398: ,l_record.chart_user_title
399: );
400: htp.formHidden('p_parameter_string'
401: ,p_parameter_string

Line 400: htp.formHidden('p_parameter_string'

396: );
397: htp.formHidden('p_chart_user_title'
398: ,l_record.chart_user_title
399: );
400: htp.formHidden('p_parameter_string'
401: ,p_parameter_string
402: );
403: htp.p('

'); -- Report Name
433:
434: if ( l_img_html IS NOT NULL)
435: THEN
436: IF substr(l_img_html,1,4) <>'http'

Line 453: htp.p('
');
404: --- Instructions

Line 403: htp.p('
'); --instructions
417:
418: htp.p('');
419: htp.p(''); --instructions
417:
418: htp.p('');
419: htp.p(''); --instructions
417:
418: htp.p('');
419: htp.p(''); --instructions
417:
418: htp.p('
');
419: htp.p('
'); -- Report Name

428: htp.tablerowclose;
429: htp.p('

');
432: htp.p('
');

399: );
400: htp.formHidden('p_parameter_string'
401: ,p_parameter_string
402: );
403: htp.p('

'); --instructions

412: fnd_message.set_token('BACK','"'||l_back_btn_txt||'"');
413: htp.tabledata(fnd_message.get);
414: htp.tablerowclose;
415:
416: htp.p('

');
404: --- Instructions
405: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_SUMMARY');
406: htp.tablerowopen(cvalign => 'bottom');
407: htp.tabledata(htf.bold(fnd_message.get));

Line 406: htp.tablerowopen(cvalign => 'bottom');

402: );
403: htp.p('

'); --instructions
417:
418: htp.p('');

Line 416: htp.p('
');
404: --- Instructions
405: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_SUMMARY');
406: htp.tablerowopen(cvalign => 'bottom');
407: htp.tabledata(htf.bold(fnd_message.get));
408: htp.tablerowclose;
409: htp.p('');
410: htp.tablerowopen(cvalign => 'top');

Line 407: htp.tabledata(htf.bold(fnd_message.get));

403: htp.p('

'); --instructions
417:

Line 414: htp.tablerowclose;

410: htp.tablerowopen(cvalign => 'top');
411: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_INSTR');
412: fnd_message.set_token('BACK','"'||l_back_btn_txt||'"');
413: htp.tabledata(fnd_message.get);
414: htp.tablerowclose;
415:
416: htp.p('

');
404: --- Instructions
405: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_SUMMARY');
406: htp.tablerowopen(cvalign => 'bottom');
407: htp.tabledata(htf.bold(fnd_message.get));
408: htp.tablerowclose;
409: htp.p('');
410: htp.tablerowopen(cvalign => 'top');
411: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_INSTR');

Line 408: htp.tablerowclose;

404: --- Instructions
405: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_SUMMARY');
406: htp.tablerowopen(cvalign => 'bottom');
407: htp.tabledata(htf.bold(fnd_message.get));
408: htp.tablerowclose;
409: htp.p('

');
410: htp.tablerowopen(cvalign => 'top');
411: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_INSTR');
412: fnd_message.set_token('BACK','"'||l_back_btn_txt||'"');

Line 409: htp.p('
');

405: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_SUMMARY');
406: htp.tablerowopen(cvalign => 'bottom');
407: htp.tabledata(htf.bold(fnd_message.get));
408: htp.tablerowclose;
409: htp.p('

');
410: htp.tablerowopen(cvalign => 'top');
411: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_INSTR');
412: fnd_message.set_token('BACK','"'||l_back_btn_txt||'"');
413: htp.tabledata(fnd_message.get);

Line 410: htp.tablerowopen(cvalign => 'top');

406: htp.tablerowopen(cvalign => 'bottom');
407: htp.tabledata(htf.bold(fnd_message.get));
408: htp.tablerowclose;
409: htp.p('

');
410: htp.tablerowopen(cvalign => 'top');
411: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_INSTR');
412: fnd_message.set_token('BACK','"'||l_back_btn_txt||'"');
413: htp.tabledata(fnd_message.get);
414: htp.tablerowclose;

Line 413: htp.tabledata(fnd_message.get);

409: htp.p('

');
410: htp.tablerowopen(cvalign => 'top');
411: fnd_message.set_name('BIS','BIS_TREND_PLUG_CZ3_INSTR');
412: fnd_message.set_token('BACK','"'||l_back_btn_txt||'"');
413: htp.tabledata(fnd_message.get);
414: htp.tablerowclose;
415:
416: htp.p('
');
420: htp.p(''); -- Report Name

Line 418: htp.p('
');

414: htp.tablerowclose;
415:
416: htp.p('

');
420: htp.p(''); -- Report Name
421: htp.tablerowopen(cvalign => 'bottom');
422: htp.tabledata(htf.bold(l_chart_title_prompt

Line 419: htp.p('
');

415:
416: htp.p('

');
420: htp.p(''); -- Report Name
421: htp.tablerowopen(cvalign => 'bottom');
422: htp.tabledata(htf.bold(l_chart_title_prompt
423: ||': '

Line 420: htp.p('
'); -- Report Name

416: htp.p('

');
420: htp.p(''); -- Report Name
421: htp.tablerowopen(cvalign => 'bottom');
422: htp.tabledata(htf.bold(l_chart_title_prompt
423: ||': '
424: ||l_record.chart_user_title

Line 421: htp.tablerowopen(cvalign => 'bottom');

417:
418: htp.p('

');
419: htp.p(''); -- Report Name
433:

Line 432: htp.p('
');
420: htp.p(''); -- Report Name
421: htp.tablerowopen(cvalign => 'bottom');
422: htp.tabledata(htf.bold(l_chart_title_prompt
423: ||': '
424: ||l_record.chart_user_title
425: )

Line 422: htp.tabledata(htf.bold(l_chart_title_prompt

418: htp.p('

');
419: htp.p(''); -- Report Name

Line 429: htp.p('
');
432: htp.p('
');
420: htp.p(''); -- Report Name
421: htp.tablerowopen(cvalign => 'bottom');
422: htp.tabledata(htf.bold(l_chart_title_prompt
423: ||': '
424: ||l_record.chart_user_title
425: )
426: );

Line 428: htp.tablerowclose;

424: ||l_record.chart_user_title
425: )
426: );
427:
428: htp.tablerowclose;
429: htp.p('

');
432: htp.p('
'
430: ||''
431: ||'
'

425: )
426: );
427:
428: htp.tablerowclose;
429: htp.p('

'
430: ||''
431: ||'
'
430: ||''
431: ||'
'

449: END IF;
450:
451: ---Ganesh this is where the graphs image is printed
452:
453: htp.p('

'
454: || ' '
457: );

Line 459: htp.p('

455: ||l_img_html
456: ||'>'
457: );
458: ELSE --- null l_img_html
459: htp.p(' 460: END IF;
461:
462:
463:

Line 464: htp.p('
');

460: END IF;
461:
462:
463:
464: htp.p('

');
465: htp.p('
'); ---buttons
466: icx_plug_utilities.buttonBoth(l_cancel_btn_txt
467: ,'Javascript:history.go(-3)'
468: ,'');

Line 465: htp.p('
'); ---buttons

461:
462:
463:
464: htp.p('

');
465: htp.p('
'); ---buttons
466: icx_plug_utilities.buttonBoth(l_cancel_btn_txt
467: ,'Javascript:history.go(-3)'
468: ,'');
469: htp.p('
');

Line 469: htp.p('
');

465: htp.p('
'); ---buttons
466: icx_plug_utilities.buttonBoth(l_cancel_btn_txt
467: ,'Javascript:history.go(-3)'
468: ,'');
469: htp.p('
');
470: htp.p(''); -- inner buttons
471: htp.p('
');
472: icx_plug_utilities.buttonLeft(l_back_btn_txt
473: ,'Javascript:history.go(-1)'

Line 470: htp.p(''); -- inner buttons

466: icx_plug_utilities.buttonBoth(l_cancel_btn_txt
467: ,'Javascript:history.go(-3)'
468: ,'');
469: htp.p('

');
470: htp.p(''); -- inner buttons
471: htp.p('
');
472: icx_plug_utilities.buttonLeft(l_back_btn_txt
473: ,'Javascript:history.go(-1)'
474: ,'');

Line 471: htp.p('
');

467: ,'Javascript:history.go(-3)'
468: ,'');
469: htp.p('

');
470: htp.p(''); -- inner buttons
471: htp.p('
');
472: icx_plug_utilities.buttonLeft(l_back_btn_txt
473: ,'Javascript:history.go(-1)'
474: ,'');
475: htp.p('
');

Line 475: htp.p('
');

471: htp.p('

');
472: icx_plug_utilities.buttonLeft(l_back_btn_txt
473: ,'Javascript:history.go(-1)'
474: ,'');
475: htp.p('
');
476:
477: icx_plug_utilities.buttonBoth(l_Submit_btn_txt
478: ,'Javascript:document.saveForm.submit()'
479: ,'');

Line 480: htp.p('
'); -- inner buttons

476:
477: icx_plug_utilities.buttonBoth(l_Submit_btn_txt
478: ,'Javascript:document.saveForm.submit()'
479: ,'');
480: htp.p('

'); -- inner buttons
481: htp.p('
'); -- all buttons
482:
483: htp.p('
'); -- Main
484: htp.centerClose;

Line 481: htp.p('
'); -- all buttons

477: icx_plug_utilities.buttonBoth(l_Submit_btn_txt
478: ,'Javascript:document.saveForm.submit()'
479: ,'');
480: htp.p('

'); -- inner buttons
481: htp.p('
'); -- all buttons
482:
483: htp.p('
'); -- Main
484: htp.centerClose;
485: htp.bodyClose;

Line 483: htp.p('
'); -- Main

479: ,'');
480: htp.p(''); -- inner buttons
481: htp.p(''); -- all buttons
482:
483: htp.p(''); -- Main
484: htp.centerClose;
485: htp.bodyClose;
486: end if;
487:

Line 484: htp.centerClose;

480: htp.p(''); -- inner buttons
481: htp.p(''); -- all buttons
482:
483: htp.p(''); -- Main
484: htp.centerClose;
485: htp.bodyClose;
486: end if;
487:
488: exception

Line 485: htp.bodyClose;

481: htp.p(''); -- all buttons
482:
483: htp.p(''); -- Main
484: htp.centerClose;
485: htp.bodyClose;
486: end if;
487:
488: exception
489: when others then

Line 490: htp.p('

486: end if;
487:
488: exception
489: when others then
490: htp.p(' 491: '
492: ||SQLERRM
493: ||'
494: >'