DBA Data[Home] [Help]

APPS.POS_ASL_CAPACITY_PKG dependencies on HTP

Line 32: htp.p('

28: PROCEDURE button(src1 IN varchar2,
29: txt1 IN varchar2) IS
30: BEGIN
31:
32: htp.p('
33:
34:
35:
36:

Line 164: htp.htmlOpen;

160: PROCEDURE init_page IS
161:
162: BEGIN
163:
164: htp.htmlOpen;
165: htp.headOpen;
166: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
167:
168: END init_page;

Line 165: htp.headOpen;

161:
162: BEGIN
163:
164: htp.htmlOpen;
165: htp.headOpen;
166: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
167:
168: END init_page;
169:

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

162: BEGIN
163:
164: htp.htmlOpen;
165: htp.headOpen;
166: htp.linkRel('STYLESHEET', '/OA_HTML/US/POSSTYLE.css');
167:
168: END init_page;
169:
170: PROCEDURE init_body IS

Line 173: htp.headClose;

169:
170: PROCEDURE init_body IS
171: BEGIN
172:
173: htp.headClose;
174: htp.bodyOpen(null,'bgcolor=#cccccc link=blue vlink=blue alink=#ff0000');
175:
176: END init_body;
177:

Line 174: htp.bodyOpen(null,'bgcolor=#cccccc link=blue vlink=blue alink=#ff0000');

170: PROCEDURE init_body IS
171: BEGIN
172:
173: htp.headClose;
174: htp.bodyOpen(null,'bgcolor=#cccccc link=blue vlink=blue alink=#ff0000');
175:
176: END init_body;
177:
178: PROCEDURE close_page IS

Line 181: htp.bodyClose;

177:
178: PROCEDURE close_page IS
179: BEGIN
180:
181: htp.bodyClose;
182: htp.htmlClose;
183:
184: END close_page;
185:

Line 182: htp.htmlClose;

178: PROCEDURE close_page IS
179: BEGIN
180:
181: htp.bodyClose;
182: htp.htmlClose;
183:
184: END close_page;
185:
186: function get_result_value(p_index in number, p_col in number) return varchar2 is

Line 252: htp.p(' ');
254: htp.headClose;
255:
256: if p_msg is not null then

Line 253: htp.p(' ');

249: icx_util.LOVscript;
250: js.scriptClose;
251:
252: htp.p(' ');
254: htp.headClose;
255:
256: if p_msg is not null then
257: htp.p('');

Line 254: htp.headClose;

250: js.scriptClose;
251:
252: htp.p(' ');
254: htp.headClose;
255:
256: if p_msg is not null then
257: htp.p('');
258: elsif p_option = 3 then

Line 257: htp.p('');

253: htp.p(' ');
254: htp.headClose;
255:
256: if p_msg is not null then
257: htp.p('');
258: elsif p_option = 3 then
259: htp.p('');
260: else
261: htp.p('');

Line 259: htp.p('');

255:
256: if p_msg is not null then
257: htp.p('');
258: elsif p_option = 3 then
259: htp.p('');
260: else
261: htp.p('');
262: end if;
263:

Line 261: htp.p('');

257: htp.p('');
258: elsif p_option = 3 then
259: htp.p('');
260: else
261: htp.p('');
262: end if;
263:
264: htp.p('
');

Line 264: htp.p('');
266:
267: htp.p('');
268: htp.p('');

Line 267: htp.p('');

263:
264: htp.p('');
266:
267: htp.p('');
268: htp.p('');
269: htp.p('');
270:
271: if (p_option = -1 or pos_sic_rows = '-1') then

Line 268: htp.p('');

264: htp.p('');
266:
267: htp.p('');
268: htp.p('');
269: htp.p('');
270:
271: if (p_option = -1 or pos_sic_rows = '-1') then
272: htp.p('');

Line 269: htp.p('');

265: '/POS_ASL_CAPACITY_PKG.submit_capacity" target="capacity" method="GET">');
266:
267: htp.p('');
268: htp.p('');
269: htp.p('');
270:
271: if (p_option = -1 or pos_sic_rows = '-1') then
272: htp.p('');
273: htp.p('');

Line 272: htp.p('');

268: htp.p('');
269: htp.p('');
270:
271: if (p_option = -1 or pos_sic_rows = '-1') then
272: htp.p('');
273: htp.p('');
274: htp.bodyClose;
275: htp.htmlClose;
276: return;

Line 273: htp.p('');

269: htp.p('');
270:
271: if (p_option = -1 or pos_sic_rows = '-1') then
272: htp.p('');
273: htp.p('');
274: htp.bodyClose;
275: htp.htmlClose;
276: return;
277: end if;

Line 274: htp.bodyClose;

270:
271: if (p_option = -1 or pos_sic_rows = '-1') then
272: htp.p('');
273: htp.p('');
274: htp.bodyClose;
275: htp.htmlClose;
276: return;
277: end if;
278:

Line 275: htp.htmlClose;

271: if (p_option = -1 or pos_sic_rows = '-1') then
272: htp.p('');
273: htp.p('');
274: htp.bodyClose;
275: htp.htmlClose;
276: return;
277: end if;
278:
279: if p_where_clause is not null then

Line 293: htp.p('
');

289: p_return_children => 'F');
290:
291: l_attribute_index := ak_query_pkg.g_items_table.FIRST;
292:
293: htp.p('

');
294: htp.p('');
596:
597: htp.p('
');
295:
296: htp.p('');
297:

Line 294: htp.p('
');

290:
291: l_attribute_index := ak_query_pkg.g_items_table.FIRST;
292:
293: htp.p('');
294: htp.p('
');
295:
296: htp.p('');
297:
298: htp.p('');

Line 296: htp.p('
' || l_cap || '
');

292:
293: htp.p('

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

503:
504: l_current_row := l_current_row + 1;
505:
506: if ((l_current_row mod 2) = 0) THEN
507: htp.p('

');
508: else
509: htp.p('');
510: end if;
511:

Line 509: htp.p('
');

505:
506: if ((l_current_row mod 2) = 0) THEN
507: htp.p('

');
508: else
509: htp.p('');
510: end if;
511:
512: l_attribute_index := ak_query_pkg.g_items_table.FIRST;
513:

Line 522: htp.p(' 523: '" type="HIDDEN" VALUE="' ||
524: get_result_value(l_result_index, l_current_col) || '">');
525:
526: ELSE

Line 531: htp.p('
');
541:
542: ELSE
543:
544: htp.p('');

Line 553: htp.p('');

549: htp.p('' ||
550: nvl(get_result_value(l_result_index, l_current_col), ' ') ||
551: '
');
552:
553: htp.p('');
554:
555: END IF;
556:
557: END IF;

Line 565: htp.p('
');

561: l_attribute_index := ak_query_pkg.g_items_table.NEXT(l_attribute_index);
562:
563: END LOOP;
564:
565: htp.p('');
566:
567: l_result_index := ak_query_pkg.g_results_table.NEXT(l_result_index);
568:
569: END LOOP;

Line 573: htp.p('');
575:
576: htp.p('
');
295:
296: htp.p('');
297:
298: htp.p('');
299:
300:

Line 298: htp.p('
');

294: htp.p('

' || l_cap || ' ' || l_cap || '
');
295:
296: htp.p('');
297:
298: htp.p('');
299:
300:
301: /* ---- Print the table heading --- */
302:

Line 303: htp.p('
');

299:
300:
301: /* ---- Print the table heading --- */
302:
303: htp.p('

');
304:
305: WHILE (l_attribute_index IS NOT NULL) LOOP
306:
307: IF (item_style(l_attribute_index) = 'HIDDEN') THEN

Line 309: htp.p('' );
311:
312: ELSIF item_displayed(l_attribute_index) THEN
313:

Line 314: htp.p('
');
325:
326: END IF;

Line 324: htp.p('');

320:
321:
322: htp.p('' || item_name(l_attribute_index) || '');
323:
324: htp.p('');
325:
326: END IF;
327:
328: l_attribute_index := ak_query_pkg.g_items_table.NEXT(l_attribute_index);

Line 332: htp.p('
');

328: l_attribute_index := ak_query_pkg.g_items_table.NEXT(l_attribute_index);
329:
330: END LOOP;
331:
332: htp.p('');
333:
334: /* ----- end print table heading ----*/
335:
336: if ((p_option = 1) or (p_option = 2) or (p_option = 3)) then

Line 349: htp.p('
');

345:
346: l_current_row := l_current_row + 1;
347:
348: if (l_current_row = to_number(pos_error_row))THEN
349: htp.p('

');
350: elsif ((l_current_row mod 2) = 0) THEN
351: htp.p('');
352: else
353: htp.p('');

Line 351: htp.p('
');

347:
348: if (l_current_row = to_number(pos_error_row))THEN
349: htp.p('

');
350: elsif ((l_current_row mod 2) = 0) THEN
351: htp.p('');
352: else
353: htp.p('');
354: end if;
355:

Line 353: htp.p('
');

349: htp.p('

');
350: elsif ((l_current_row mod 2) = 0) THEN
351: htp.p('');
352: else
353: htp.p('');
354: end if;
355:
356: l_attribute_index := ak_query_pkg.g_items_table.FIRST;
357:

Line 378: htp.p(' 379: '" type="HIDDEN" VALUE="' || l_value ||
380: '">');
381: end if;
382: else

Line 383: htp.p('');
381: end if;
382: else
383: htp.p('');
386: end if;
387: ELSE

Line 391: htp.p('
');
402:
403: ELSE
404:
405: htp.p('
');

Line 414: htp.p('');

410: htp.p('' ||
411: l_value ||
412: '
');
413:
414: htp.p('');
415:
416: END IF;
417:
418: END IF;

Line 426: htp.p('
');

422: l_attribute_index := ak_query_pkg.g_items_table.NEXT(l_attribute_index);
423:
424: END LOOP;
425:
426: htp.p('');
427:
428: END LOOP;
429:
430: end if; /* pos_sic_rows is not null */

Line 441: htp.p('
');

437:
438: l_current_row := l_current_row + 1;
439:
440: if ((l_current_row mod 2) = 0) THEN
441: htp.p('

');
442: else
443: htp.p('
');
444: end if;
445:

Line 443: htp.p('
');

439:
440: if ((l_current_row mod 2) = 0) THEN
441: htp.p('

');
442: else
443: htp.p('
');
444: end if;
445:
446: l_attribute_index := ak_query_pkg.g_items_table.FIRST;
447:

Line 458: htp.p('
');

474: l_attribute_index := ak_query_pkg.g_items_table.NEXT(l_attribute_index);
475:
476: END LOOP;
477:
478: htp.p('');
479:
480: l_rows := l_rows - 1;
481:
482: END LOOP;

Line 487: htp.p('
' || l_cap || '

310: ' - ' || item_style(l_attribute_index) || ' -->' );
311:
312: ELSIF item_displayed(l_attribute_index) THEN
313:
314: htp.p('

315: item_halign(l_attribute_index) ||
316: item_valign(l_attribute_index) ||
317: '>' ||
318: item_reqd(l_attribute_index)

Line 322: htp.p('' || item_name(l_attribute_index) || '');

318: item_reqd(l_attribute_index)
319: );
320:
321:
322: htp.p('' || item_name(l_attribute_index) || '');
323:
324: htp.p('

387: ELSE
388: IF item_displayed(l_attribute_index) THEN
389: IF (item_style(l_attribute_index) = 'TEXT') THEN
390: IF item_updateable(l_attribute_index) THEN
391: htp.p('

392: item_halign(l_attribute_index) ||
393: item_valign(l_attribute_index) ||
394: '>' ||
395: '' ||

Line 405: htp.p('

401: '

406: item_halign(l_attribute_index) ||
407: item_valign(l_attribute_index) ||
408: '>');
409:

Line 410: htp.p('' ||

406: item_halign(l_attribute_index) ||
407: item_valign(l_attribute_index) ||
408: '>');
409:
410: htp.p('' ||
411: l_value ||
412: '
');
413:
414: htp.p('

454: IF item_displayed(l_attribute_index) THEN
455: IF (item_style(l_attribute_index) = 'TEXT') THEN
456: IF item_updateable(l_attribute_index) THEN
457:
458: htp.p('

459: item_halign(l_attribute_index) ||
460: item_valign(l_attribute_index) ||
461: '>' ||
462: '' ||

Line 478: htp.p('
');

483:
484: end if; /* p_option = 1 */
485:
486:
487: htp.p('

');
488:
489: htp.p('');
491:

Line 489: htp.p('');
491:
492: else
493:

Line 507: htp.p('

527: IF item_displayed(l_attribute_index) THEN
528: IF (item_style(l_attribute_index) = 'TEXT') THEN
529: IF item_updateable(l_attribute_index) THEN
530:
531: htp.p('

532: item_halign(l_attribute_index) ||
533: item_valign(l_attribute_index) ||
534: '>' ||
535: '' ||

Line 544: htp.p('

540: '

545: item_halign(l_attribute_index) ||
546: item_valign(l_attribute_index) ||
547: '>');
548:

Line 549: htp.p('' ||

545: item_halign(l_attribute_index) ||
546: item_valign(l_attribute_index) ||
547: '>');
548:
549: htp.p('' ||
550: nvl(get_result_value(l_result_index, l_current_col), ' ') ||
551: '
');
552:
553: htp.p('

');
577:

Line 576: htp.p('
');

572:
573: htp.p('');
575:
576: htp.p('

');
577:
578: end if;
579:
580: /* Print Add Button */

Line 581: htp.p('
');

577:
578: end if;
579:
580: /* Print Add Button */
581: htp.p('
');
582: htp.p('');
583:
584: htp.p('
');
585:

Line 582: htp.p('');

578: end if;
579:
580: /* Print Add Button */
581: htp.p('
');
582: htp.p('

');
583:
584: htp.p('
');
585:
586: button('javascript:addrows()',

Line 584: htp.p('
');

580: /* Print Add Button */
581: htp.p('
');
582: htp.p('');
583:
584: htp.p('');

Line 595: htp.p('');

591: htp.p( '' ||
592: ' 593: ' name="POS_MORE_ROWS" value="' || to_number(pos_more_rows) || '">
 ');
594:
595: htp.p('');
596:
597: htp.p('

');
585:
586: button('javascript:addrows()',
587: fnd_message.get_string('ICX', 'ICX_POS_ADD_ROW'));
588:

Line 589: htp.p('
');

585:
586: button('javascript:addrows()',
587: fnd_message.get_string('ICX', 'ICX_POS_ADD_ROW'));
588:
589: htp.p('

');
590:
591: htp.p( '' ||
592: ' 593: ' name="POS_MORE_ROWS" value="' || to_number(pos_more_rows) || '">
 ');

Line 591: htp.p( '' ||

587: fnd_message.get_string('ICX', 'ICX_POS_ADD_ROW'));
588:
589: htp.p('

');
590:
591: htp.p( '' ||
592: ' 593: ' name="POS_MORE_ROWS" value="' || to_number(pos_more_rows) || '">  ');
594:
595: htp.p('
');
598:
599: htp.p('

');

Line 597: htp.p('
');

593: ' name="POS_MORE_ROWS" value="' || to_number(pos_more_rows) || '">  ');
594:
595: htp.p('

');
598:
599: htp.p('');
600: htp.p('');
601:

Line 599: htp.p('');

595: htp.p('');
596:
597: htp.p('');
598:
599: htp.p('');
600: htp.p('');
601:
602: close_page;
603:

Line 600: htp.p('');

596:
597: htp.p('');
598:
599: htp.p('');
600: htp.p('');
601:
602: close_page;
603:
604: END show_capacity;