DBA Data[Home] [Help]

APPS.POS_ASN_SEARCH_PKG dependencies on HTP

Line 95: htp.htmlOpen;

91: commit;
92:
93: end if;
94:
95: htp.htmlOpen;
96: htp.headOpen;
97: icx_util.copyright;
98: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
99: js.scriptOpen;

Line 96: htp.headOpen;

92:
93: end if;
94:
95: htp.htmlOpen;
96: htp.headOpen;
97: icx_util.copyright;
98: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
99: js.scriptOpen;
100: icx_util.LOVscript;

Line 98: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');

94:
95: htp.htmlOpen;
96: htp.headOpen;
97: icx_util.copyright;
98: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
99: js.scriptOpen;
100: icx_util.LOVscript;
101: js.scriptClose;
102: htp.p('');

Line 102: htp.p('');

98: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
99: js.scriptOpen;
100: icx_util.LOVscript;
101: js.scriptClose;
102: htp.p('');
103: htp.headClose;
104:
105: htp.p('
106:

Line 103: htp.headClose;

99: js.scriptOpen;
100: icx_util.LOVscript;
101: js.scriptClose;
102: htp.p('');
103: htp.headClose;
104:
105: htp.p('
106:
107:

Line 105: htp.p('

101: js.scriptClose;
102: htp.p('');
103: htp.headClose;
104:
105: htp.p('
106:
107:
108:
109:

Line 126: htp.htmlClose;

122:
123:
124: ');
125:
126: htp.htmlClose;
127:
128: END search_page;
129:
130: PROCEDURE criteria_frame(pos_vendor_site_id IN VARCHAR2 DEFAULT NULL,

Line 170: htp.htmlOpen;

166: l_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
167: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
168: l_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
169:
170: htp.htmlOpen;
171: htp.headOpen;
172: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
173: js.scriptOpen;
174: icx_util.LOVscript;

Line 171: htp.headOpen;

167: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
168: l_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
169:
170: htp.htmlOpen;
171: htp.headOpen;
172: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
173: js.scriptOpen;
174: icx_util.LOVscript;
175: js.scriptClose;

Line 172: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');

168: l_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
169:
170: htp.htmlOpen;
171: htp.headOpen;
172: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
173: js.scriptOpen;
174: icx_util.LOVscript;
175: js.scriptClose;
176: htp.p('');

Line 176: htp.p('');

172: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
173: js.scriptOpen;
174: icx_util.LOVscript;
175: js.scriptClose;
176: htp.p('');
177: htp.headClose;
178:
179: -- Check if the shopping cart is empty
180:

Line 177: htp.headClose;

173: js.scriptOpen;
174: icx_util.LOVscript;
175: js.scriptClose;
176: htp.p('');
177: htp.headClose;
178:
179: -- Check if the shopping cart is empty
180:
181: select decode(count(1), 0, 'Y', 'N')

Line 244: htp.p('');

240: pos_item_number,
241: pos_date_start,
242: pos_date_end);
243:
244: htp.p('');
245:
246: htp.p('');
247:
248: htp.p('
&`nbsp;' ||

Line 246: htp.p('');

242: pos_date_end);
243:
244: htp.p('');
245:
246: htp.p('

');
247:
248: htp.p('');
252:
253: htp.p('
&`nbsp;' ||
249: fnd_message.get_string('ICX','ICX_POS_ASN_ENTER_CRITERIA') ||
250: '` ` ` ' ||

Line 248: htp.p('
&`nbsp;' ||

244: htp.p('');
245:
246: htp.p('');
247:
248: htp.p('');
252:

Line 253: htp.p('
&`nbsp;' ||
249: fnd_message.get_string('ICX','ICX_POS_ASN_ENTER_CRITERIA') ||
250: '` ` ` ' ||
251: fnd_message.get_string('ICX','ICX_POS_REQUIRED_FIELD') || '
');

249: fnd_message.get_string('ICX','ICX_POS_ASN_ENTER_CRITERIA') ||
250: '` ` ` ' ||
251: fnd_message.get_string('ICX','ICX_POS_REQUIRED_FIELD') || '

');
254:
255: htp.p('
');
257:

Line 255: htp.p('');
257:
258: htp.p('');
259:

Line 258: htp.p('
');

254:
255: htp.p('');
257:
258: htp.p('

');
259:
260: htp.p('');
261:
262: ShowBasic(pos_vendor_site_id,

Line 260: htp.p('
');

256: '/POS_ASN_SEARCH_PKG.RESULT_FRAME" TARGET="result" METHOD="GET">');
257:
258: htp.p('

');
259:
260: htp.p('');
261:
262: ShowBasic(pos_vendor_site_id,
263: pos_vendor_site_name,
264: pos_ship_to_location_id,

Line 278: htp.p('
');

274: if p_advance_flag = 'Y' then
275: ShowAdvanced;
276: end if;
277:
278: htp.p('

');
279: htp.p('');
280:
281: htp.bodyClose;
282: htp.htmlClose;

Line 279: htp.p('');

275: ShowAdvanced;
276: end if;
277:
278: htp.p('');
279: htp.p('');
280:
281: htp.bodyClose;
282: htp.htmlClose;
283:

Line 281: htp.bodyClose;

277:
278: htp.p('');
279: htp.p('');
280:
281: htp.bodyClose;
282: htp.htmlClose;
283:
284: END criteria_frame;
285:

Line 282: htp.htmlClose;

278: htp.p('');
279: htp.p('');
280:
281: htp.bodyClose;
282: htp.htmlClose;
283:
284: END criteria_frame;
285:
286: PROCEDURE counter_frame(p_first IN NUMBER DEFAULT 0,

Line 311: htp.htmlOpen;

307: l_script_name := owa_util.get_cgi_env('SCRIPT_NAME');
308: l_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
309: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
310:
311: htp.htmlOpen;
312: htp.headOpen;
313: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
314: htp.headClose;
315:

Line 312: htp.headOpen;

308: l_user_id := icx_sec.getID(icx_sec.PV_WEB_USER_ID);
309: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
310:
311: htp.htmlOpen;
312: htp.headOpen;
313: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
314: htp.headClose;
315:
316: htp.p('');

Line 313: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');

309: l_session_id := icx_sec.getID(icx_sec.PV_SESSION_ID);
310:
311: htp.htmlOpen;
312: htp.headOpen;
313: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
314: htp.headClose;
315:
316: htp.p('');
317:

Line 314: htp.headClose;

310:
311: htp.htmlOpen;
312: htp.headOpen;
313: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
314: htp.headClose;
315:
316: htp.p('');
317:
318: htp.p('');

Line 316: htp.p('');

312: htp.headOpen;
313: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
314: htp.headClose;
315:
316: htp.p('');
317:
318: htp.p('

');
319:
320: htp.p('');

Line 318: htp.p('
');

314: htp.headClose;
315:
316: htp.p('');
317:
318: htp.p('

');
319:
320: htp.p('');
321: htp.p('');
322: htp.p('');

Line 320: htp.p('
');

316: htp.p('');
317:
318: htp.p('

');
319:
320: htp.p('');
321: htp.p('');
322: htp.p('');
323:
324: if p_total > 0 then

Line 321: htp.p('
');

317:
318: htp.p('

');
319:
320: htp.p('');
321: htp.p('');
322: htp.p('');
323:
324: if p_total > 0 then
325:

Line 322: htp.p('
');

318: htp.p('

');
319:
320: htp.p('');
321: htp.p('');
322: htp.p('');
323:
324: if p_total > 0 then
325:
326: htp.p('');

Line 326: htp.p('
');

322: htp.p('

');
323:
324: if p_total > 0 then
325:
326: htp.p('');
327:
328: htp.p('');
330:

Line 328: htp.p('
');
327:
328: htp.p('');
330:
331: l_msg := fnd_message.get_string('ICX','ICX_POS_ASN_RESULT_COUNTER');
332:

Line 337: htp.p('
');
339:
340: else
341:

Line 342: htp.p('
');
339:
340: else
341:
342: htp.p('
');
344:
345: end if;
346:

Line 347: htp.p('
` ' ||
329: fnd_message.get_string('ICX','ICX_POS_ASN_SELECT_RESULT') || '
` ' ||

324: if p_total > 0 then
325:
326: htp.p('

` ' ||
329: fnd_message.get_string('ICX','ICX_POS_ASN_SELECT_RESULT') || '
' ||

333: l_msg := replace(l_msg, '`&TOTAL', to_char(p_total));
334: l_msg := replace(l_msg, '`&FROM', to_char(p_first));
335: l_msg := replace(l_msg, '`&TO', to_char(p_last));
336:
337: htp.p('

' ||
338: l_msg || '` 
` ' ||

338: l_msg || '` 

` ' ||
343: p_msg || '
');

343: p_msg || '');
344:
345: end if;
346:
347: htp.p('');
348:
349: htp.bodyClose;
350:
351: htp.htmlClose;

Line 349: htp.bodyClose;

345: end if;
346:
347: htp.p('');
348:
349: htp.bodyClose;
350:
351: htp.htmlClose;
352:
353: END;

Line 351: htp.htmlClose;

347: htp.p('');
348:
349: htp.bodyClose;
350:
351: htp.htmlClose;
352:
353: END;
354:
355: PROCEDURE result_frame(pos_vendor_site_id IN VARCHAR2 DEFAULT NULL,

Line 564: htp.htmlOpen;

560: l_where_clause := 'SESSION_ID = ' || to_char(l_session_id);
561:
562: fnd_client_info.set_org_context(l_org_id);
563:
564: htp.htmlOpen;
565: htp.headOpen;
566: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
567: js.scriptOpen;
568: icx_util.LOVscript;

Line 565: htp.headOpen;

561:
562: fnd_client_info.set_org_context(l_org_id);
563:
564: htp.htmlOpen;
565: htp.headOpen;
566: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
567: js.scriptOpen;
568: icx_util.LOVscript;
569: js.scriptClose;

Line 566: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');

562: fnd_client_info.set_org_context(l_org_id);
563:
564: htp.htmlOpen;
565: htp.headOpen;
566: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
567: js.scriptOpen;
568: icx_util.LOVscript;
569: js.scriptClose;
570: htp.p('');

Line 570: htp.p('');

566: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
567: js.scriptOpen;
568: icx_util.LOVscript;
569: js.scriptClose;
570: htp.p('');
571: htp.headClose;
572:
573: htp.p('');
574:

Line 571: htp.headClose;

567: js.scriptOpen;
568: icx_util.LOVscript;
569: js.scriptClose;
570: htp.p('');
571: htp.headClose;
572:
573: htp.p('');
574:
575: select count(1)

Line 573: htp.p('');

569: js.scriptClose;
570: htp.p('');
571: htp.headClose;
572:
573: htp.p('');
574:
575: select count(1)
576: into l_num_shipments
577: from pos_asn_shop_cart_details

Line 590: htp.p('');

586: p_return_children=>'F');
587:
588: l_num_results := ak_query_pkg.g_results_table.count;
589:
590: htp.p('

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

602: if l_num_shipments > 0 then
603: htp.p('Total PO shipments added: ' || to_char(l_num_shipments));
604: end if;
605:
606: htp.p('');
607: htp.p('

');
592:
593: if l_num_results > 0 then
594:

Line 591: htp.p('
');

587:
588: l_num_results := ak_query_pkg.g_results_table.count;
589:
590: htp.p('');
591: htp.p('');
607: htp.p('
');
592:
593: if l_num_results > 0 then
594:
595: button('javascript:parent.result.document.POS_ASN_RESULT_R.submit()',

Line 600: htp.p('
');

596: fnd_message.get_string('ICX','ICX_POS_ASN_ADD'));
597:
598: end if;
599:
600: htp.p('

');
601:
602: if l_num_shipments > 0 then
603: htp.p('Total PO shipments added: ' || to_char(l_num_shipments));
604: end if;

Line 603: htp.p('Total PO shipments added: ' || to_char(l_num_shipments));

599:
600: htp.p('

');
601:
602: if l_num_shipments > 0 then
603: htp.p('Total PO shipments added: ' || to_char(l_num_shipments));
604: end if;
605:
606: htp.p('
');

Line 606: htp.p('
');
608:
609: -- debug
610: htp.p('');

Line 607: htp.p('');

603: htp.p('Total PO shipments added: ' || to_char(l_num_shipments));
604: end if;
605:
606: htp.p('');
607: htp.p('');
608:
609: -- debug
610: htp.p('');
611:

Line 610: htp.p('');

606: htp.p('');
607: htp.p('');
608:
609: -- debug
610: htp.p('');
611:
612: htp.bodyClose;
613:
614: htp.htmlClose;

Line 612: htp.bodyClose;

608:
609: -- debug
610: htp.p('');
611:
612: htp.bodyClose;
613:
614: htp.htmlClose;
615:
616: END add_frame;

Line 614: htp.htmlClose;

610: htp.p('');
611:
612: htp.bodyClose;
613:
614: htp.htmlClose;
615:
616: END add_frame;
617:
618: PROCEDURE add_shipments_to_cart(pos_po_shipment_id IN t_text_table DEFAULT g_dummy,

Line 995: htp.p(' 996: ak_query_pkg.g_items_table(l_index).attribute_code||
997: '" TYPE="hidden" VALUE="' ||
998: GetAttributeValue(p_attribute_name=>ak_query_pkg.g_items_table(l_index).attribute_code,
999: p_start_index=>l_count) || '">');

Line 1026: htp.p('');

1022: l_fix := '';
1023:
1024: end if;
1025:
1026: htp.p('');
1027: htp.p(''|| l_star ||
1028: ''||
1029: ak_query_pkg.g_items_table(l_index).attribute_label_long||
1030: '
` ');

Line 1027: htp.p(''|| l_star ||

1023:
1024: end if;
1025:
1026: htp.p('');
1027: htp.p(''|| l_star ||
1028: ''||
1029: ak_query_pkg.g_items_table(l_index).attribute_label_long||
1030: '
` ');
1031: htp.p(''||

Line 1031: htp.p(''||

1027: htp.p(''|| l_star ||
1028: ''||
1029: ak_query_pkg.g_items_table(l_index).attribute_label_long||
1030: '
` ');
1031: htp.p(''||
1032: '');
1033: htp.p(' 1034: ' VALUE="'||
1035: GetAttributeValue(p_attribute_name=>ak_query_pkg.g_items_table(l_index).attribute_code,

Line 1033: htp.p('

1029: ak_query_pkg.g_items_table(l_index).attribute_label_long||
1030: '
` ');
1031: htp.p(''||
1032: '');
1033: htp.p(' 1034: ' VALUE="'||
1035: GetAttributeValue(p_attribute_name=>ak_query_pkg.g_items_table(l_index).attribute_code,
1036: p_start_index=>l_count) ||
1037: '" SIZE='||ak_query_pkg.g_items_table(l_index).display_value_length ||

Line 1045: htp.p(' 1046: ak_query_pkg.g_items_table(l_index).attribute_code || ''')"' ||
1047: '>
');
1048: END IF;
1049:

Line 1050: htp.p('');

1046: ak_query_pkg.g_items_table(l_index).attribute_code || ''')"' ||
1047: '>');
1048: END IF;
1049:
1050: htp.p('');
1051:
1052: IF l_row = 1 THEN
1053:
1054: -- Search Button

Line 1056: htp.p('');

1052: IF l_row = 1 THEN
1053:
1054: -- Search Button
1055:
1056: htp.p('');
1057:
1058: button('javascript:searchShipments()', fnd_message.get_string('ICX', 'ICX_POS_SEARCH'));
1059:
1060: htp.p('');

Line 1060: htp.p('');

1056: htp.p('');
1057:
1058: button('javascript:searchShipments()', fnd_message.get_string('ICX', 'ICX_POS_SEARCH'));
1059:
1060: htp.p('');
1061:
1062: -- Clear Button
1063:
1064: htp.p('');

Line 1064: htp.p('');

1060: htp.p('');
1061:
1062: -- Clear Button
1063:
1064: htp.p('');
1065:
1066: button('javascript:clearFields()', fnd_message.get_string('ICX', 'ICX_POS_CLEAR'));
1067:
1068: htp.p('');

Line 1068: htp.p('');

1064: htp.p('');
1065:
1066: button('javascript:clearFields()', fnd_message.get_string('ICX', 'ICX_POS_CLEAR'));
1067:
1068: htp.p('');
1069:
1070: ELSIF l_row = 3 THEN
1071:
1072: htp.p('');

Line 1072: htp.p('');

1068: htp.p('');
1069:
1070: ELSIF l_row = 3 THEN
1071:
1072: htp.p('');
1073:
1074: htp.p('');
1075:
1076: if (p_advance_flag = 'Y') then

Line 1074: htp.p('');

1070: ELSIF l_row = 3 THEN
1071:
1072: htp.p('');
1073:
1074: htp.p('
');
1075:
1076: if (p_advance_flag = 'Y') then
1077:
1078: htp.p(fnd_message.get_string('ICX','ICX_POS_SIM_SEARCH'));

Line 1078: htp.p(fnd_message.get_string('ICX','ICX_POS_SIM_SEARCH'));

1074: htp.p('');
1075:
1076: if (p_advance_flag = 'Y') then
1077:
1078: htp.p(fnd_message.get_string('ICX','ICX_POS_SIM_SEARCH'));
1079: htp.p('
');
1080: else
1081:
1082: htp.p(fnd_message.get_string('ICX','ICX_POS_ADV_SEARCH'));

Line 1079: htp.p('` ');

1075:
1076: if (p_advance_flag = 'Y') then
1077:
1078: htp.p(fnd_message.get_string('ICX','ICX_POS_SIM_SEARCH'));
1079: htp.p('` ');
1080: else
1081:
1082: htp.p(fnd_message.get_string('ICX','ICX_POS_ADV_SEARCH'));
1083: htp.p('` ');

Line 1082: htp.p(fnd_message.get_string('ICX','ICX_POS_ADV_SEARCH'));

1078: htp.p(fnd_message.get_string('ICX','ICX_POS_SIM_SEARCH'));
1079: htp.p('` ');
1080: else
1081:
1082: htp.p(fnd_message.get_string('ICX','ICX_POS_ADV_SEARCH'));
1083: htp.p('` ');
1084: end if;
1085:
1086: htp.p('');

Line 1083: htp.p('` ');

1079: htp.p('` ');
1080: else
1081:
1082: htp.p(fnd_message.get_string('ICX','ICX_POS_ADV_SEARCH'));
1083: htp.p('` ');
1084: end if;
1085:
1086: htp.p('');
1087:

Line 1086: htp.p('');

1082: htp.p(fnd_message.get_string('ICX','ICX_POS_ADV_SEARCH'));
1083: htp.p('` ');
1084: end if;
1085:
1086: htp.p('');
1087:
1088: ELSE
1089:
1090: htp.p('');

Line 1090: htp.p('');

1086: htp.p('');
1087:
1088: ELSE
1089:
1090: htp.p('');
1091: htp.p('` ');
1092: htp.p('');
1093:
1094: END IF;

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

1087:
1088: ELSE
1089:
1090: htp.p('');
1091: htp.p('` ');
1092: htp.p('');
1093:
1094: END IF;
1095:

Line 1092: htp.p('');

1088: ELSE
1089:
1090: htp.p('');
1091: htp.p('` ');
1092: htp.p('');
1093:
1094: END IF;
1095:
1096: htp.p('');

Line 1096: htp.p('');

1092: htp.p('');
1093:
1094: END IF;
1095:
1096: htp.p('');
1097:
1098: ELSE
1099:
1100: htp.p('');
1102: END IF;
1103:
1104: END IF;

Line 1142: htp.p(' 1143: ak_query_pkg.g_items_table(l_index).attribute_code||
1144: '" TYPE="hidden" VALUE="' ||
1145: GetAttributeValue(p_attribute_name=>ak_query_pkg.g_items_table(l_index).attribute_code,
1146: p_start_index=>l_count) || '">');

Line 1171: htp.p('');

1167: l_fix := '';
1168:
1169: end if;
1170:
1171: htp.p('');
1172: htp.p(''|| l_star ||
1173: ''||
1174: ak_query_pkg.g_items_table(l_index).attribute_label_long||
1175: '
` ');

Line 1172: htp.p(''|| l_star ||

1168:
1169: end if;
1170:
1171: htp.p('');
1172: htp.p(''|| l_star ||
1173: ''||
1174: ak_query_pkg.g_items_table(l_index).attribute_label_long||
1175: '
` ');
1176: htp.p(''||

Line 1176: htp.p(''||

1172: htp.p(''|| l_star ||
1173: ''||
1174: ak_query_pkg.g_items_table(l_index).attribute_label_long||
1175: '
` ');
1176: htp.p(''||
1177: '');
1178: htp.p(' 1179: ' VALUE="'||
1180: GetAttributeValue(p_attribute_name=>ak_query_pkg.g_items_table(l_index).attribute_code,

Line 1178: htp.p('

1174: ak_query_pkg.g_items_table(l_index).attribute_label_long||
1175: '
` ');
1176: htp.p(''||
1177: '');
1178: htp.p(' 1179: ' VALUE="'||
1180: GetAttributeValue(p_attribute_name=>ak_query_pkg.g_items_table(l_index).attribute_code,
1181: p_start_index=>l_count) ||
1182: '" SIZE='||ak_query_pkg.g_items_table(l_index).display_value_length ||

Line 1190: htp.p(' 1191: ak_query_pkg.g_items_table(l_index).attribute_code || ''')"' ||
1192: '>
');
1193: END IF;
1194:

Line 1201: htp.p('' || ak_query_pkg.g_items_table(l_index).attribute_label_long ||

1197: l_index := ak_query_pkg.g_items_table.NEXT(l_index);
1198:
1199: l_count := l_count + 1;
1200:
1201: htp.p('' || ak_query_pkg.g_items_table(l_index).attribute_label_long ||
1202: '');
1203:
1204: htp.p(' 1205: ' VALUE="'||

Line 1204: htp.p('

1200:
1201: htp.p('' || ak_query_pkg.g_items_table(l_index).attribute_label_long ||
1202: '
');
1203:
1204: htp.p(' 1205: ' VALUE="'||
1206: GetAttributeValue(p_attribute_name=>ak_query_pkg.g_items_table(l_index).attribute_code,
1207: p_start_index=>l_count) ||
1208: '" SIZE='||ak_query_pkg.g_items_table(l_index).display_value_length ||

Line 1215: htp.p('');

1211: l_fix ||'>');
1212:
1213: END IF;
1214:
1215: htp.p('');
1216:
1217: htp.p('');
1218: htp.p('` ');
1219: htp.p('');

Line 1217: htp.p('');

1213: END IF;
1214:
1215: htp.p('');
1216:
1217: htp.p('');
1218: htp.p('` ');
1219: htp.p('');
1220:
1221: htp.p('');

Line 1218: htp.p('` ');

1214:
1215: htp.p('');
1216:
1217: htp.p('');
1218: htp.p('` ');
1219: htp.p('');
1220:
1221: htp.p('');
1222:

Line 1219: htp.p('');

1215: htp.p('');
1216:
1217: htp.p('');
1218: htp.p('` ');
1219: htp.p('');
1220:
1221: htp.p('');
1222:
1223: ELSE

Line 1221: htp.p('');

1217: htp.p('');
1218: htp.p('` ');
1219: htp.p('');
1220:
1221: htp.p('');
1222:
1223: ELSE
1224:
1225: htp.p('');
1227:
1228: END IF;
1229:

Line 1269: htp.htmlOpen;

1265: select nvl(query_set, 25)
1266: into l_pagesize
1267: from icx_parameters;
1268:
1269: htp.htmlOpen;
1270: htp.headOpen;
1271: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
1272: js.scriptOpen;
1273: icx_util.LOVscript;

Line 1270: htp.headOpen;

1266: into l_pagesize
1267: from icx_parameters;
1268:
1269: htp.htmlOpen;
1270: htp.headOpen;
1271: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
1272: js.scriptOpen;
1273: icx_util.LOVscript;
1274: js.scriptClose;

Line 1271: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');

1267: from icx_parameters;
1268:
1269: htp.htmlOpen;
1270: htp.headOpen;
1271: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
1272: js.scriptOpen;
1273: icx_util.LOVscript;
1274: js.scriptClose;
1275: htp.p('');

Line 1275: htp.p('');

1271: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
1272: js.scriptOpen;
1273: icx_util.LOVscript;
1274: js.scriptClose;
1275: htp.p('');
1276: htp.headClose;
1277:
1278: if p_start_row = 0 then
1279:

Line 1276: htp.headClose;

1272: js.scriptOpen;
1273: icx_util.LOVscript;
1274: js.scriptClose;
1275: htp.p('');
1276: htp.headClose;
1277:
1278: if p_start_row = 0 then
1279:
1280: htp.p('');

Line 1280: htp.p('');

1276: htp.headClose;
1277:
1278: if p_start_row = 0 then
1279:
1280: htp.p('');
1281: htp.p('

');
1282:
1283: htp.p('');
1284: htp.p('');

Line 1281: htp.p('');

1277:
1278: if p_start_row = 0 then
1279:
1280: htp.p('');
1281: htp.p('');
1282:
1283: htp.p('');
1284: htp.p('');
1285: htp.p('

');

Line 1283: htp.p('');

1279:
1280: htp.p('');
1281: htp.p('

');
1282:
1283: htp.p('');
1284: htp.p('');
1285: htp.p('
');
1286:
1287: htp.p('
');

Line 1284: htp.p('');

1280: htp.p('');
1281: htp.p('');
1282:
1283: htp.p('');
1284: htp.p('');
1285: htp.p('

');
1286:
1287: htp.p('
');
1288: htp.p('');

Line 1285: htp.p('');

1281: htp.p('

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

Line 1287: htp.p('');

1283: htp.p('');
1284: htp.p('');
1285: htp.p('

');
1286:
1287: htp.p('
');
1288: htp.p('');
1289: htp.p('');
1290: htp.p('');
1291: htp.p('');

Line 1288: htp.p('');

1284: htp.p('');
1285: htp.p('

');
1286:
1287: htp.p('
');
1288: htp.p('');
1289: htp.p('');
1290: htp.p('');
1291: htp.p('');
1292: htp.p('
');

Line 1289: htp.p('');

1285: htp.p('');
1286:
1287: htp.p('

');
1288: htp.p('');
1289: htp.p('');
1290: htp.p('');
1291: htp.p('');
1292: htp.p('
');
1293:

Line 1290: htp.p('');

1286:
1287: htp.p('

');
1288: htp.p('');
1289: htp.p('');
1290: htp.p('');
1291: htp.p('');
1292: htp.p('
');
1293:
1294: htp.bodyClose;

Line 1291: htp.p('');

1287: htp.p('

');
1288: htp.p('');
1289: htp.p('');
1290: htp.p('');
1291: htp.p('');
1292: htp.p('
');
1293:
1294: htp.bodyClose;
1295: htp.htmlClose;

Line 1292: htp.p('');

1288: htp.p('');
1289: htp.p('');
1290: htp.p('');
1291: htp.p('');
1292: htp.p('');
1293:
1294: htp.bodyClose;
1295: htp.htmlClose;
1296: return;

Line 1294: htp.bodyClose;

1290: htp.p('');
1291: htp.p('');
1292: htp.p('');
1293:
1294: htp.bodyClose;
1295: htp.htmlClose;
1296: return;
1297:
1298: end if;

Line 1295: htp.htmlClose;

1291: htp.p('');
1292: htp.p('');
1293:
1294: htp.bodyClose;
1295: htp.htmlClose;
1296: return;
1297:
1298: end if;
1299:

Line 1323: htp.p('');

1319: l_msg := fnd_message.get_string('ICX','ICX_POS_NO_RECORDS');
1320:
1321: end if;
1322:
1323: htp.p('');
1324:
1325: htp.p('

');
1326:
1327: htp.p('');

Line 1325: htp.p('');

1321: end if;
1322:
1323: htp.p('');
1324:
1325: htp.p('');
1326:
1327: htp.p('');
1328: htp.p('');
1329:

Line 1327: htp.p('');

1323: htp.p('');
1324:
1325: htp.p('');
1326:
1327: htp.p('');
1328: htp.p('');
1329:
1330: htp.p('');
1331: htp.p('
');

Line 1328: htp.p('');

1324:
1325: htp.p('');
1326:
1327: htp.p('');
1328: htp.p('');
1329:
1330: htp.p('');
1331: htp.p('
');
1332:

Line 1330: htp.p('');

1326:
1327: htp.p('');
1328: htp.p('');
1329:
1330: htp.p('

');
1331: htp.p('
');
1332:
1333: htp.p('');
1334:

Line 1331: htp.p('
');

1327: htp.p('');
1328: htp.p('');
1329:
1330: htp.p('');
1331: htp.p('
');
1332:
1333: htp.p('');
1334:
1335: IF l_total_rows > 0 THEN

Line 1333: htp.p('
');

1329:
1330: htp.p('

');
1331: htp.p('
');
1332:
1333: htp.p('');
1334:
1335: IF l_total_rows > 0 THEN
1336:
1337: PrintResultHeadings;

Line 1351: htp.p('
');

1347: if (l_current_row >= p_start_row AND l_current_row < p_start_row + l_pagesize) OR
1348: p_start_row is null then
1349:
1350: if (((l_current_row - p_start_row + 1)mod 2) = 0) THEN
1351: htp.p('

');
1352: else
1353: htp.p('');
1354: end if;
1355:

Line 1353: htp.p('
');

1349:
1350: if (((l_current_row - p_start_row + 1)mod 2) = 0) THEN
1351: htp.p('

');
1352: else
1353: htp.p('');
1354: end if;
1355:
1356: l_shipment_id := to_number(get_result_value(l_result_index, 1));
1357:

Line 1370: htp.p('
');

1366: else
1367: PrintSelectedShipment(l_result_index, l_current_row - p_start_row + 1);
1368: end if;
1369:
1370: htp.p('');
1371:
1372: END IF;
1373:
1374: EXIT WHEN l_current_row >= p_start_row + l_pagesize - 1;

Line 1382: htp.p('
');

1378: END LOOP;
1379:
1380: END IF;
1381:
1382: htp.p('

');
1383:
1384: htp.p('
');
1385:
1386: htp.p('');

Line 1384: htp.p('
');

1380: END IF;
1381:
1382: htp.p('

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

');

Line 1386: htp.p('');

1382: htp.p('

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

');
1389:
1390: htp.p('');

1384: htp.p('');
1385:
1386: htp.p('

');
1387:
1388: htp.p('
');
1389:
1390: htp.p('');
1392:

Line 1390: htp.p('');
1389:
1390: htp.p('');
1392:
1393: htp.p('');
1394:

Line 1393: htp.p('');

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

Line 1395: htp.p('');

1391: to_char(p_start_row) || '">');
1392:
1393: htp.p('');
1394:
1395: htp.p('');
1396:
1397: htp.p('');
1398:
1399: htp.p('

');

Line 1397: htp.p('');

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

Line 1399: htp.p('');

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

');
1402:
1403: htp.p('');

Line 1401: htp.p('
');

1397: htp.p('');
1398:
1399: htp.p('');
1400:
1401: htp.p('

');
1402:
1403: htp.p('');
1404:
1405: if p_start_row - 1 >= l_pagesize then

Line 1403: htp.p('
');

1399: htp.p('');
1400:
1401: htp.p('

');
1402:
1403: htp.p('');
1404:
1405: if p_start_row - 1 >= l_pagesize then
1406:
1407: htp.p('');
1404:
1405: if p_start_row - 1 >= l_pagesize then
1406:
1407: htp.p('');

Line 1426: htp.p('
');

1422: to_char(l_pagesize) || '');
1423:
1424: end if;
1425:
1426: htp.p('');
1427:
1428: htp.p('

' ||

Line 1407: htp.p('
' ||

1403: htp.p('

' ||
1408: '' ||
1410: fnd_message.get_string('ICX','ICX_POS_BTN_PREVIOUS') || ' ' ||
1411: to_char(l_pagesize) ||

Line 1418: htp.p('
' ||

1414: end if;
1415:
1416: if l_total_rows - l_current_row > 0 then
1417:
1418: htp.p('

' ||
1419: '' ||
1421: fnd_message.get_string('ICX','ICX_POS_BTN_NEXT') || ' ' ||
1422: to_char(l_pagesize) || '
');
1429:
1430: htp.bodyClose;

Line 1428: htp.p('');

1424: end if;
1425:
1426: htp.p('');
1427:
1428: htp.p('');
1429:
1430: htp.bodyClose;
1431: htp.htmlClose;
1432:

Line 1430: htp.bodyClose;

1426: htp.p('');
1427:
1428: htp.p('');
1429:
1430: htp.bodyClose;
1431: htp.htmlClose;
1432:
1433: END ShowResult;
1434:

Line 1431: htp.htmlClose;

1427:
1428: htp.p('');
1429:
1430: htp.bodyClose;
1431: htp.htmlClose;
1432:
1433: END ShowResult;
1434:
1435: PROCEDURE PrintResultHeadings IS

Line 1441: htp.p('');

1437: l_attribute_index NUMBER := ak_query_pkg.g_items_table.FIRST;
1438:
1439: BEGIN
1440:
1441: htp.p('');
1442:
1443: WHILE (l_attribute_index IS NOT NULL) LOOP
1444:
1445: IF (ak_query_pkg.g_items_table(l_attribute_index).node_display_flag = 'Y') AND

Line 1450: htp.p(' 1447:
1448: IF (ak_query_pkg.g_items_table(l_attribute_index).item_style = 'TEXT') THEN
1449:
1450: htp.p('' ||
1452: ak_query_pkg.g_items_table(l_attribute_index).attribute_label_long || '
');
1453:
1454: ELSIF (ak_query_pkg.g_items_table(l_attribute_index).item_style = 'CHECKBOX') THEN

Line 1456: htp.p('');
1453:
1454: ELSIF (ak_query_pkg.g_items_table(l_attribute_index).item_style = 'CHECKBOX') THEN
1455:
1456: htp.p('' ||
1458: ak_query_pkg.g_items_table(l_attribute_index).attribute_label_long || '
');
1459:
1460: END IF;

Line 1468: htp.p('');

1464: l_attribute_index := ak_query_pkg.g_items_table.NEXT(l_attribute_index);
1465:
1466: END LOOP;
1467:
1468: htp.p('');
1469:
1470: END PrintResultHeadings;
1471:
1472: PROCEDURE PrintAvailableShipment(p_result_index NUMBER,

Line 1493: htp.p('');

1489: (ak_query_pkg.g_items_table(l_attribute_index).secured_column = 'F') THEN
1490:
1491: IF (ak_query_pkg.g_items_table(l_attribute_index).item_style = 'CHECKBOX') THEN
1492:
1493: htp.p('');
1494:
1495: ELSIF (ak_query_pkg.g_items_table(l_attribute_index).item_style = 'HIDDEN') THEN
1496:
1497: null;

Line 1499: htp.p(' 1500: '" TYPE="HIDDEN" VALUE="' || get_result_value(p_result_index, l_current_col) || '">');
1501:
1502: ELSIF (ak_query_pkg.g_items_table(l_attribute_index).item_style = 'TEXT') THEN
1503:

Line 1506: htp.p('' ||

1502: ELSIF (ak_query_pkg.g_items_table(l_attribute_index).item_style = 'TEXT') THEN
1503:
1504: if ak_query_pkg.g_items_table(l_attribute_index).attribute_code = 'POS_ITEM_DESCRIPTION' then
1505:
1506: htp.p('' ||
1507: nvl(get_result_value(p_result_index, l_current_col), '` ') || '');
1508:
1509: else
1510:

Line 1511: htp.p('' ||

1507: nvl(get_result_value(p_result_index, l_current_col), '` ') || '');
1508:
1509: else
1510:
1511: htp.p('' ||
1512: nvl(get_result_value(p_result_index, l_current_col), '` ') || '');
1513:
1514: end if;
1515:

Line 1547: htp.p('');

1543: (ak_query_pkg.g_items_table(l_attribute_index).secured_column = 'F') THEN
1544:
1545: IF (ak_query_pkg.g_items_table(l_attribute_index).item_style = 'CHECKBOX') THEN
1546:
1547: htp.p('');
1548:
1549: ELSIF (ak_query_pkg.g_items_table(l_attribute_index).item_style = 'HIDDEN') THEN
1550:
1551: htp.p('

1547: htp.p('');
1548:
1549: ELSIF (ak_query_pkg.g_items_table(l_attribute_index).item_style = 'HIDDEN') THEN
1550:
1551: htp.p('');
1553:
1554: ELSIF (ak_query_pkg.g_items_table(l_attribute_index).item_style = 'TEXT') THEN
1555:

Line 1558: htp.p('' ||

1554: ELSIF (ak_query_pkg.g_items_table(l_attribute_index).item_style = 'TEXT') THEN
1555:
1556: if ak_query_pkg.g_items_table(l_attribute_index).attribute_code = 'POS_ITEM_DESCRIPTION' then
1557:
1558: htp.p('' ||
1559: nvl(get_result_value(p_result_index, l_current_col), '` ') || '');
1560:
1561: else
1562:

Line 1563: htp.p('' ||

1559: nvl(get_result_value(p_result_index, l_current_col), '` ') || '');
1560:
1561: else
1562:
1563: htp.p('' ||
1564: nvl(get_result_value(p_result_index, l_current_col), '` ') || '');
1565:
1566: end if;
1567:

Line 1576: htp.p('');

1572: l_attribute_index := ak_query_pkg.g_items_table.NEXT(l_attribute_index);
1573:
1574: END LOOP;
1575:
1576: htp.p('');
1577:
1578: END PrintSelectedShipment;
1579:
1580: procedure button(src IN varchar2,

Line 1585: htp.p('

1581: txt IN varchar2) IS
1582:
1583: BEGIN
1584:
1585: htp.p('
1586:
1587:
1588:
1589: