DBA Data[Home] [Help]

APPS.POS_ASN_REVIEW_PKG dependencies on HTP

Line 71: htp.htmlOpen;

67: l_responsibility_id := icx_sec.getID(icx_sec.PV_RESPONSIBILITY_ID);
68:
69: fnd_global.apps_initialize(l_user_id, l_responsibility_id, 178);
70:
71: htp.htmlOpen;
72:
73: htp.headOpen;
74: icx_util.copyright;
75: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');

Line 73: htp.headOpen;

69: fnd_global.apps_initialize(l_user_id, l_responsibility_id, 178);
70:
71: htp.htmlOpen;
72:
73: htp.headOpen;
74: icx_util.copyright;
75: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
76: htp.p('');
77: htp.headClose;

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

71: htp.htmlOpen;
72:
73: htp.headOpen;
74: icx_util.copyright;
75: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
76: htp.p('');
77: htp.headClose;
78:
79: if p_submit = 'Y' then

Line 76: htp.p('');

72:
73: htp.headOpen;
74: icx_util.copyright;
75: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
76: htp.p('');
77: htp.headClose;
78:
79: if p_submit = 'Y' then
80:

Line 77: htp.headClose;

73: htp.headOpen;
74: icx_util.copyright;
75: htp.linkRel('STYLESHEET', '/OA_HTML/' || l_language || '/POSSTYLE.css');
76: htp.p('');
77: htp.headClose;
78:
79: if p_submit = 'Y' then
80:
81: pos_asn.submit;

Line 83: htp.p(' 84: '''' || pos_asn.sub_state || '''' || ',' ||
85: '''' || pos_asn.error_message || '''' || ',' ||
86: '''' || pos_asn.but1 || '''' || ',' ||
87: '''' || pos_asn.but2 || '''' || ',' ||

Line 92: htp.p('');

88: '''' || pos_asn.but3 || '''' ||
89: ')">');
90: else
91:
92: htp.p('');
93:
94: end if;
95:
96: htp.p('

');

Line 96: htp.p('');

92: htp.p('');
93:
94: end if;
95:
96: htp.p('');
97:
98: htp.p('');
99:
100: htp.p('');

Line 98: htp.p('');

94: end if;
95:
96: htp.p('');
97:
98: htp.p('');
99:
100: htp.p('

');
101:
102: header_section;

Line 100: htp.p('
');

96: htp.p('');
97:
98: htp.p('');
99:
100: htp.p('

');
101:
102: header_section;
103:
104: htp.p('');

Line 104: htp.p('
');

100: htp.p('

 
 
');
101:
102: header_section;
103:
104: htp.p('');
105:
106: lines_section;
107:
108: htp.p('');

Line 108: htp.p('');

104: htp.p('

');
105:
106: lines_section;
107:
108: htp.p('');
109:
110: htp.p('
 
 
');
111:
112: htp.bodyClose;

Line 110: htp.p('');

106: lines_section;
107:
108: htp.p('');
109:
110: htp.p('');
111:
112: htp.bodyClose;
113: htp.htmlClose;
114:

Line 112: htp.bodyClose;

108: htp.p('');
109:
110: htp.p('');
111:
112: htp.bodyClose;
113: htp.htmlClose;
114:
115: END review_page;
116:

Line 113: htp.htmlClose;

109:
110: htp.p('');
111:
112: htp.bodyClose;
113: htp.htmlClose;
114:
115: END review_page;
116:
117:

Line 169: htp.p(' ');

165: PrintResult(g_header_results_table.FIRST, g_header_results_table, g_header_items_table);
166:
167: IF FND_FUNCTION.TEST('ICX_DISABLE_ASBN') and valid_invoice_num(l_session_id) THEN
168:
169: htp.p(' ');
170:
171: PrintResult(g_inv_hdr_results_table.FIRST, g_inv_hdr_results_table, g_inv_hdr_items_table);
172:
173: END IF;

Line 251: htp.p('');

247: l_result_index := g_lines_results_table.FIRST;
248:
249: WHILE (l_result_index IS NOT NULL) LOOP
250:
251: htp.p('');
252:
253: htp.p(g_seq_items_table(g_seq_items_table.FIRST).attribute_label_long || ' ' ||
254: get_result_value(g_seq_results_table, l_result_index, 1));
255:

Line 253: htp.p(g_seq_items_table(g_seq_items_table.FIRST).attribute_label_long || ' ' ||

249: WHILE (l_result_index IS NOT NULL) LOOP
250:
251: htp.p('');
252:
253: htp.p(g_seq_items_table(g_seq_items_table.FIRST).attribute_label_long || ' ' ||
254: get_result_value(g_seq_results_table, l_result_index, 1));
255:
256: htp.p('
');
257:

Line 256: htp.p('');

252:
253: htp.p(g_seq_items_table(g_seq_items_table.FIRST).attribute_label_long || ' ' ||
254: get_result_value(g_seq_results_table, l_result_index, 1));
255:
256: htp.p('
');
257:
258: htp.p('');
259:
260: htp.p('');

Line 258: htp.p('
');

254: get_result_value(g_seq_results_table, l_result_index, 1));
255:
256: htp.p('

');
265:

Line 262: htp.p('
');

258: htp.p('

');
257:
258: htp.p('');
259:
260: htp.p('');
261: htp.p('');
262: htp.p('');

Line 260: htp.p('
');

256: htp.p('

');

Line 261: htp.p('
');

257:
258: htp.p('

');
257:
258: htp.p('');
259:
260: htp.p('');
261: htp.p('');
262: htp.p('');
263:
264: htp.p('
');
259:
260: htp.p('');
261: htp.p('');
262: htp.p('');
263:
264: htp.p('
');
259:
260: htp.p('');
261: htp.p('');
262: htp.p('');
263:
264: htp.p('
');
265:
266: PrintResult(l_result_index, g_lines_results_table, g_lines_items_table);

Line 264: htp.p('');

260: htp.p('');
261: htp.p('');
262: htp.p('');
263:
264: htp.p('');
265:
266: PrintResult(l_result_index, g_lines_results_table, g_lines_items_table);
267:
268: htp.p(' ');

Line 268: htp.p(' ');

264: htp.p('');
265:
266: PrintResult(l_result_index, g_lines_results_table, g_lines_items_table);
267:
268: htp.p(' ');
269: htp.p('');
270:
271: htp.p(fnd_message.get_string('ICX','ICX_POS_SHIPMENT_DETAILS'));
272:

Line 269: htp.p('');

265:
266: PrintResult(l_result_index, g_lines_results_table, g_lines_items_table);
267:
268: htp.p(' ');
269: htp.p('');
270:
271: htp.p(fnd_message.get_string('ICX','ICX_POS_SHIPMENT_DETAILS'));
272:
273: htp.p('
');

Line 271: htp.p(fnd_message.get_string('ICX','ICX_POS_SHIPMENT_DETAILS'));

267:
268: htp.p(' ');
269: htp.p('');
270:
271: htp.p(fnd_message.get_string('ICX','ICX_POS_SHIPMENT_DETAILS'));
272:
273: htp.p('
');
274:
275: PrintResult(l_result_index, g_ship_results_table, g_ship_items_table);

Line 273: htp.p('');

269: htp.p('');
270:
271: htp.p(fnd_message.get_string('ICX','ICX_POS_SHIPMENT_DETAILS'));
272:
273: htp.p('
');
274:
275: PrintResult(l_result_index, g_ship_results_table, g_ship_items_table);
276:
277: IF FND_FUNCTION.TEST('ICX_DISABLE_ASBN') and valid_invoice_num(l_session_id) THEN

Line 279: htp.p(' ');

275: PrintResult(l_result_index, g_ship_results_table, g_ship_items_table);
276:
277: IF FND_FUNCTION.TEST('ICX_DISABLE_ASBN') and valid_invoice_num(l_session_id) THEN
278:
279: htp.p(' ');
280: htp.p('');
281:
282: htp.p(fnd_message.get_string('ICX','ICX_POS_INVOICE_DETAILS'));
283:

Line 280: htp.p('');

276:
277: IF FND_FUNCTION.TEST('ICX_DISABLE_ASBN') and valid_invoice_num(l_session_id) THEN
278:
279: htp.p(' ');
280: htp.p('');
281:
282: htp.p(fnd_message.get_string('ICX','ICX_POS_INVOICE_DETAILS'));
283:
284: htp.p('
');

Line 282: htp.p(fnd_message.get_string('ICX','ICX_POS_INVOICE_DETAILS'));

278:
279: htp.p(' ');
280: htp.p('');
281:
282: htp.p(fnd_message.get_string('ICX','ICX_POS_INVOICE_DETAILS'));
283:
284: htp.p('
');
285:
286: PrintResult(l_result_index, g_inv_dtl_results_table, g_inv_dtl_items_table);

Line 284: htp.p('');

280: htp.p('');
281:
282: htp.p(fnd_message.get_string('ICX','ICX_POS_INVOICE_DETAILS'));
283:
284: htp.p('
');
285:
286: PrintResult(l_result_index, g_inv_dtl_results_table, g_inv_dtl_items_table);
287:
288: END IF;

Line 292: htp.p(' ');

288: END IF;
289:
290: l_result_index := g_lines_results_table.NEXT(l_result_index);
291:
292: htp.p(' ');
293:
294: END LOOP;
295:
296: END lines_section;

Line 326: htp.p('');

322: IF (p_items_table(l_attribute_index).item_style = 'TEXT') THEN
323:
324: if (l_counter mod 3) = 0 then
325:
326: htp.p('');
327:
328: elsif (p_items_table(l_attribute_index).display_value_length > 20) then
329:
330: htp.p('');

Line 330: htp.p('');

326: htp.p('');
327:
328: elsif (p_items_table(l_attribute_index).display_value_length > 20) then
329:
330: htp.p('');
331: l_counter := 2;
332:
333: end if;
334:

Line 345: htp.p('' ||

341: l_width := '33%';
342:
343: end if;
344:
345: htp.p('' ||
346: p_items_table(l_attribute_index).attribute_label_long || ':  ' ||
347: '
' ||
348: nvl(get_result_value(p_results_table, p_result_index, l_current_col), fnd_message.get_string('ICX','ICX_POS_NA')) || '
');
349:

Line 351: htp.p('');

347: '' ||
348: nvl(get_result_value(p_results_table, p_result_index, l_current_col), fnd_message.get_string('ICX','ICX_POS_NA')) || '
');
349:
350: if (l_counter mod 3) = 2 then
351: htp.p('');
352: end if;
353:
354: l_counter := l_counter + 1;
355: