DBA Data[Home] [Help]

APPS.POS_ASN_DETAILS_S dependencies on HTP

Line 182: htp.htmlOpen;

178: -- i need invoiced quantity and uom.
179: g_quantity := p_quantity;
180: g_unit_of_measure := p_unit_of_measure;
181:
182: htp.htmlOpen;
183: htp.headOpen;
184:
185: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
186:

Line 183: htp.headOpen;

179: g_quantity := p_quantity;
180: g_unit_of_measure := p_unit_of_measure;
181:
182: htp.htmlOpen;
183: htp.headOpen;
184:
185: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
186:
187: js.scriptOpen;

Line 185: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');

181:
182: htp.htmlOpen;
183: htp.headOpen;
184:
185: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
186:
187: js.scriptOpen;
188: icx_util.LOVscript;
189:

Line 190: htp.p('

186:
187: js.scriptOpen;
188: icx_util.LOVscript;
189:
190: htp.p('
191:
192: function closeWindow(p)
193: {
194: if (p != "")

Line 203: htp.p('

199:
200: ');
201:
202:
203: htp.p('
204:
205: function call_LOV(c_attribute_code)
206: {
207: var c_js_where_clause = "";

Line 226: htp.headClose;

222:
223:
224: js.scriptClose;
225:
226: htp.headClose;
227:
228: htp.bodyOpen(null, 'onLoad="javascript:closeWindow(' || '''' ||
229: g_flag || '''' || ')"' ||
230: ' bgcolor=#cccccc link=blue vlink=blue alink=#ff0000');

Line 228: htp.bodyOpen(null, 'onLoad="javascript:closeWindow(' || '''' ||

224: js.scriptClose;
225:
226: htp.headClose;
227:
228: htp.bodyOpen(null, 'onLoad="javascript:closeWindow(' || '''' ||
229: g_flag || '''' || ')"' ||
230: ' bgcolor=#cccccc link=blue vlink=blue alink=#ff0000');
231:
232:

Line 233: htp.p('
230: ' bgcolor=#cccccc link=blue vlink=blue alink=#ff0000');
231:
232:
233: htp.p('');
235:
236:
237: set_asn_ids(p_asn_line_id, p_asn_line_split_id);

Line 239: htp.p('');

235:
236:
237: set_asn_ids(p_asn_line_id, p_asn_line_split_id);
238:
239: htp.p('

');
240:
241: htp.p('');
242:
243: fnd_global.apps_initialize(l_user_id, l_responsibility_id, 178);

Line 241: htp.p('
');

237: set_asn_ids(p_asn_line_id, p_asn_line_split_id);
238:
239: htp.p('

');
240:
241: htp.p('');
242:
243: fnd_global.apps_initialize(l_user_id, l_responsibility_id, 178);
244:
245: paint_shipment_details(p_asn_line_id,

Line 263: htp.p('
');

259: p_asn_line_split_id,
260: 'POS_ASN_DETAILS_INVOICE_R');
261: END IF;
262:
263: htp.p('');
264: htp.p('

');
265: htp.p('');
266:
267:

Line 264: htp.p('');

260: 'POS_ASN_DETAILS_INVOICE_R');
261: END IF;
262:
263: htp.p('');
264: htp.p('');
265: htp.p('');
266:
267:
268: htp.bodyClose;

Line 265: htp.p('');

261: END IF;
262:
263: htp.p('');
264: htp.p('');
265: htp.p('');
266:
267:
268: htp.bodyClose;
269: htp.htmlClose;

Line 268: htp.bodyClose;

264: htp.p('');
265: htp.p('');
266:
267:
268: htp.bodyClose;
269: htp.htmlClose;
270:
271: END show_details;
272:

Line 269: htp.htmlClose;

265: htp.p('');
266:
267:
268: htp.bodyClose;
269: htp.htmlClose;
270:
271: END show_details;
272:
273:

Line 282: htp.p('

278: */
279: PROCEDURE set_asn_ids(p_asn_line_id VARCHAR2, p_asn_line_split_id VARCHAR2) IS
280: BEGIN
281:
282: htp.p(' 283: ' type="HIDDEN" VALUE="' ||
284: p_asn_line_id ||
285: '">');
286: htp.p('

Line 286: htp.p('

282: htp.p(' 283: ' type="HIDDEN" VALUE="' ||
284: p_asn_line_id ||
285: '">');
286: htp.p(' 287: ' type="HIDDEN" VALUE="' ||
288: p_asn_line_split_id ||
289: '">');
290:

Line 301: htp.p('');

297: PROCEDURE paint_region_title(p_product VARCHAR2,
298: p_title VARCHAR2) IS
299: BEGIN
300:
301: htp.p('');
302: htp.p('');
303: htp.p('');
304: htp.p('');
305: htp.p('');

Line 302: htp.p('');

298: p_title VARCHAR2) IS
299: BEGIN
300:
301: htp.p('');
302: htp.p('');
303: htp.p('');
304: htp.p('');
305: htp.p('');
306:

Line 303: htp.p('');

299: BEGIN
300:
301: htp.p('');
302: htp.p('');
303: htp.p('');
304: htp.p('');
305: htp.p('');
306:
307: htp.p('' ||

Line 304: htp.p('');

300:
301: htp.p('');
302: htp.p('');
303: htp.p('');
304: htp.p('');
305: htp.p('');
306:
307: htp.p('' ||
308: '' || ' ' ||

Line 305: htp.p('');

301: htp.p('');
302: htp.p('');
303: htp.p('');
304: htp.p('');
305: htp.p('');
306:
307: htp.p('' ||
308: '' || ' ' ||
309: fnd_message.get_string(p_product, p_title) ||

Line 307: htp.p('' ||

303: htp.p('');
304: htp.p('');
305: htp.p('');
306:
307: htp.p('' ||
308: '' || ' ' ||
309: fnd_message.get_string(p_product, p_title) ||
310: '
');
311:

Line 312: htp.p('');

308: '' || ' ' ||
309: fnd_message.get_string(p_product, p_title) ||
310: '
');
311:
312: htp.p('');
313: htp.p('');
314: htp.p('' ||
315: '');
316: htp.p('');

Line 313: htp.p('');

309: fnd_message.get_string(p_product, p_title) ||
310: '
');
311:
312: htp.p('');
313: htp.p('');
314: htp.p('' ||
315: '');
316: htp.p('');
317: htp.p('');

Line 314: htp.p('' ||

310: '');
311:
312: htp.p('');
313: htp.p('');
314: htp.p('' ||
315: '');
316: htp.p('');
317: htp.p('');
318: htp.p('');

Line 316: htp.p('');

312: htp.p('');
313: htp.p('');
314: htp.p('' ||
315: '');
316: htp.p('');
317: htp.p('');
318: htp.p('');
319: htp.p('');
320: htp.p('');

Line 317: htp.p('');

313: htp.p('');
314: htp.p('' ||
315: '');
316: htp.p('');
317: htp.p('');
318: htp.p('');
319: htp.p('');
320: htp.p('');
321:

Line 318: htp.p('');

314: htp.p('' ||
315: '');
316: htp.p('');
317: htp.p('');
318: htp.p('');
319: htp.p('');
320: htp.p('');
321:
322: END paint_region_title;

Line 319: htp.p('');

315: '');
316: htp.p('');
317: htp.p('');
318: htp.p('');
319: htp.p('');
320: htp.p('');
321:
322: END paint_region_title;
323:

Line 320: htp.p('');

316: htp.p('');
317: htp.p('');
318: htp.p('');
319: htp.p('');
320: htp.p('');
321:
322: END paint_region_title;
323:
324:

Line 332: htp.p('

328: */
329: PROCEDURE paint_single_record_prompt(p_attribute_index NUMBER) IS
330: BEGIN
331:
332: htp.p(' 333: ' align=' || item_halign(p_attribute_index) ||
334: ' valign=' || item_valign(p_attribute_index) ||
335: '>' ||
336: '' ||

Line 354: htp.p('

350: p_result_index NUMBER,
351: p_current_col NUMBER) IS
352: BEGIN
353:
354: htp.p(' 355: ' align=LEFT' ||
356: ' valign=CENTER' ||
357: '>' ||
358: ''||

Line 390: htp.p('

386: END IF;
387:
388: IF item_code(p_attribute_index) = 'POS_QUANTITY_INVOICED' THEN
389:
390: htp.p(' 391: ' align=LEFT' ||
392: ' valign=CENTER' ||
393: '>' ||
394: '' ||

Line 400: htp.p('

396: '');
397:
398: ELSIF item_code(p_attribute_index) = 'POS_UNIT_OF_MEASURE' THEN
399:
400: htp.p(' 401: ' align=LEFT' ||
402: ' valign=CENTER' ||
403: '>' ||
404: '' ||

Line 410: htp.p('

406: '');
407:
408: ELSIF item_code(p_attribute_index) = 'POS_EXTENDED_PRICE' THEN
409:
410: htp.p(' 411: ' align=LEFT' ||
412: ' valign=CENTER' ||
413: '>' ||
414: '' ||

Line 420: htp.p('

416: '');
417:
418: ELSE
419:
420: htp.p(' 421: ' align=LEFT' ||
422: ' valign=CENTER' ||
423: '>' ||
424: '' ||

Line 443: htp.p('');
445:
446: htp.p('

442:
443: htp.p('');
445:
446: htp.p('');
450:

Line 522: htp.tableRowOpen;

518:
519: ELSE
520:
521: IF item_code(l_attribute_index) = 'POS_ITEM_DESCRIPTION' THEN
522: htp.tableRowOpen;
523: paint_single_record_prompt(l_attribute_index);
524: paint_nonupdateable_field(l_attribute_index,
525: l_result_index,
526: l_current_col,

Line 528: htp.tableRowClose;

524: paint_nonupdateable_field(l_attribute_index,
525: l_result_index,
526: l_current_col,
527: 6);
528: htp.tableRowClose;
529: ELSE
530: paint_single_record_prompt(l_attribute_index);
531: paint_nonupdateable_field(l_attribute_index,
532: l_result_index,

Line 544: htp.p('');

540:
541: l_attribute_index := ak_query_pkg.g_items_table.NEXT(l_attribute_index);
542:
543: if ((l_paint_col mod 2) = 0) THEN
544: htp.p('');
545: htp.p('');
546: end if;
547:
548: END LOOP;

Line 545: htp.p('');

541: l_attribute_index := ak_query_pkg.g_items_table.NEXT(l_attribute_index);
542:
543: if ((l_paint_col mod 2) = 0) THEN
544: htp.p('');
545: htp.p('');
546: end if;
547:
548: END LOOP;
549: