DBA Data[Home] [Help]

APPS.POA_CM_EVALUATION_ICX dependencies on HTP

Line 162: htp.htmlOpen;

158: when others then
159: null;
160: END;
161:
162: htp.htmlOpen;
163: htp.title('Survey Response');
164:
165: htp.headOpen;
166: icx_util.copyright;

Line 163: htp.title('Survey Response');

159: null;
160: END;
161:
162: htp.htmlOpen;
163: htp.title('Survey Response');
164:
165: htp.headOpen;
166: icx_util.copyright;
167:

Line 165: htp.headOpen;

161:
162: htp.htmlOpen;
163: htp.title('Survey Response');
164:
165: htp.headOpen;
166: icx_util.copyright;
167:
168: PrintCSS;
169:

Line 176: htp.p('

172: icx_util.LOVscript;
173:
174: ----- Begin Javascript -----
175:
176: htp.p('
177:
178: function submitDoc(submit_type)
179: {
180: var f = document.POA_CM_EVALUATION_R;

Line 362: htp.p('');

358: ----- End Javascript -----
359:
360: js.scriptClose;
361:
362: htp.p('');
363:
364: htp.headClose;
365:
366: htp.bodyOpen;

Line 364: htp.headClose;

360: js.scriptClose;
361:
362: htp.p('');
363:
364: htp.headClose;
365:
366: htp.bodyOpen;
367:
368: htp.p('');
363:
364: htp.headClose;
365:
366: htp.bodyOpen;
367:
368: htp.p('');

Line 376: htp.p('''' || ICX_UTIL.replace_quotes(l_period_name) || ''',');

372: htp.p('''' || ICX_UTIL.replace_quotes(l_cm_code) || ''',');
373: htp.p('''' || ICX_UTIL.replace_quotes(l_custom_measure) || ''',');
374: htp.p('''' || ICX_UTIL.replace_quotes(l_period_type) || ''',');
375: htp.p('''' || ICX_UTIL.replace_quotes(l_user_period_type) || ''',');
376: htp.p('''' || ICX_UTIL.replace_quotes(l_period_name) || ''',');
377: htp.p('''' || ICX_UTIL.replace_quotes(to_char(l_org_id)) || ''',');
378: htp.p('''' || ICX_UTIL.replace_quotes(to_char(l_oper_unit_id)) || ''',');
379: htp.p('''' || ICX_UTIL.replace_quotes(l_operating_unit) || ''')">');
380:

Line 377: htp.p('''' || ICX_UTIL.replace_quotes(to_char(l_org_id)) || ''',');

373: htp.p('''' || ICX_UTIL.replace_quotes(l_custom_measure) || ''',');
374: htp.p('''' || ICX_UTIL.replace_quotes(l_period_type) || ''',');
375: htp.p('''' || ICX_UTIL.replace_quotes(l_user_period_type) || ''',');
376: htp.p('''' || ICX_UTIL.replace_quotes(l_period_name) || ''',');
377: htp.p('''' || ICX_UTIL.replace_quotes(to_char(l_org_id)) || ''',');
378: htp.p('''' || ICX_UTIL.replace_quotes(to_char(l_oper_unit_id)) || ''',');
379: htp.p('''' || ICX_UTIL.replace_quotes(l_operating_unit) || ''')">');
380:
381: htp.p('

');

Line 378: htp.p('''' || ICX_UTIL.replace_quotes(to_char(l_oper_unit_id)) || ''',');

374: htp.p('''' || ICX_UTIL.replace_quotes(l_period_type) || ''',');
375: htp.p('''' || ICX_UTIL.replace_quotes(l_user_period_type) || ''',');
376: htp.p('''' || ICX_UTIL.replace_quotes(l_period_name) || ''',');
377: htp.p('''' || ICX_UTIL.replace_quotes(to_char(l_org_id)) || ''',');
378: htp.p('''' || ICX_UTIL.replace_quotes(to_char(l_oper_unit_id)) || ''',');
379: htp.p('''' || ICX_UTIL.replace_quotes(l_operating_unit) || ''')">');
380:
381: htp.p('');
382:

Line 379: htp.p('''' || ICX_UTIL.replace_quotes(l_operating_unit) || ''')">');

375: htp.p('''' || ICX_UTIL.replace_quotes(l_user_period_type) || ''',');
376: htp.p('''' || ICX_UTIL.replace_quotes(l_period_name) || ''',');
377: htp.p('''' || ICX_UTIL.replace_quotes(to_char(l_org_id)) || ''',');
378: htp.p('''' || ICX_UTIL.replace_quotes(to_char(l_oper_unit_id)) || ''',');
379: htp.p('''' || ICX_UTIL.replace_quotes(l_operating_unit) || ''')">');
380:
381: htp.p('');
382:
383: htp.p('');

Line 381: htp.p('');

377: htp.p('''' || ICX_UTIL.replace_quotes(to_char(l_org_id)) || ''',');
378: htp.p('''' || ICX_UTIL.replace_quotes(to_char(l_oper_unit_id)) || ''',');
379: htp.p('''' || ICX_UTIL.replace_quotes(l_operating_unit) || ''')">');
380:
381: htp.p('');
382:
383: htp.p('');
384: htp.p('');
385:

Line 383: htp.p('');

379: htp.p('''' || ICX_UTIL.replace_quotes(l_operating_unit) || ''')">');
380:
381: htp.p('');
382:
383: htp.p('');
384: htp.p('');
385:
386: htp.p('
387:

Line 384: htp.p('');

380:
381: htp.p('');
382:
383: htp.p('');
384: htp.p('');
385:
386: htp.p('
387:
388:

Line 386: htp.p('

382:
383: htp.p('');
384: htp.p('');
385:
386: htp.p('
387:
388:


389:

390:

Line 457: htp.p('
');

453:


454:
455: ');
456:
457: htp.p('');
458:
459: SetAttributeTable(poa_cm_custom_measure_code=>poa_cm_custom_measure_code,
460: poa_cm_custom_measure=>poa_cm_custom_measure,
461: poa_cm_period_type=>poa_cm_period_type,

Line 485: htp.bodyClose;

481: PrintHeaderPageFields(l_language);
482:
483: PrintBottomButtons(l_language);
484:
485: htp.bodyClose;
486: htp.htmlClose;
487:
488: END header_page;
489:

Line 486: htp.htmlClose;

482:
483: PrintBottomButtons(l_language);
484:
485: htp.bodyClose;
486: htp.htmlClose;
487:
488: END header_page;
489:
490: PROCEDURE PrintCSS IS

Line 493: htp.p('');

Line 586: htp.p(' font-style: italic;');

582: htp.p(' font-size: 10pt;}');
583: htp.p('font.dropdownmenu');
584: htp.p(' {font-family: Arial, sans-serif;');
585: htp.p(' color: #003366;');
586: htp.p(' font-style: italic;');
587: htp.p(' font-size: 16pt;}');
588: htp.p('-->');
589: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');
590:

Line 587: htp.p(' font-size: 16pt;}');

583: htp.p('font.dropdownmenu');
584: htp.p(' {font-family: Arial, sans-serif;');
585: htp.p(' color: #003366;');
586: htp.p(' font-style: italic;');
587: htp.p(' font-size: 16pt;}');
588: htp.p('-->');
589: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');
590:
591: END PrintCSS;

Line 588: htp.p('-->');

584: htp.p(' {font-family: Arial, sans-serif;');
585: htp.p(' color: #003366;');
586: htp.p(' font-style: italic;');
587: htp.p(' font-size: 16pt;}');
588: htp.p('-->');
589: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');
590:
591: END PrintCSS;
592:

Line 589: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');

585: htp.p(' color: #003366;');
586: htp.p(' font-style: italic;');
587: htp.p(' font-size: 16pt;}');
588: htp.p('-->');
589: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');
590:
591: END PrintCSS;
592:
593: PROCEDURE SetAttributeTable(poa_cm_custom_measure_code IN VARCHAR2,

Line 717: htp.p(' 718: ak_query_pkg.g_items_table(l_index).attribute_code||
719: '" TYPE="hidden" VALUE="'||
720: GetAttributeValue(p_attribute_name=>ak_query_pkg.g_items_table(l_index).attribute_code,
721: p_start_index=>l_count)||

Line 724: htp.p('
');

720: GetAttributeValue(p_attribute_name=>ak_query_pkg.g_items_table(l_index).attribute_code,
721: p_start_index=>l_count)||
722: '">');
723: ELSIF (ak_query_pkg.g_items_table(l_index).item_style = 'TEXT') THEN
724: htp.p('

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

Line 725: htp.p('
');
725: htp.p('');
729: htp.p('
');
729: htp.p('
');
729: htp.p('
');
743:
744: END IF;

Line 746: htp.p('');

742: '>');
743:
744: END IF;
745:
746: htp.p('');
747: htp.p('

');
748: htp.p('
');
749:
750: ELSE

Line 747: htp.p('
');

743:
744: END IF;
745:
746: htp.p('');
747: htp.p('

');
748: htp.p('
');
749:
750: ELSE
751:

Line 748: htp.p('');

744: END IF;
745:
746: htp.p('');
747: htp.p('

');
748: htp.p('
');
749:
750: ELSE
751:
752: htp.p('');
754:
755: END IF;
756:

Line 763: htp.p('
'||
726: ''||
727: ak_query_pkg.g_items_table(l_index).attribute_label_long||
728: '
 
'||

721: p_start_index=>l_count)||
722: '">');
723: ELSIF (ak_query_pkg.g_items_table(l_index).item_style = 'TEXT') THEN
724: htp.p('

'||
726: ''||
727: ak_query_pkg.g_items_table(l_index).attribute_label_long||
728: '
 
'||

Line 729: htp.p('
'||

725: htp.p('

'||
726: ''||
727: ak_query_pkg.g_items_table(l_index).attribute_label_long||
728: '
 
'||
730: '');
731: htp.p(' 732: ' onChange="javascript:reset_hidden(''' || ak_query_pkg.g_items_table(l_index).attribute_code || ''')"' ||
733: ' onFocus="javascript:check_read_only(''' || ak_query_pkg.g_items_table(l_index).attribute_code || ''')"' ||

Line 731: htp.p('

727: ak_query_pkg.g_items_table(l_index).attribute_label_long||
728: '
 

'||
730: '');
731: htp.p(' 732: ' onChange="javascript:reset_hidden(''' || ak_query_pkg.g_items_table(l_index).attribute_code || ''')"' ||
733: ' onFocus="javascript:check_read_only(''' || ak_query_pkg.g_items_table(l_index).attribute_code || ''')"' ||
734: ' VALUE="'|| GetAttributeValue(p_attribute_name=>ak_query_pkg.g_items_table(l_index).attribute_code,
735: p_start_index=>l_count)||

Line 740: htp.p('

736: '" SIZE='||ak_query_pkg.g_items_table(l_index).display_value_length||' MAXLENGTH='||ak_query_pkg.g_items_table(l_index).attribute_value_length||'> ');
737:
738: IF (ak_query_pkg.g_items_table(l_index).lov_region_code IS NOT NULL AND
739: ak_query_pkg.g_items_table(l_index).lov_attribute_code IS NOT NULL) THEN
740: htp.p('
741: -- ' onMouseOver="window.status=''List of Values'';return true"' ||
742: '>

 
  
 
');

759: l_index := ak_query_pkg.g_items_table.NEXT(l_index);
760:
761: END LOOP;
762:
763: htp.p('

');
764:
765: END PrintHeaderPageFields;
766:
767: PROCEDURE PrintBottomButtons(p_language IN VARCHAR2) IS

Line 770: htp.p('

766:
767: PROCEDURE PrintBottomButtons(p_language IN VARCHAR2) IS
768: BEGIN
769:
770: htp.p('
771:
772:
773:

774: