DBA Data[Home] [Help]

APPS.POA_CM_EVAL_SCORES_ICX dependencies on HTP

Line 200: htp.p('');

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

289: htp.p(' font-size: 10pt;}');
290: htp.p('font.dropdownmenu');
291: htp.p(' {font-family: Arial, sans-serif;');
292: htp.p(' color: #003366;');
293: htp.p(' font-style: italic;');
294: htp.p(' font-size: 16pt;}');
295: htp.p('-->');
296: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');
297:

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

290: htp.p('font.dropdownmenu');
291: htp.p(' {font-family: Arial, sans-serif;');
292: htp.p(' color: #003366;');
293: htp.p(' font-style: italic;');
294: htp.p(' font-size: 16pt;}');
295: htp.p('-->');
296: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');
297:
298: END PrintCSS;

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

291: htp.p(' {font-family: Arial, sans-serif;');
292: htp.p(' color: #003366;');
293: htp.p(' font-style: italic;');
294: htp.p(' font-size: 16pt;}');
295: htp.p('-->');
296: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');
297:
298: END PrintCSS;
299:

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

292: htp.p(' color: #003366;');
293: htp.p(' font-style: italic;');
294: htp.p(' font-size: 16pt;}');
295: htp.p('-->');
296: htp.p(' .OraCopyright{ display: none; } .OraLegal{ display: none; } .OraPrivacy{ display: none; } tr:hover td.OraTableCellText{ background-color: wheat; } ');
297:
298: END PrintCSS;
299:
300: PROCEDURE PrintBottomButtons(p_language IN VARCHAR2, which_one IN NUMBER) IS

Line 304: htp.p('

300: PROCEDURE PrintBottomButtons(p_language IN VARCHAR2, which_one IN NUMBER) IS
301: BEGIN
302:
303:
304: htp.p('
305:
306:
307:

Line 823: htp.htmlOpen;

819:
820: l_language := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
821: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
822:
823: htp.htmlOpen;
824: htp.title('Survey Response Scores');
825:
826: js.scriptOpen;
827:

Line 824: htp.title('Survey Response Scores');

820: l_language := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
821: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
822:
823: htp.htmlOpen;
824: htp.title('Survey Response Scores');
825:
826: js.scriptOpen;
827:
828: htp.p('

Line 828: htp.p('

824: htp.title('Survey Response Scores');
825:
826: js.scriptOpen;
827:
828: htp.p('
829: function weighted_score(linenum)
830: {
831: var f = document.POA_CM_EVAL_SCORES_R;
832:

Line 942: htp.headOpen;

938: ');
939:
940: js.scriptClose;
941:
942: htp.headOpen;
943: icx_util.copyright;
944:
945: PrintCSS;
946:

Line 947: htp.p('');

943: icx_util.copyright;
944:
945: PrintCSS;
946:
947: htp.p('');
948:
949: htp.headClose;
950:
951: htp.bodyOpen;

Line 949: htp.headClose;

945: PrintCSS;
946:
947: htp.p('');
948:
949: htp.headClose;
950:
951: htp.bodyOpen;
952:
953:

Line 951: htp.bodyOpen;

947: htp.p('');
948:
949: htp.headClose;
950:
951: htp.bodyOpen;
952:
953:
954: htp.p('');
955:

Line 954: htp.p('');

950:
951: htp.bodyOpen;
952:
953:
954: htp.p('');
955:
956:
957: htp.p('
958:

Line 957: htp.p('

953:
954: htp.p('');
955:
956:
957: htp.p('
958:
959:


308:

Line 324: htp.p('

320:


321:
344:
345:
  ');
322:
323: if (which_one = 1) then
324: htp.p('
325:    
326:    
327: ');
328: end if;

Line 331: htp.p('

327: ');
328: end if;
329:
330: if (which_one = 3) then
331: htp.p('
332:    
333:     ');
334: end if;
335:

Line 337: htp.p('

333:     ');
334: end if;
335:
336: if (which_one = 2) then
337: htp.p('
338:    
339: ');
340: end if;
341:

Line 342: htp.p('

338:    
339: ');
340: end if;
341:
342: htp.p('
343:


346:

960:

961:

Line 1031: htp.p('
');

1027:
1028:
1029:
1030:
1031: htp.p('

');
1032: htp.p('');
1183:
1184: htp.p('
');
1033: htp.p('');
1034:
1035: -- Heading

Line 1032: htp.p('
');

1028:
1029:
1030:
1031: htp.p('');
1032: htp.p('
');
1033: htp.p('');
1034:
1035: -- Heading
1036:

Line 1033: htp.p('
');

1029:
1030:
1031: htp.p('

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

1178: htp.p('');
1179: htp.p('');
1180: htp.p('');
1181:
1182: htp.p('');
1183:
1184: htp.p('

');
1033: htp.p('');
1034:
1035: -- Heading
1036:
1037: ak_query_pkg.exec_query(p_parent_region_appl_id=>201,

Line 1044: htp.p('
');

1040: p_user_id=>icx_sec.getID(icx_sec.PV_WEB_USER_ID),
1041: p_return_parents=>'F',
1042: p_return_children=>'F');
1043:
1044: htp.p('

');
1045:
1046: FOR v_counter IN 1..7 LOOP
1047:
1048: htp.p('');
1051:
1052: END LOOP;

Line 1054: htp.p('
');

1050: ak_query_pkg.g_items_table(v_counter).attribute_label_long || '');
1051:
1052: END LOOP;
1053:
1054: htp.p('');
1055:
1056: htp.p('
');
1057:
1058:

Line 1056: htp.p('');

1052: END LOOP;
1053:
1054: htp.p('');
1055:
1056: htp.p('');
1057:
1058:
1059: FOR v_counter IN 1..l_criteria_table.count LOOP
1060:

Line 1071: htp.p('
');
1073:
1074: -- Score
1075:

Line 1072: htp.p(v_Criteria || '');

1068:
1069: -- Criteria
1070:
1071: htp.p('

');
1073:
1074: -- Score
1075:
1076: if (l_evaluation_id is null) then

Line 1077: htp.p('
');

1073:
1074: -- Score
1075:
1076: if (l_evaluation_id is null) then
1077: htp.p('

');
1078: else
1079: htp.p('');
1080: end if;
1081:

Line 1079: htp.p('
');

1075:
1076: if (l_evaluation_id is null) then
1077: htp.p('

');
1078: else
1079: htp.p('');
1080: end if;
1081:
1082: -- Weight
1083:

Line 1088: htp.p('
');
1092: else

Line 1091: htp.p('None');

1087:
1088: htp.p('

');
1092: else
1093: htp.p('' || to_char(l_criteria_table(v_counter - 1).weight, '9990D00') || '');
1094: end if;
1095:

Line 1093: htp.p('' || to_char(l_criteria_table(v_counter - 1).weight, '9990D00') || '');

1089:
1090: if l_criteria_table(v_counter - 1).weight = -1 then
1091: htp.p('None');
1092: else
1093: htp.p('' || to_char(l_criteria_table(v_counter - 1).weight, '9990D00') || '');
1094: end if;
1095:
1096: -- Weighted Score
1097:

Line 1098: htp.p('
');

1094: end if;
1095:
1096: -- Weighted Score
1097:
1098: htp.p('

');
1099:
1100: -- Min Score
1101:
1102: if l_criteria_table(v_counter - 1).min_score is null then

Line 1106: htp.p('
');
1110:

Line 1109: htp.p('' || to_char(l_criteria_table(v_counter - 1).min_score, '9990D00') || '');

1105:
1106: htp.p('

');
1110:
1111: -- Max Score
1112:
1113: if l_criteria_table(v_counter - 1).max_score is null then

Line 1117: htp.p('
');
1120:
1121: -- Comments

Line 1119: htp.p('' || to_char(l_criteria_table(v_counter - 1).max_score, '9990D00') || '');

1115: end if;
1116:
1117: htp.p('

');
1120:
1121: -- Comments
1122:
1123: if (l_evaluation_id is null) then

Line 1125: htp.p('
');

1121: -- Comments
1122:
1123: if (l_evaluation_id is null) then
1124:
1125: htp.p('

');
1126:
1127: else
1128:
1129: htp.p('');

Line 1129: htp.p('
');

1125: htp.p('

');
1126:
1127: else
1128:
1129: htp.p('');
1130:
1131: end if;
1132:
1133: htp.p('');

Line 1133: htp.p('');

1129: htp.p('

');
1130:
1131: end if;
1132:
1133: htp.p('');
1134:
1135: END LOOP;
1136:
1137: htp.p('');

Line 1137: htp.p('
');

1133: htp.p('

');
1134:
1135: END LOOP;
1136:
1137: htp.p('');
1138:
1139: htp.p('');
1140:
1141: htp.p('');

Line 1139: htp.p('');

1135: END LOOP;
1136:
1137: htp.p('

');
1138:
1139: htp.p('');
1140:
1141: htp.p('');
1142:
1143: htp.p('');

Line 1141: htp.p('');

1137: htp.p('

');
1138:
1139: htp.p('');
1140:
1141: htp.p('');
1142:
1143: htp.p('');
1144:
1145: htp.p('');

Line 1143: htp.p('');

1139: htp.p('');
1140:
1141: htp.p('');
1142:
1143: htp.p('');
1144:
1145: htp.p('');
1146:
1147: htp.p('');

Line 1145: htp.p('');

1141: htp.p('');
1142:
1143: htp.p('');
1144:
1145: htp.p('');
1146:
1147: htp.p('');
1148:
1149: htp.p('');

Line 1147: htp.p('');

1143: htp.p('');
1144:
1145: htp.p('');
1146:
1147: htp.p('');
1148:
1149: htp.p('');
1150:
1151: htp.p('');

Line 1149: htp.p('');

1145: htp.p('');
1146:
1147: htp.p('');
1148:
1149: htp.p('');
1150:
1151: htp.p('');
1152:
1153:

Line 1151: htp.p('');

1147: htp.p('');
1148:
1149: htp.p('');
1150:
1151: htp.p('');
1152:
1153:
1154: htp.p('

');
1155:

Line 1154: htp.p('
');

1150:
1151: htp.p('');
1152:
1153:
1154: htp.p('

');
1155:
1156: htp.p('');
1157:
1158: htp.p('');

1152:
1153:
1154: htp.p('

');
1155:
1156: htp.p('');
1157:
1158: htp.p('');
1155:
1156: htp.p('');
1157:
1158: htp.p('');
1157:
1158: htp.p('
');

Line 1179: htp.p('');

1175: htp.p('');
1176: htp.p('');
1177: htp.p('');
1178: htp.p('');
1179: htp.p('');
1180: htp.p('');
1181:
1182: htp.p('');
1183:

Line 1180: htp.p('');

1176: htp.p('');
1177: htp.p('');
1178: htp.p('');
1179: htp.p('');
1180: htp.p('');
1181:
1182: htp.p('');
1183:
1184: htp.p('

');
1045:
1046: FOR v_counter IN 1..7 LOOP
1047:
1048: htp.p('
' ||
1050: ak_query_pkg.g_items_table(v_counter).attribute_label_long || '
');

1067: AND lookup_code = l_criteria_table(v_counter - 1).criteria_code;
1068:
1069: -- Criteria
1070:
1071: htp.p('

');
1072: htp.p(v_Criteria || '
');
1072: htp.p(v_Criteria || '
           ');

1084: if l_criteria_table(v_counter - 1).weight is null then
1085: l_criteria_table(v_counter - 1).weight := -1;
1086: end if;
1087:
1088: htp.p('

');
1089:
1090: if l_criteria_table(v_counter - 1).weight = -1 then
1091: htp.p('None
');
1089:
1090: if l_criteria_table(v_counter - 1).weight = -1 then
1091: htp.p('None
');

1102: if l_criteria_table(v_counter - 1).min_score is null then
1103: l_criteria_table(v_counter - 1).min_score := 0;
1104: end if;
1105:
1106: htp.p('

');
1107:
1108:
1109: htp.p('' || to_char(l_criteria_table(v_counter - 1).min_score, '9990D00') || '
');
1107:
1108:
1109: htp.p('' || to_char(l_criteria_table(v_counter - 1).min_score, '9990D00') || '
');

1113: if l_criteria_table(v_counter - 1).max_score is null then
1114: l_criteria_table(v_counter - 1).max_score := 100;
1115: end if;
1116:
1117: htp.p('

');
1118:
1119: htp.p('' || to_char(l_criteria_table(v_counter - 1).max_score, '9990D00') || '
');
1118:
1119: htp.p('' || to_char(l_criteria_table(v_counter - 1).max_score, '9990D00') || '
          
 
' || ak_query_pkg.g_items_table(8).attribute_label_long || ' ' || ak_query_pkg.g_items_table(8).attribute_label_long || ' ' || ak_query_pkg.g_items_table(8).attribute_label_long || ' ');

Line 1156: htp.p('
' || ak_query_pkg.g_items_table(8).attribute_label_long || '  ');
1159:
1160: htp.p('');

Line 1158: htp.p('
 ');

1154: htp.p('

' || ak_query_pkg.g_items_table(8).attribute_label_long || '  ');
1159:
1160: htp.p('');
1161: htp.p('');
1162: htp.p('');

Line 1160: htp.p('');

1156: htp.p('

 ');
1159:
1160: htp.p('');
1161: htp.p('');
1162: htp.p('');
1163: htp.p('');
1164: htp.p('');

Line 1161: htp.p('');

1157:
1158: htp.p('

 ');
1159:
1160: htp.p('');
1161: htp.p('');
1162: htp.p('');
1163: htp.p('');
1164: htp.p('');
1165: htp.p('');

Line 1162: htp.p('');

1158: htp.p('

 ');
1159:
1160: htp.p('');
1161: htp.p('');
1162: htp.p('');
1163: htp.p('');
1164: htp.p('');
1165: htp.p('');
1166: htp.p('');

Line 1163: htp.p('');

1159:
1160: htp.p('');
1161: htp.p('');
1162: htp.p('');
1163: htp.p('');
1164: htp.p('');
1165: htp.p('');
1166: htp.p('');
1167: htp.p('');

Line 1164: htp.p('');

1160: htp.p('');
1161: htp.p('');
1162: htp.p('');
1163: htp.p('');
1164: htp.p('');
1165: htp.p('');
1166: htp.p('');
1167: htp.p('');
1168: htp.p('');

Line 1165: htp.p('');

1161: htp.p('');
1162: htp.p('');
1163: htp.p('');
1164: htp.p('');
1165: htp.p('');
1166: htp.p('');
1167: htp.p('');
1168: htp.p('');
1169: htp.p('');

Line 1166: htp.p('');

1162: htp.p('');
1163: htp.p('');
1164: htp.p('');
1165: htp.p('');
1166: htp.p('');
1167: htp.p('');
1168: htp.p('');
1169: htp.p('');
1170: htp.p('');

Line 1167: htp.p('');

1163: htp.p('');
1164: htp.p('');
1165: htp.p('');
1166: htp.p('');
1167: htp.p('');
1168: htp.p('');
1169: htp.p('');
1170: htp.p('');
1171: htp.p('');

Line 1168: htp.p('');

1164: htp.p('');
1165: htp.p('');
1166: htp.p('');
1167: htp.p('');
1168: htp.p('');
1169: htp.p('');
1170: htp.p('');
1171: htp.p('');
1172: htp.p('');

Line 1169: htp.p('');

1165: htp.p('');
1166: htp.p('');
1167: htp.p('');
1168: htp.p('');
1169: htp.p('');
1170: htp.p('');
1171: htp.p('');
1172: htp.p('');
1173: htp.p('');

Line 1170: htp.p('');

1166: htp.p('');
1167: htp.p('');
1168: htp.p('');
1169: htp.p('');
1170: htp.p('');
1171: htp.p('');
1172: htp.p('');
1173: htp.p('');
1174: htp.p('');

Line 1171: htp.p('');

1167: htp.p('');
1168: htp.p('');
1169: htp.p('');
1170: htp.p('');
1171: htp.p('');
1172: htp.p('');
1173: htp.p('');
1174: htp.p('');
1175: htp.p('');

Line 1172: htp.p('');

1168: htp.p('');
1169: htp.p('');
1170: htp.p('');
1171: htp.p('');
1172: htp.p('');
1173: htp.p('');
1174: htp.p('');
1175: htp.p('');
1176: htp.p('');

Line 1173: htp.p('');

1169: htp.p('');
1170: htp.p('');
1171: htp.p('');
1172: htp.p('');
1173: htp.p('');
1174: htp.p('');
1175: htp.p('');
1176: htp.p('');
1177: htp.p('');

Line 1174: htp.p('');

1170: htp.p('');
1171: htp.p('');
1172: htp.p('');
1173: htp.p('');
1174: htp.p('');
1175: htp.p('');
1176: htp.p('');
1177: htp.p('');
1178: htp.p('');

Line 1175: htp.p('');

1171: htp.p('');
1172: htp.p('');
1173: htp.p('');
1174: htp.p('');
1175: htp.p('');
1176: htp.p('');
1177: htp.p('');
1178: htp.p('');
1179: htp.p('');

Line 1176: htp.p('');

1172: htp.p('');
1173: htp.p('');
1174: htp.p('');
1175: htp.p('');
1176: htp.p('');
1177: htp.p('');
1178: htp.p('');
1179: htp.p('');
1180: htp.p('');

Line 1177: htp.p('');

1173: htp.p('');
1174: htp.p('');
1175: htp.p('');
1176: htp.p('');
1177: htp.p('');
1178: htp.p('');
1179: htp.p('');
1180: htp.p('');
1181:

Line 1178: htp.p('');

1174: htp.p('');
1175: htp.p('');
1176: htp.p('');
1177: htp.p('');
1178: htp.p('');
1179: htp.p('');
1180: htp.p('');
1181:
1182: htp.p('

');

Line 1182: htp.p('
');
1185: htp.p('
');
1186:

Line 1184: htp.p('
');

1180: htp.p('');
1181:
1182: htp.p('

');
1185: htp.p('
');
1186:
1187: PrintBottomButtons(l_language, 1);
1188:

Line 1185: htp.p('');

1181:
1182: htp.p('');
1183:
1184: htp.p('');
1185: htp.p('');
1186:
1187: PrintBottomButtons(l_language, 1);
1188:
1189: htp.bodyClose;

Line 1189: htp.bodyClose;

1185: htp.p('');
1186:
1187: PrintBottomButtons(l_language, 1);
1188:
1189: htp.bodyClose;
1190: htp.htmlClose;
1191:
1192: EXCEPTION
1193: when others then

Line 1190: htp.htmlClose;

1186:
1187: PrintBottomButtons(l_language, 1);
1188:
1189: htp.bodyClose;
1190: htp.htmlClose;
1191:
1192: EXCEPTION
1193: when others then
1194: null;

Line 1267: htp.htmlOpen;

1263:
1264: l_language := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1265: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
1266:
1267: htp.htmlOpen;
1268: htp.title('Survey Response Scores');
1269:
1270: js.scriptOpen;
1271:

Line 1268: htp.title('Survey Response Scores');

1264: l_language := icx_sec.getID(icx_sec.PV_LANGUAGE_CODE);
1265: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
1266:
1267: htp.htmlOpen;
1268: htp.title('Survey Response Scores');
1269:
1270: js.scriptOpen;
1271:
1272: js.scriptClose;

Line 1274: htp.headOpen;

1270: js.scriptOpen;
1271:
1272: js.scriptClose;
1273:
1274: htp.headOpen;
1275:
1276: icx_util.copyright;
1277:
1278: PrintCSS;

Line 1280: htp.p('');

1276: icx_util.copyright;
1277:
1278: PrintCSS;
1279:
1280: htp.p('');
1281:
1282: htp.headClose;
1283:
1284: htp.bodyOpen;

Line 1282: htp.headClose;

1278: PrintCSS;
1279:
1280: htp.p('');
1281:
1282: htp.headClose;
1283:
1284: htp.bodyOpen;
1285:
1286: htp.p('');

Line 1284: htp.bodyOpen;

1280: htp.p('');
1281:
1282: htp.headClose;
1283:
1284: htp.bodyOpen;
1285:
1286: htp.p('');
1287:
1288: htp.p('

Line 1286: htp.p('');

1282: htp.headClose;
1283:
1284: htp.bodyOpen;
1285:
1286: htp.p('');
1287:
1288: htp.p('
1289:
1290:

Line 1288: htp.p('

1284: htp.bodyOpen;
1285:
1286: htp.p('');
1287:
1288: htp.p('
1289:
1290:
1291:
1292: ');
1556:
1557: if (v_counter = 0) then
1558: htp.p('');
1559: end if;

Line 1558: htp.p('
');

1554:
1555: htp.p('


Line 1361: htp.p('

1357:
1358:
1359: ');
1360:
1361: htp.p('
1362:
1363:
1364: ');

1551:
1552: END LOOP;
1553: CLOSE c_evaluation;
1554:
1555: htp.p('


1365:

Line 1387: htp.p('');

1383:
1384:
1385: ');
1386:
1387: htp.p('');
1388: htp.p('');
1389: htp.p('');
1390: htp.p('');
1391: htp.p('');

Line 1388: htp.p('');

1384:
1385: ');
1386:
1387: htp.p('');
1388: htp.p('');
1389: htp.p('');
1390: htp.p('');
1391: htp.p('');
1392: htp.p('');

Line 1389: htp.p('');

1385: ');
1386:
1387: htp.p('');
1388: htp.p('');
1389: htp.p('');
1390: htp.p('');
1391: htp.p('');
1392: htp.p('');
1393: htp.p('');

Line 1390: htp.p('');

1386:
1387: htp.p('');
1388: htp.p('');
1389: htp.p('');
1390: htp.p('');
1391: htp.p('');
1392: htp.p('');
1393: htp.p('');
1394: htp.p('');

Line 1391: htp.p('');

1387: htp.p('');
1388: htp.p('');
1389: htp.p('');
1390: htp.p('');
1391: htp.p('');
1392: htp.p('');
1393: htp.p('');
1394: htp.p('');
1395: htp.p('');

Line 1392: htp.p('');

1388: htp.p('');
1389: htp.p('');
1390: htp.p('');
1391: htp.p('');
1392: htp.p('');
1393: htp.p('');
1394: htp.p('');
1395: htp.p('');
1396: htp.p('');

Line 1393: htp.p('');

1389: htp.p('');
1390: htp.p('');
1391: htp.p('');
1392: htp.p('');
1393: htp.p('');
1394: htp.p('');
1395: htp.p('');
1396: htp.p('');
1397: htp.p('');

Line 1394: htp.p('');

1390: htp.p('');
1391: htp.p('');
1392: htp.p('');
1393: htp.p('');
1394: htp.p('');
1395: htp.p('');
1396: htp.p('');
1397: htp.p('');
1398: htp.p('');

Line 1395: htp.p('');

1391: htp.p('');
1392: htp.p('');
1393: htp.p('');
1394: htp.p('');
1395: htp.p('');
1396: htp.p('');
1397: htp.p('');
1398: htp.p('');
1399: htp.p('');

Line 1396: htp.p('');

1392: htp.p('');
1393: htp.p('');
1394: htp.p('');
1395: htp.p('');
1396: htp.p('');
1397: htp.p('');
1398: htp.p('');
1399: htp.p('');
1400: htp.p('');

Line 1397: htp.p('');

1393: htp.p('');
1394: htp.p('');
1395: htp.p('');
1396: htp.p('');
1397: htp.p('');
1398: htp.p('');
1399: htp.p('');
1400: htp.p('');
1401: htp.p('');

Line 1398: htp.p('');

1394: htp.p('');
1395: htp.p('');
1396: htp.p('');
1397: htp.p('');
1398: htp.p('');
1399: htp.p('');
1400: htp.p('');
1401: htp.p('');
1402: htp.p('');

Line 1399: htp.p('');

1395: htp.p('');
1396: htp.p('');
1397: htp.p('');
1398: htp.p('');
1399: htp.p('');
1400: htp.p('');
1401: htp.p('');
1402: htp.p('');
1403: htp.p('');

Line 1400: htp.p('');

1396: htp.p('');
1397: htp.p('');
1398: htp.p('');
1399: htp.p('');
1400: htp.p('');
1401: htp.p('');
1402: htp.p('');
1403: htp.p('');
1404: htp.p('');

Line 1401: htp.p('');

1397: htp.p('');
1398: htp.p('');
1399: htp.p('');
1400: htp.p('');
1401: htp.p('');
1402: htp.p('');
1403: htp.p('');
1404: htp.p('');
1405: htp.p('');

Line 1402: htp.p('');

1398: htp.p('');
1399: htp.p('');
1400: htp.p('');
1401: htp.p('');
1402: htp.p('');
1403: htp.p('');
1404: htp.p('');
1405: htp.p('');
1406: htp.p('');

Line 1403: htp.p('');

1399: htp.p('');
1400: htp.p('');
1401: htp.p('');
1402: htp.p('');
1403: htp.p('');
1404: htp.p('');
1405: htp.p('');
1406: htp.p('');
1407:

Line 1404: htp.p('');

1400: htp.p('');
1401: htp.p('');
1402: htp.p('');
1403: htp.p('');
1404: htp.p('');
1405: htp.p('');
1406: htp.p('');
1407:
1408: if (l_oper_unit_id is not null) and (l_category_id is null) then

Line 1405: htp.p('');

1401: htp.p('');
1402: htp.p('');
1403: htp.p('');
1404: htp.p('');
1405: htp.p('');
1406: htp.p('');
1407:
1408: if (l_oper_unit_id is not null) and (l_category_id is null) then
1409: OPEN c_evaluation FOR

Line 1406: htp.p('');

1402: htp.p('');
1403: htp.p('');
1404: htp.p('');
1405: htp.p('');
1406: htp.p('');
1407:
1408: if (l_oper_unit_id is not null) and (l_category_id is null) then
1409: OPEN c_evaluation FOR
1410: SELECT pce.evaluation_id,

Line 1529: htp.p('
');

1525:
1526: v_counter := v_counter + 1;
1527:
1528: if ((v_counter mod 2) = 0) THEN
1529: htp.p('

');
1530: else
1531: htp.p('');
1532: end if;
1533:

Line 1531: htp.p('
');

1527:
1528: if ((v_counter mod 2) = 0) THEN
1529: htp.p('

');
1530: else
1531: htp.p('');
1532: end if;
1533:
1534: if (v_counter = 1) THEN
1535:

Line 1536: htp.p('
');

1532: end if;
1533:
1534: if (v_counter = 1) THEN
1535:
1536: htp.p('

');
1537: else
1538: htp.p('');
1539: end if;
1540:

Line 1538: htp.p('
');

1534: if (v_counter = 1) THEN
1535:
1536: htp.p('

');
1537: else
1538: htp.p('');
1539: end if;
1540:
1541: htp.p('
1542:

Line 1541: htp.p('

1537: else
1538: htp.p('

');
1539: end if;
1540:
1541: htp.p('
1542:
1543:
1544:
1545:

Line 1555: htp.p('
' || v_oper_unit || '  ' || v_oper_unit || ' ' || v_commodity || ' ' || v_item || ' ' || v_supplier_site || ' 

Your query returned no records.
Your query returned no records.
');
1556:
1557: if (v_counter = 0) then
1558: htp.p('Your query returned no records.');
1559: end if;
1560:
1561: htp.p('');
1562:

Line 1561: htp.p('');

1557: if (v_counter = 0) then
1558: htp.p('Your query returned no records.');
1559: end if;
1560:
1561: htp.p('');
1562:
1563: if (v_counter = 0) then
1564: PrintBottomButtons(l_language, 3);
1565: else

Line 1569: htp.bodyClose;

1565: else
1566: PrintBottomButtons(l_language, 2);
1567: end if;
1568:
1569: htp.bodyClose;
1570: htp.htmlClose;
1571:
1572: END query_evals;
1573:

Line 1570: htp.htmlClose;

1566: PrintBottomButtons(l_language, 2);
1567: end if;
1568:
1569: htp.bodyClose;
1570: htp.htmlClose;
1571:
1572: END query_evals;
1573:
1574: END poa_cm_eval_scores_icx;