DBA Data[Home] [Help]

APPS.BIS_PORTLET_PMREGION dependencies on HTP

Line 374: htp.htmlOpen;

370: exit;
371: end if;
372: end loop;
373:
374: htp.htmlOpen;
375: htp.headOpen;
376: -- htp.title(c_listofvalues||' '||l_titlename);
377: htp.title(bis_utilities_pvt.escape_html(l_titlename));
378:

Line 375: htp.headOpen;

371: end if;
372: end loop;
373:
374: htp.htmlOpen;
375: htp.headOpen;
376: -- htp.title(c_listofvalues||' '||l_titlename);
377: htp.title(bis_utilities_pvt.escape_html(l_titlename));
378:
379: htp.p('');

395: }
396: window.close();
397: }');
398:
399: htp.p('');
400: htp.headClose;
401:
402: -- Create the main form that communicates with the intermediate proc
403: htp.formOpen(owa_util.get_owa_service_path

Line 400: htp.headClose;

396: window.close();
397: }');
398:
399: htp.p('');
400: htp.headClose;
401:
402: -- Create the main form that communicates with the intermediate proc
403: htp.formOpen(owa_util.get_owa_service_path
404: ||p_procname ,'POST','','','NAME="main"');

Line 403: htp.formOpen(owa_util.get_owa_service_path

399: htp.p('');
400: htp.headClose;
401:
402: -- Create the main form that communicates with the intermediate proc
403: htp.formOpen(owa_util.get_owa_service_path
404: ||p_procname ,'POST','','','NAME="main"');
405: htp.formHidden('p_qrycnd',bis_utilities_pvt.escape_html(p_qrycnd));
406: htp.formHidden('p_jsfuncname',p_jsfuncname);
407: htp.formHidden('p_startnum',p_startnum);

Line 405: htp.formHidden('p_qrycnd',bis_utilities_pvt.escape_html(p_qrycnd));

401:
402: -- Create the main form that communicates with the intermediate proc
403: htp.formOpen(owa_util.get_owa_service_path
404: ||p_procname ,'POST','','','NAME="main"');
405: htp.formHidden('p_qrycnd',bis_utilities_pvt.escape_html(p_qrycnd));
406: htp.formHidden('p_jsfuncname',p_jsfuncname);
407: htp.formHidden('p_startnum',p_startnum);
408: htp.formHidden('p_rowcount',p_rowcount);
409: htp.formHidden('p_totalcount',l_totalpossible);

Line 406: htp.formHidden('p_jsfuncname',p_jsfuncname);

402: -- Create the main form that communicates with the intermediate proc
403: htp.formOpen(owa_util.get_owa_service_path
404: ||p_procname ,'POST','','','NAME="main"');
405: htp.formHidden('p_qrycnd',bis_utilities_pvt.escape_html(p_qrycnd));
406: htp.formHidden('p_jsfuncname',p_jsfuncname);
407: htp.formHidden('p_startnum',p_startnum);
408: htp.formHidden('p_rowcount',p_rowcount);
409: htp.formHidden('p_totalcount',l_totalpossible);
410: htp.formHidden('p_search_str',NVL(p_search_str,c_percent));

Line 407: htp.formHidden('p_startnum',p_startnum);

403: htp.formOpen(owa_util.get_owa_service_path
404: ||p_procname ,'POST','','','NAME="main"');
405: htp.formHidden('p_qrycnd',bis_utilities_pvt.escape_html(p_qrycnd));
406: htp.formHidden('p_jsfuncname',p_jsfuncname);
407: htp.formHidden('p_startnum',p_startnum);
408: htp.formHidden('p_rowcount',p_rowcount);
409: htp.formHidden('p_totalcount',l_totalpossible);
410: htp.formHidden('p_search_str',NVL(p_search_str,c_percent));
411: htp.formHidden('Z',Z);

Line 408: htp.formHidden('p_rowcount',p_rowcount);

404: ||p_procname ,'POST','','','NAME="main"');
405: htp.formHidden('p_qrycnd',bis_utilities_pvt.escape_html(p_qrycnd));
406: htp.formHidden('p_jsfuncname',p_jsfuncname);
407: htp.formHidden('p_startnum',p_startnum);
408: htp.formHidden('p_rowcount',p_rowcount);
409: htp.formHidden('p_totalcount',l_totalpossible);
410: htp.formHidden('p_search_str',NVL(p_search_str,c_percent));
411: htp.formHidden('Z',Z);
412: htp.formClose;

Line 409: htp.formHidden('p_totalcount',l_totalpossible);

405: htp.formHidden('p_qrycnd',bis_utilities_pvt.escape_html(p_qrycnd));
406: htp.formHidden('p_jsfuncname',p_jsfuncname);
407: htp.formHidden('p_startnum',p_startnum);
408: htp.formHidden('p_rowcount',p_rowcount);
409: htp.formHidden('p_totalcount',l_totalpossible);
410: htp.formHidden('p_search_str',NVL(p_search_str,c_percent));
411: htp.formHidden('Z',Z);
412: htp.formClose;
413:

Line 410: htp.formHidden('p_search_str',NVL(p_search_str,c_percent));

406: htp.formHidden('p_jsfuncname',p_jsfuncname);
407: htp.formHidden('p_startnum',p_startnum);
408: htp.formHidden('p_rowcount',p_rowcount);
409: htp.formHidden('p_totalcount',l_totalpossible);
410: htp.formHidden('p_search_str',NVL(p_search_str,c_percent));
411: htp.formHidden('Z',Z);
412: htp.formClose;
413:
414: -- Replace the % sign in the sql string with an asterisk

Line 411: htp.formHidden('Z',Z);

407: htp.formHidden('p_startnum',p_startnum);
408: htp.formHidden('p_rowcount',p_rowcount);
409: htp.formHidden('p_totalcount',l_totalpossible);
410: htp.formHidden('p_search_str',NVL(p_search_str,c_percent));
411: htp.formHidden('Z',Z);
412: htp.formClose;
413:
414: -- Replace the % sign in the sql string with an asterisk
415: -- because it tends to dissappear from the URL string

Line 412: htp.formClose;

408: htp.formHidden('p_rowcount',p_rowcount);
409: htp.formHidden('p_totalcount',l_totalpossible);
410: htp.formHidden('p_search_str',NVL(p_search_str,c_percent));
411: htp.formHidden('Z',Z);
412: htp.formClose;
413:
414: -- Replace the % sign in the sql string with an asterisk
415: -- because it tends to dissappear from the URL string
416: l_search_str := bis_utilities_pvt.escape_html(REPLACE(p_search_str,c_percent,c_asterisk));

Line 469: htp.p('

465: p_startnum||c_amp||
466: 'p_rowcount='||p_rowcount||c_amp||
467: 'p_totalavailable='||l_totalcount;
468:
469: htp.p(' 470: FRAMEBORDER="no"
471: FRAMESPACING="0"
472: COLS="3,*,3"
473: BORDER="0"

Line 477: htp.p('

473: BORDER="0"
474: onLoad="Javascript:if(opener) opener.blockEvents();"
475: onUnload="Javascript:if (opener) opener.unblockEvents();">');
476:
477: htp.p(' 478: FRAMEBORDER="no" SCROLLING="no">');
479: htp.p('');
480:
481: htp.p('');

475: onUnload="Javascript:if (opener) opener.unblockEvents();">');
476:
477: htp.p(' 478: FRAMEBORDER="no" SCROLLING="no">');
479: htp.p('');
480:
481: htp.p('');
483:

Line 481: htp.p(' 478: FRAMEBORDER="no" SCROLLING="no">');
479: htp.p('');
480:
481: htp.p('');
483:
484: htp.p('');

Line 484: htp.p('');
483:
484: htp.p('');
486:
487: htp.p(' 488: FRAMEBORDER="no"

Line 487: htp.p('

483:
484: htp.p('');
486:
487: htp.p(' 488: FRAMEBORDER="no"
489: SCROLLING="no"
490: MARGINWIDTH="0">');
491:

Line 492: htp.p('');

488: FRAMEBORDER="no"
489: SCROLLING="no"
490: MARGINWIDTH="0">');
491:
492: htp.p('');
493:
494: htp.p(' 495: FRAMEBORDER="no" SCROLLING="no">');
496: htp.p('');

Line 494: htp.p('

490: MARGINWIDTH="0">');
491:
492: htp.p('');
493:
494: htp.p(' 495: FRAMEBORDER="no" SCROLLING="no">');
496: htp.p('');
497:
498:

Line 496: htp.p('');

492: htp.p('');
493:
494: htp.p(' 495: FRAMEBORDER="no" SCROLLING="no">');
496: htp.p('');
497:
498:
499: -- For browsers that do not support frames/javascript
500: htp.p('');

Line 500: htp.p('');

496: htp.p('');
497:
498:
499: -- For browsers that do not support frames/javascript
500: htp.p('');
501: htp.p('A browser supporting Frames and JavaScript is required.');
502: htp.p('');
503:
504: htp.htmlClose;

Line 501: htp.p('A browser supporting Frames and JavaScript is required.');

497:
498:
499: -- For browsers that do not support frames/javascript
500: htp.p('');
501: htp.p('A browser supporting Frames and JavaScript is required.');
502: htp.p('
');
503:
504: htp.htmlClose;
505:

Line 502: htp.p('');

498:
499: -- For browsers that do not support frames/javascript
500: htp.p('');
501: htp.p('A browser supporting Frames and JavaScript is required.');
502: htp.p('
');
503:
504: htp.htmlClose;
505:
506: end if; -- icx_validate session

Line 504: htp.htmlClose;

500: htp.p('');
501: htp.p('A browser supporting Frames and JavaScript is required.');
502: htp.p('
');
503:
504: htp.htmlClose;
505:
506: end if; -- icx_validate session
507:
508: exception

Line 509: when others then htp.p(SQLERRM);

505:
506: end if; -- icx_validate session
507:
508: exception
509: when others then htp.p(SQLERRM);
510:
511: end bis_lov_pub_main;*/
512:
513:

Line 536: htp.p(HTML_Banner);

532: , FALSE
533: , FALSE
534: , HTML_Banner
535: );
536: htp.p(HTML_Banner);
537:
538: end Build_HTML_Banner;
539:
540:

Line 801: htp.p(SQLERRM);

797: -- END IF; -- icx_portlet.validateSession
798:
799: EXCEPTION
800: WHEN OTHERS THEN
801: htp.p(SQLERRM);
802: END deregister;
803:
804:
805: -- *******************************************************

Line 1384: --htp.p('');
1387:
1388: IF p_rel_dim_lev_val_id IS NOT NULL THEN

Line 1413: htp.htmlOpen;

1409: COMMIT;
1410: END IF;
1411: l_startnum := NVL(p_startnum,1);
1412:
1413: htp.htmlOpen;
1414: htp.headOpen;
1415: htp.headClose;
1416: htp.p('');
1417:

Line 1414: htp.headOpen;

1410: END IF;
1411: l_startnum := NVL(p_startnum,1);
1412:
1413: htp.htmlOpen;
1414: htp.headOpen;
1415: htp.headClose;
1416: htp.p('');
1417:
1418: /**************** Debug ********************

Line 1415: htp.headClose;

1411: l_startnum := NVL(p_startnum,1);
1412:
1413: htp.htmlOpen;
1414: htp.headOpen;
1415: htp.headClose;
1416: htp.p('');
1417:
1418: /**************** Debug ********************
1419: for i in 1 .. p_head.COUNT loop

Line 1416: htp.p('');

1412:
1413: htp.htmlOpen;
1414: htp.headOpen;
1415: htp.headClose;
1416: htp.p('');
1417:
1418: /**************** Debug ********************
1419: for i in 1 .. p_head.COUNT loop
1420: htp.p(i);

Line 1420: htp.p(i);

1416: htp.p('');
1417:
1418: /**************** Debug ********************
1419: for i in 1 .. p_head.COUNT loop
1420: htp.p(i);
1421: htp.p(p_head(i));
1422: htp.p(p_value(i));
1423: htp.p(p_link(i));
1424: htp.p(p_disp(i));

Line 1421: htp.p(p_head(i));

1417:
1418: /**************** Debug ********************
1419: for i in 1 .. p_head.COUNT loop
1420: htp.p(i);
1421: htp.p(p_head(i));
1422: htp.p(p_value(i));
1423: htp.p(p_link(i));
1424: htp.p(p_disp(i));
1425: htp.p('
');

Line 1422: htp.p(p_value(i));

1418: /**************** Debug ********************
1419: for i in 1 .. p_head.COUNT loop
1420: htp.p(i);
1421: htp.p(p_head(i));
1422: htp.p(p_value(i));
1423: htp.p(p_link(i));
1424: htp.p(p_disp(i));
1425: htp.p('
');
1426: end loop;

Line 1423: htp.p(p_link(i));

1419: for i in 1 .. p_head.COUNT loop
1420: htp.p(i);
1421: htp.p(p_head(i));
1422: htp.p(p_value(i));
1423: htp.p(p_link(i));
1424: htp.p(p_disp(i));
1425: htp.p('
');
1426: end loop;
1427: *******************************************

Line 1424: htp.p(p_disp(i));

1420: htp.p(i);
1421: htp.p(p_head(i));
1422: htp.p(p_value(i));
1423: htp.p(p_link(i));
1424: htp.p(p_disp(i));
1425: htp.p('
');
1426: end loop;
1427: *******************************************
1428:

Line 1425: htp.p('
');

1421: htp.p(p_head(i));
1422: htp.p(p_value(i));
1423: htp.p(p_link(i));
1424: htp.p(p_disp(i));
1425: htp.p('
');
1426: end loop;
1427: *******************************************
1428:
1429: -- Set the set of books id for GL dimension levels

Line 1433: htp.p('');
1440:

Line 1439: htp.p('');

1435: -- Transfer the clicked URL's name and id to the parent function
1436: htp.p('function transfer_value(name,id) {
1437: top.transfer(name,id);
1438: }');
1439: htp.p('');
1440:
1441: htp.formOpen('Javascript:setParameters()','POST','','','NAME="lovdata"');
1442: htp.centerOpen;
1443: htp.p('');

Line 1441: htp.formOpen('Javascript:setParameters()','POST','','','NAME="lovdata"');

1437: top.transfer(name,id);
1438: }');
1439: htp.p('');
1440:
1441: htp.formOpen('Javascript:setParameters()','POST','','','NAME="lovdata"');
1442: htp.centerOpen;
1443: htp.p('

');
1444: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_tblsurnd);
1445: htp.p('
');

Line 1442: htp.centerOpen;

1438: }');
1439: htp.p('');
1440:
1441: htp.formOpen('Javascript:setParameters()','POST','','','NAME="lovdata"');
1442: htp.centerOpen;
1443: htp.p('');
1444: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_tblsurnd);
1445: htp.p('
');
1446: htp.p('');

Line 1443: htp.p('
');

1439: htp.p('');
1440:
1441: htp.formOpen('Javascript:setParameters()','POST','','','NAME="lovdata"');
1442: htp.centerOpen;
1443: htp.p('

');
1444: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_tblsurnd);
1445: htp.p('
');
1446: htp.p('');
1447: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_fmbgcolor);

Line 1444: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_tblsurnd);

1440:
1441: htp.formOpen('Javascript:setParameters()','POST','','','NAME="lovdata"');
1442: htp.centerOpen;
1443: htp.p('

');
1444: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_tblsurnd);
1445: htp.p('
');
1446: htp.p('');
1447: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_fmbgcolor);
1448: for l_col in p_disp.FIRST..p_disp.COUNT loop

Line 1445: htp.p('
');

1441: htp.formOpen('Javascript:setParameters()','POST','','','NAME="lovdata"');
1442: htp.centerOpen;
1443: htp.p('');
1444: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_tblsurnd);
1445: htp.p('
');
1446: htp.p('');
1447: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_fmbgcolor);
1448: for l_col in p_disp.FIRST..p_disp.COUNT loop
1449: if (p_disp(l_col) = FND_API.G_TRUE) then

Line 1446: htp.p('
');

1442: htp.centerOpen;
1443: htp.p('

');
1444: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_tblsurnd);
1445: htp.p('
');
1446: htp.p('');
1447: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_fmbgcolor);
1448: for l_col in p_disp.FIRST..p_disp.COUNT loop
1449: if (p_disp(l_col) = FND_API.G_TRUE) then
1450: htp.tableheader(''||bis_utilities_pvt.escape_html(p_head(l_col))

Line 1447: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_fmbgcolor);

1443: htp.p('

');
1444: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_tblsurnd);
1445: htp.p('
');
1446: htp.p('');
1447: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_fmbgcolor);
1448: for l_col in p_disp.FIRST..p_disp.COUNT loop
1449: if (p_disp(l_col) = FND_API.G_TRUE) then
1450: htp.tableheader(''||bis_utilities_pvt.escape_html(p_head(l_col))
1451: ||'
');

Line 1450: htp.tableheader(''||bis_utilities_pvt.escape_html(p_head(l_col))

1446: htp.p('

');
1447: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_fmbgcolor);
1448: for l_col in p_disp.FIRST..p_disp.COUNT loop
1449: if (p_disp(l_col) = FND_API.G_TRUE) then
1450: htp.tableheader(''||bis_utilities_pvt.escape_html(p_head(l_col))
1451: ||'');
1452: end if;
1453: end loop;
1454: htp.tablerowClose;

Line 1454: htp.tablerowClose;

1450: htp.tableheader(''||bis_utilities_pvt.escape_html(p_head(l_col))
1451: ||'
');
1452: end if;
1453: end loop;
1454: htp.tablerowClose;
1455: --
1456: -- ******* Print LOV DATA *********
1457: --
1458: l_count := 1;

Line 1482: htp.p('');
1485: END;
1486:

Line 1483: htp.p('ERROR in LovData: '||SQLERRM);

1479:
1480: EXCEPTION
1481: when others then
1482: htp.p('');
1485: END;
1486:
1487: -- Start painting only those rows in the range specified

Line 1484: htp.p('');

1480: EXCEPTION
1481: when others then
1482: htp.p('');
1485: END;
1486:
1487: -- Start painting only those rows in the range specified
1488: if (l_count >= l_startnum AND l_count < l_startnum + p_rowcount) then

Line 1489: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_rowcolor);

1485: END;
1486:
1487: -- Start painting only those rows in the range specified
1488: if (l_count >= l_startnum AND l_count < l_startnum + p_rowcount) then
1489: htp.tablerowOpen(cattributes=>'BGCOLOR='||bis_lov_pub.c_rowcolor);
1490: -- Start painting the column values
1491: for l_pos1 in p_head.FIRST .. p_head.COUNT loop
1492: if (p_link(l_pos1) = FND_API.G_TRUE) then
1493: l_linktext := l_colstore(l_pos1);

Line 1500: htp.tableData(htf.anchor(curl=>'Javascript:transfer_value('''||

1496: l_linkvalue := l_colstore(l_pos2);
1497: exit;
1498: end if;
1499: end loop;
1500: htp.tableData(htf.anchor(curl=>'Javascript:transfer_value('''||
1501: ICX_UTIL.replace_onMouseOver_quotes(l_linktext)||''','''||l_linkvalue||''')',
1502: ctext=>l_linktext),
1503: cnowrap=>'YES',
1504: cattributes=>'HEIGHT=10');

Line 1507: htp.tableData(bis_utilities_pvt.escape_html(l_colstore(l_pos1)),cnowrap=>'YES');

1503: cnowrap=>'YES',
1504: cattributes=>'HEIGHT=10');
1505: elsif (p_disp(l_pos1) = FND_API.G_TRUE) AND
1506: (p_link(l_pos1) = FND_API.G_FALSE) then
1507: htp.tableData(bis_utilities_pvt.escape_html(l_colstore(l_pos1)),cnowrap=>'YES');
1508: end if; -- to check type of column
1509: end loop; -- p_coldata loop to determine the context of each col
1510:
1511: htp.tableRowClose;

Line 1511: htp.tableRowClose;

1507: htp.tableData(bis_utilities_pvt.escape_html(l_colstore(l_pos1)),cnowrap=>'YES');
1508: end if; -- to check type of column
1509: end loop; -- p_coldata loop to determine the context of each col
1510:
1511: htp.tableRowClose;
1512:
1513: end if; -- if count of rows is between the start and end
1514: l_count := l_count + 1;
1515: exit when (l_count >= l_startnum + p_rowcount) OR

Line 1525: htp.tableClose;

1521: IF DBMS_SQL.IS_OPEN(l_rcursor) THEN
1522: DBMS_SQL.CLOSE_CURSOR(l_rcursor);
1523: COMMIT;
1524: END IF;
1525: htp.tableClose;
1526: htp.p('');
1527: htp.tablerowClose;
1528: htp.tableClose;
1529:

Line 1526: htp.p('');

1522: DBMS_SQL.CLOSE_CURSOR(l_rcursor);
1523: COMMIT;
1524: END IF;
1525: htp.tableClose;
1526: htp.p('');
1527: htp.tablerowClose;
1528: htp.tableClose;
1529:
1530: htp.formClose;

Line 1527: htp.tablerowClose;

1523: COMMIT;
1524: END IF;
1525: htp.tableClose;
1526: htp.p('');
1527: htp.tablerowClose;
1528: htp.tableClose;
1529:
1530: htp.formClose;
1531: htp.centerClose;

Line 1528: htp.tableClose;

1524: END IF;
1525: htp.tableClose;
1526: htp.p('');
1527: htp.tablerowClose;
1528: htp.tableClose;
1529:
1530: htp.formClose;
1531: htp.centerClose;
1532:

Line 1530: htp.formClose;

1526: htp.p('');
1527: htp.tablerowClose;
1528: htp.tableClose;
1529:
1530: htp.formClose;
1531: htp.centerClose;
1532:
1533: htp.bodyClose;
1534: htp.htmlClose;

Line 1531: htp.centerClose;

1527: htp.tablerowClose;
1528: htp.tableClose;
1529:
1530: htp.formClose;
1531: htp.centerClose;
1532:
1533: htp.bodyClose;
1534: htp.htmlClose;
1535:

Line 1533: htp.bodyClose;

1529:
1530: htp.formClose;
1531: htp.centerClose;
1532:
1533: htp.bodyClose;
1534: htp.htmlClose;
1535:
1536: end if; -- icx_validate session
1537:

Line 1534: htp.htmlClose;

1530: htp.formClose;
1531: htp.centerClose;
1532:
1533: htp.bodyClose;
1534: htp.htmlClose;
1535:
1536: end if; -- icx_validate session
1537:
1538: exception

Line 1540: htp.p(SQLERRM);

1536: end if; -- icx_validate session
1537:
1538: exception
1539: when others then
1540: htp.p(SQLERRM);
1541: IF DBMS_SQL.IS_OPEN(l_rcursor) THEN
1542: DBMS_SQL.CLOSE_CURSOR(l_rcursor);
1543: COMMIT;
1544: END IF;

Line 1690: htp.htmlOpen;

1686: END LOOP;
1687: END IF;
1688:
1689:
1690: htp.htmlOpen;
1691: htp.headOpen;
1692: htp.title(BIS_UTILITIES_PVT.getPrompt('BIS_PERFORMANCE_MEASURES'));
1693: BIS_UTILITIES_PVT.putStyle();
1694:

Line 1691: htp.headOpen;

1687: END IF;
1688:
1689:
1690: htp.htmlOpen;
1691: htp.headOpen;
1692: htp.title(BIS_UTILITIES_PVT.getPrompt('BIS_PERFORMANCE_MEASURES'));
1693: BIS_UTILITIES_PVT.putStyle();
1694:
1695: htp.headClose;

Line 1692: htp.title(BIS_UTILITIES_PVT.getPrompt('BIS_PERFORMANCE_MEASURES'));

1688:
1689:
1690: htp.htmlOpen;
1691: htp.headOpen;
1692: htp.title(BIS_UTILITIES_PVT.getPrompt('BIS_PERFORMANCE_MEASURES'));
1693: BIS_UTILITIES_PVT.putStyle();
1694:
1695: htp.headClose;
1696: ---------------------------------------------------------------------------

Line 1695: htp.headClose;

1691: htp.headOpen;
1692: htp.title(BIS_UTILITIES_PVT.getPrompt('BIS_PERFORMANCE_MEASURES'));
1693: BIS_UTILITIES_PVT.putStyle();
1694:
1695: htp.headClose;
1696: ---------------------------------------------------------------------------
1697: -- 19-SEP-00 gsanap Modified this part to use putStyle and remove icon_show
1698: -- Bug 1404224 which was the Banner on Customize pg.
1699: -- was not displaying properly

Line 1701: htp.p('');

1697: -- 19-SEP-00 gsanap Modified this part to use putStyle and remove icon_show
1698: -- Bug 1404224 which was the Banner on Customize pg.
1699: -- was not displaying properly
1700: ---------------------------------------------------------------------------
1701: htp.p('');
1702:
1703: BIS_UTILITIES_PVT.putStyle;
1704:
1705: Build_HTML_Banner(

Line 1714: htp.p('
');

1710:
1711: -- Print out NOCOPY the instructions for this page
1712: fnd_message.set_name('BIS','BIS_PLUG_INSTRUCTION1');
1713: l_instruction := icx_util.replace_quotes(fnd_message.get);
1714: htp.p('
');
1715: htp.p('

');
1716: htp.p('
');
1718: htp.p('
'
1717: ||bis_utilities_pvt.escape_html(l_instruction)||'
');

Line 1715: htp.p('');

1711: -- Print out NOCOPY the instructions for this page
1712: fnd_message.set_name('BIS','BIS_PLUG_INSTRUCTION1');
1713: l_instruction := icx_util.replace_quotes(fnd_message.get);
1714: htp.p('
');
1715: htp.p('

');
1716: htp.p('');
1718: htp.p('
'
1717: ||bis_utilities_pvt.escape_html(l_instruction)||'
');
1719: htp.p('
');

Line 1716: htp.p('
'

1712: fnd_message.set_name('BIS','BIS_PLUG_INSTRUCTION1');
1713: l_instruction := icx_util.replace_quotes(fnd_message.get);
1714: htp.p('
');
1715: htp.p('');
1716: htp.p('');
1718: htp.p('
'
1717: ||bis_utilities_pvt.escape_html(l_instruction)||'
');
1719: htp.p('
');
1720:

Line 1718: htp.p('
');

1714: htp.p('
');
1715: htp.p('');
1716: htp.p('');
1718: htp.p('
'
1717: ||bis_utilities_pvt.escape_html(l_instruction)||'
');
1719: htp.p('
');
1720:
1721: htp.p('');

1850: loadFrom();
1851: loadTo();
1852: }');
1853:
1854: htp.p('');
1855:
1856: htp.formOpen('bis_portlet_pmregion.showDimensions','POST','','','NAME="showDimensions"');
1857: htp.formHidden('Z',Z);
1858: htp.formHidden('p_back_url',p_back_url);

Line 1856: htp.formOpen('bis_portlet_pmregion.showDimensions','POST','','','NAME="showDimensions"');

1852: }');
1853:
1854: htp.p('');
1855:
1856: htp.formOpen('bis_portlet_pmregion.showDimensions','POST','','','NAME="showDimensions"');
1857: htp.formHidden('Z',Z);
1858: htp.formHidden('p_back_url',p_back_url);
1859: htp.formHidden('p_reference_path', p_reference_path);
1860: htp.formHidden('p_indlevel');

Line 1857: htp.formHidden('Z',Z);

1853:
1854: htp.p('');
1855:
1856: htp.formOpen('bis_portlet_pmregion.showDimensions','POST','','','NAME="showDimensions"');
1857: htp.formHidden('Z',Z);
1858: htp.formHidden('p_back_url',p_back_url);
1859: htp.formHidden('p_reference_path', p_reference_path);
1860: htp.formHidden('p_indlevel');
1861: htp.formHidden('p_ind_level_id');

Line 1858: htp.formHidden('p_back_url',p_back_url);

1854: htp.p('');
1855:
1856: htp.formOpen('bis_portlet_pmregion.showDimensions','POST','','','NAME="showDimensions"');
1857: htp.formHidden('Z',Z);
1858: htp.formHidden('p_back_url',p_back_url);
1859: htp.formHidden('p_reference_path', p_reference_path);
1860: htp.formHidden('p_indlevel');
1861: htp.formHidden('p_ind_level_id');
1862: htp.formHidden('p_displaylabels_tbl');

Line 1859: htp.formHidden('p_reference_path', p_reference_path);

1855:
1856: htp.formOpen('bis_portlet_pmregion.showDimensions','POST','','','NAME="showDimensions"');
1857: htp.formHidden('Z',Z);
1858: htp.formHidden('p_back_url',p_back_url);
1859: htp.formHidden('p_reference_path', p_reference_path);
1860: htp.formHidden('p_indlevel');
1861: htp.formHidden('p_ind_level_id');
1862: htp.formHidden('p_displaylabels_tbl');
1863:

Line 1860: htp.formHidden('p_indlevel');

1856: htp.formOpen('bis_portlet_pmregion.showDimensions','POST','','','NAME="showDimensions"');
1857: htp.formHidden('Z',Z);
1858: htp.formHidden('p_back_url',p_back_url);
1859: htp.formHidden('p_reference_path', p_reference_path);
1860: htp.formHidden('p_indlevel');
1861: htp.formHidden('p_ind_level_id');
1862: htp.formHidden('p_displaylabels_tbl');
1863:
1864: -- Create hidden values to grab selected indicator levels into

Line 1861: htp.formHidden('p_ind_level_id');

1857: htp.formHidden('Z',Z);
1858: htp.formHidden('p_back_url',p_back_url);
1859: htp.formHidden('p_reference_path', p_reference_path);
1860: htp.formHidden('p_indlevel');
1861: htp.formHidden('p_ind_level_id');
1862: htp.formHidden('p_displaylabels_tbl');
1863:
1864: -- Create hidden values to grab selected indicator levels into
1865: for i in 1 .. c_counter LOOP

Line 1862: htp.formHidden('p_displaylabels_tbl');

1858: htp.formHidden('p_back_url',p_back_url);
1859: htp.formHidden('p_reference_path', p_reference_path);
1860: htp.formHidden('p_indlevel');
1861: htp.formHidden('p_ind_level_id');
1862: htp.formHidden('p_displaylabels_tbl');
1863:
1864: -- Create hidden values to grab selected indicator levels into
1865: for i in 1 .. c_counter LOOP
1866: htp.formHidden('p_selections_tbl');

Line 1866: htp.formHidden('p_selections_tbl');

1862: htp.formHidden('p_displaylabels_tbl');
1863:
1864: -- Create hidden values to grab selected indicator levels into
1865: for i in 1 .. c_counter LOOP
1866: htp.formHidden('p_selections_tbl');
1867: end loop;
1868: htp.formClose;
1869:
1870: htp.centerOpen;

Line 1868: htp.formClose;

1864: -- Create hidden values to grab selected indicator levels into
1865: for i in 1 .. c_counter LOOP
1866: htp.formHidden('p_selections_tbl');
1867: end loop;
1868: htp.formClose;
1869:
1870: htp.centerOpen;
1871: htp.formOpen('javascript:savefavorites()','POST','','','NAME="favorites"');
1872:

Line 1870: htp.centerOpen;

1866: htp.formHidden('p_selections_tbl');
1867: end loop;
1868: htp.formClose;
1869:
1870: htp.centerOpen;
1871: htp.formOpen('javascript:savefavorites()','POST','','','NAME="favorites"');
1872:
1873: htp.p('');--main
1874: htp.p('
');

Line 1871: htp.formOpen('javascript:savefavorites()','POST','','','NAME="favorites"');

1867: end loop;
1868: htp.formClose;
1869:
1870: htp.centerOpen;
1871: htp.formOpen('javascript:savefavorites()','POST','','','NAME="favorites"');
1872:
1873: htp.p('');--main
1874: htp.p('
');
1875: htp.p('');--cell

Line 1873: htp.p('
');--main

1869:
1870: htp.centerOpen;
1871: htp.formOpen('javascript:savefavorites()','POST','','','NAME="favorites"');
1872:
1873: htp.p('

');--main
1874: htp.p('');
2008:
2009: htp.p('
');
1875: htp.p('');--cell
1876: htp.p('
');
1877: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_AVAILABLE_MEASURES'))||': ');

Line 1874: htp.p('
');

1870: htp.centerOpen;
1871: htp.formOpen('javascript:savefavorites()','POST','','','NAME="favorites"');
1872:
1873: htp.p('');--main
1874: htp.p('
');
1875: htp.p('');--cell
1876: htp.p('');
2008:
2009: htp.p('
');
1877: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_AVAILABLE_MEASURES'))||': ');
1878: htp.p('
');

Line 1875: htp.p('');--cell

1871: htp.formOpen('javascript:savefavorites()','POST','','','NAME="favorites"');
1872:
1873: htp.p('

');--main
1874: htp.p('');

2003: htp.p('');
2004:
2005:
2006: htp.p('

');
1875: htp.p('');--cell
1876: htp.p('');
2008:
2009: htp.p('
');
1877: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_AVAILABLE_MEASURES'))||': ');
1878: htp.p('
');
1879: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_SELECTED_MEASURES'))||': ');

Line 1876: htp.p('
');

1872:
1873: htp.p('');--main
1874: htp.p('');
2004:
2005:
2006: htp.p('
');
1875: htp.p('');--cell
1876: htp.p('');

Line 1877: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_AVAILABLE_MEASURES'))||': ');

1873: htp.p('

');
1877: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_AVAILABLE_MEASURES'))||': ');
1878: htp.p('
');
1879: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_SELECTED_MEASURES'))||': ');
1880: htp.p('
');--main
1874: htp.p('
');
1875: htp.p('');--cell
1876: htp.p('');
1881: htp.p('');

Line 2006: htp.p('
');
1877: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_AVAILABLE_MEASURES'))||': ');
1878: htp.p('
');
1879: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_SELECTED_MEASURES'))||': ');
1880: htp.p('
');

Line 1878: htp.p('
');

1874: htp.p('

');
1875: htp.p('');--cell
1876: htp.p('');
1881: htp.p('');
2004:
2005:
2006: htp.p('
');
1877: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_AVAILABLE_MEASURES'))||': ');
1878: htp.p('
');
1879: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_SELECTED_MEASURES'))||': ');
1880: htp.p('
');
1882: htp.p('');
1972:
1973: htp.p('');
1974: htp.p('');
1975: htp.p('');
1972:
1973: htp.p('');
1974: htp.p('');
1975: htp.p('');

1999: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
2000: htp.p(l_button_str);
2001:
2002: htp.p('

'); -- full menu cell

Line 1879: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_SELECTED_MEASURES'))||': ');

1875: htp.p('');--cell
1876: htp.p('');
1881: htp.p('');
1952: htp.p('');
1972:
1973: htp.p('');
1974: htp.p('');
1975: htp.p('
');
1877: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_AVAILABLE_MEASURES'))||': ');
1878: htp.p('
');
1879: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_SELECTED_MEASURES'))||': ');
1880: htp.p('
');
1882: htp.p('');

1876: htp.p('

');
1881: htp.p('');
1952: htp.p('
'); -- full menu cell
1883: htp.p('
');
1877: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_AVAILABLE_MEASURES'))||': ');
1878: htp.p('
');
1879: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_SELECTED_MEASURES'))||': ');
1880: htp.p('
');
1882: htp.p('');
1881: htp.p('
'); -- full menu cell
1883: htp.p('
');

1877: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_AVAILABLE_MEASURES'))||': ');
1878: htp.p('

');
1879: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_SELECTED_MEASURES'))||': ');
1880: htp.p('
');
1882: htp.p('');
1952: htp.p('');

1947: ''';return true">');
1949: htp.p('

'); -- full menu cell
1883: htp.p('');
1881: htp.p('
'); -- full menu cell

1878: htp.p('

');
1879: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_SELECTED_MEASURES'))||': ');
1880: htp.p('
');
1882: htp.p('');
1881: htp.p('
'); -- full menu cell
1883: htp.p('');

1879: htp.p(bis_utilities_pvt.escape_html(BIS_UTILITIES_PVT.getPrompt('BIS_SELECTED_MEASURES'))||': ');
1880: htp.p('

');
1882: htp.p('
'); -- full menu cell
1883: htp.p('
'); -- full menu cell
1883: htp.p('
');
1900: htp.p('
'); --add
1901: htp.p('');

1895: end loop;
1896: END IF;
1897: htp.formSelectClose;
1898:
1899: htp.p('

');
1900: htp.p('
'); --add
1901: htp.p('');
1900: htp.p('
'); --add
1901: htp.p(''||<br>
</p>
<h5>Line 1901:     htp.p('<A HREF=

1897: htp.formSelectClose;
1898:
1899: htp.p('

');
1900: htp.p('
'); --add
1901: htp.p(''||<br>
1905:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_ADD'))||'');

Line 1906: htp.p('
'); -- add

1902: '" onMouseOver="window.status='''||
1903: ICX_UTIL.replace_onMouseOver_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_ADD'))||
1904: ''';return true">'||<br>
1905:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_ADD'))||'');
1906: htp.p('

'); -- add
1907: htp.p('
'); -- full menu cell
1908: htp.p('
');
1909: --favorite cell
1910: htp.p('
');

Line 1907: htp.p('
'); -- full menu cell

1903: ICX_UTIL.replace_onMouseOver_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_ADD'))||
1904: ''';return true">'||<br>
1905:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_ADD'))||'');
1906: htp.p('

'); -- add
1907: htp.p('
'); -- full menu cell
1908: htp.p('
');
1909: --favorite cell
1910: htp.p('
');
1911: htp.p('
');

1904: ''';return true">'||<br>
1905:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_ADD'))||'');
1906: htp.p('

'); -- add
1907: htp.p('
'); -- full menu cell
1908: htp.p('
');
1909: --favorite cell
1910: htp.p('
');
1911: htp.p('
');

1906: htp.p('

'); -- add
1907: htp.p('
'); -- full menu cell
1908: htp.p('
');
1909: --favorite cell
1910: htp.p('
');
1911: htp.p('');

1907: htp.p('

'); -- full menu cell
1908: htp.p('
');
1909: --favorite cell
1910: htp.p('');
1952: htp.p('
');
1911: htp.p('
');
1937:
1938: -- up and down
1939: htp.p('
');

Line 1936: htp.p('
');

1932: exit when p_selections_tbl(i) is NULL;
1933: end LOOP;
1934: end if;
1935: htp.formSelectClose;
1936: htp.p('

');
1937:
1938: -- up and down
1939: htp.p('
');
1940: htp.p('');

1935: htp.formSelectClose;
1936: htp.p('

');
1937:
1938: -- up and down
1939: htp.p('
');
1940: htp.p(''||<br>
1943:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_UP'))||'');

Line 1940: htp.p('');
1937:
1938: -- up and down
1939: htp.p('
');
1940: htp.p(''||<br>
1943:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_UP'))||'');
1944: htp.p('
');

Line 1944: htp.p('
');

1940: htp.p(''||<br>
1943:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_UP'))||'');
1944: htp.p('

');
1945: htp.p(''||<br>
1948:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||'');

Line 1945: htp.p(''||<br>
1943:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_UP'))||'');
1944: htp.p('
');
1945: htp.p(''||<br>
1948:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||'');
1949: htp.p('
'); --up and down

Line 1949: htp.p('
'); --up and down

1945: htp.p(''||<br>
1948:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||'');
1949: htp.p('

'); --up and down
1950: htp.p('
'); --favorite cell
1951: htp.p('
');
1953:

Line 1950: htp.p('
'); --favorite cell

1946: ICX_UTIL.replace_onMouseOver_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||
1947: ''';return true">'||<br>
1948:           ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||'');
1949: htp.p('

'); --up and down
1950: htp.p('
'); --favorite cell
1951: htp.p('
');
1953:
1954: --buttons

Line 1951: htp.p('
'); --up and down
1950: htp.p('
'); --favorite cell
1951: htp.p('
');
1953:
1954: --buttons
1955: htp.p('');

Line 1952: htp.p('
');

1948: ICX_UTIL.replace_alt_quotes(BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||'" BORDER="0">');
1949: htp.p('

'); --up and down
1950: htp.p('
'); --favorite cell
1951: htp.p('
');
1953:
1954: --buttons
1955: htp.p('');
1956: htp.p('');

Line 1955: htp.p('

');

1951: htp.p('

');
1952: htp.p('');
1972:
1973: htp.p('');
1974: htp.p('');

Line 1971: htp.p('');

1967: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
1968: htp.p(l_button_str);
1969:
1970: htp.p('

');
1953:
1954: --buttons
1955: htp.p('');
1956: htp.p('');
1957: htp.p('');

1952: htp.p('



');
1958:
1959: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.

Line 1956: htp.p('

');
1953:
1954: --buttons
1955: htp.p('');
1956: htp.p('');
1957: htp.p('');
1972:

Line 1970: htp.p('


');
1958:
1959: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
1960: --icx_plug_utilities.buttonBoth(BIS_UTILITIES_PVT.getPrompt('BIS_DELETE')

Line 1957: htp.p('

');

1953:
1954: --buttons
1955: htp.p('');
1956: htp.p('');
1957: htp.p('


');
1958:
1959: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
1960: --icx_plug_utilities.buttonBoth(BIS_UTILITIES_PVT.getPrompt('BIS_DELETE')
1961: -- ,'Javascript:deleteTo()');

Line 1968: htp.p(l_button_str);

1964: l_button_tbl(1).disabled := FND_API.G_FALSE;
1965: l_button_tbl(1).label := BIS_UTILITIES_PVT.getPrompt('BIS_DELETE');
1966: l_button_tbl(1).href := 'Javascript:deleteTo()';
1967: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
1968: htp.p(l_button_str);
1969:
1970: htp.p('

');
1971: htp.p('

');

1966: l_button_tbl(1).href := 'Javascript:deleteTo()';
1967: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
1968: htp.p(l_button_str);
1969:
1970: htp.p('

');
1971: htp.p('

');
1971: htp.p('

');

Line 1973: htp.p('');

1969:
1970: htp.p('

');
1971: htp.p('


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

1970: htp.p('

'); -- ok
1977:

Line 1974: htp.p('

');
1971: htp.p('

');
1976: htp.p('');
1972:
1973: htp.p('');
1974: htp.p('');
1975: htp.p('');
2004:
2005:
2006: htp.p('
'); -- ok
1977:
1978: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.

Line 1975: htp.p('
');

1971: htp.p('


');
1976: htp.p('
'); -- ok
1977:
1978: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
1979: --icx_plug_utilities.buttonLeft(BIS_UTILITIES_PVT.getPrompt('BIS_CONTINUE')

Line 1976: htp.p('');
1975: htp.p('');
2004:

Line 2002: htp.p('
'); -- ok

1972:
1973: htp.p('');
1974: htp.p('


');
1976: htp.p('
'); -- ok
1977:
1978: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
1979: --icx_plug_utilities.buttonLeft(BIS_UTILITIES_PVT.getPrompt('BIS_CONTINUE')
1980: -- ,'Javascript:savefavorites()');

Line 1987: htp.p(l_button_str);

1983: l_button_tbl(1).disabled := FND_API.G_FALSE;
1984: l_button_tbl(1).label := BIS_UTILITIES_PVT.getPrompt('BIS_CONTINUE');
1985: l_button_tbl(1).href := 'Javascript:savefavorites()';
1986: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
1987: htp.p(l_button_str);
1988:
1989: htp.p('

');
1990: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
1991: --icx_plug_utilities.buttonRight(BIS_UTILITIES_PVT.getPrompt('BIS_CANCEL')

Line 1989: htp.p('
');

1985: l_button_tbl(1).href := 'Javascript:savefavorites()';
1986: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
1987: htp.p(l_button_str);
1988:
1989: htp.p('

');
1990: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
1991: --icx_plug_utilities.buttonRight(BIS_UTILITIES_PVT.getPrompt('BIS_CANCEL')
1992: -- ,'JavaScript:history.go(-1)');
1993: l_button_tbl(1).left_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;

Line 2000: htp.p(l_button_str);

1996: l_button_tbl(1).label := BIS_UTILITIES_PVT.getPrompt('BIS_CANCEL');
1997: --l_button_tbl(1).href := 'JavaScript:history.go(-1)';
1998: l_button_tbl(1).href := p_back_url;
1999: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
2000: htp.p(l_button_str);
2001:
2002: htp.p('

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

1998: l_button_tbl(1).href := p_back_url;
1999: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
2000: htp.p(l_button_str);
2001:
2002: htp.p('

');
2003: htp.p('
'); --cell

Line 2003: htp.p('
');
2003: htp.p('
'); --cell
2007: htp.p('
'); --cell

2002: htp.p('

');
2003: htp.p('
'); --cell
2007: htp.p('

'); --main
2010:

Line 2007: htp.p('
'); --cell
2007: htp.p('
'); --main
2010:
2011:

Line 2009: htp.p('
'); --main

2005:
2006: htp.p('

'); --cell
2007: htp.p('
'); --main
2010:
2011:
2012:
2013: htp.formClose;

Line 2013: htp.formClose;

2009: htp.p('

'); --main
2010:
2011:
2012:
2013: htp.formClose;
2014: htp.p('');
2017: htp.centerClose;

Line 2014: htp.p('');
2017: htp.centerClose;
2018: -- show customization of demo url

Line 2017: htp.centerClose;

2013: htp.formClose;
2014: htp.p('');
2017: htp.centerClose;
2018: -- show customization of demo url
2019: show_cust_demo_url(l_plug_id, l_session_id);
2020: htp.bodyClose;
2021: htp.htmlClose;

Line 2020: htp.bodyClose;

2016: ');
2017: htp.centerClose;
2018: -- show customization of demo url
2019: show_cust_demo_url(l_plug_id, l_session_id);
2020: htp.bodyClose;
2021: htp.htmlClose;
2022:
2023: end if; -- ValidateSession
2024:

Line 2021: htp.htmlClose;

2017: htp.centerClose;
2018: -- show customization of demo url
2019: show_cust_demo_url(l_plug_id, l_session_id);
2020: htp.bodyClose;
2021: htp.htmlClose;
2022:
2023: end if; -- ValidateSession
2024:
2025: exception

Line 2027: htp.p(SQLERRM);

2023: end if; -- ValidateSession
2024:
2025: exception
2026: when others then
2027: htp.p(SQLERRM);
2028:
2029: end setIndicators;*/
2030:
2031:

Line 2077: htp.p(SQLERRM);

2073: x_sobString := l_sobString;
2074:
2075: EXCEPTION
2076: WHEN OTHERS THEN
2077: htp.p(SQLERRM);
2078: END SetSetOfBookVar;
2079:
2080:
2081:

Line 2263: htp.htmlOpen;

2259: , x_return_status => l_return_status
2260: , x_Error_Tbl => l_error_tbl
2261: );
2262:
2263: htp.htmlOpen;
2264: htp.headOpen;
2265: BIS_UTILITIES_PVT.putStyle();
2266: htp.headClose;
2267:

Line 2264: htp.headOpen;

2260: , x_Error_Tbl => l_error_tbl
2261: );
2262:
2263: htp.htmlOpen;
2264: htp.headOpen;
2265: BIS_UTILITIES_PVT.putStyle();
2266: htp.headClose;
2267:
2268: htp.p('');

Line 2266: htp.headClose;

2262:
2263: htp.htmlOpen;
2264: htp.headOpen;
2265: BIS_UTILITIES_PVT.putStyle();
2266: htp.headClose;
2267:
2268: htp.p('');
2269:
2270: -- Get the Banner

Line 2268: htp.p('');

2264: htp.headOpen;
2265: BIS_UTILITIES_PVT.putStyle();
2266: htp.headClose;
2267:
2268: htp.p('');
2269:
2270: -- Get the Banner
2271: Build_HTML_Banner(
2272: title => BIS_UTILITIES_PVT.getPrompt('BIS_PERFORMANCE_MEASURES')

Line 2280: htp.p('
');

2276:
2277: -- Print out NOCOPY the instructions for this page
2278: fnd_message.set_name('BIS','BIS_PLUG_INSTRUCTION2');
2279: l_instruction := icx_util.replace_quotes(fnd_message.get);
2280: htp.p('
');
2281: htp.p('');
2282: htp.p('');
2284: htp.p('
'||bis_utilities_pvt.escape_html_input(l_instruction)
2283: ||'
');

Line 2281: htp.p('');

2277: -- Print out NOCOPY the instructions for this page
2278: fnd_message.set_name('BIS','BIS_PLUG_INSTRUCTION2');
2279: l_instruction := icx_util.replace_quotes(fnd_message.get);
2280: htp.p('
');
2281: htp.p('

');
2282: htp.p('');
2284: htp.p('
'||bis_utilities_pvt.escape_html_input(l_instruction)
2283: ||'
');
2285: htp.p('
');

Line 2282: htp.p('
'||bis_utilities_pvt.escape_html_input(l_instruction)

2278: fnd_message.set_name('BIS','BIS_PLUG_INSTRUCTION2');
2279: l_instruction := icx_util.replace_quotes(fnd_message.get);
2280: htp.p('
');
2281: htp.p('');
2282: htp.p('');
2284: htp.p('
'||bis_utilities_pvt.escape_html_input(l_instruction)
2283: ||'
');
2285: htp.p('
');
2286:

Line 2284: htp.p('
');

2280: htp.p('
');
2281: htp.p('');
2282: htp.p('');
2284: htp.p('
'||bis_utilities_pvt.escape_html_input(l_instruction)
2283: ||'
');
2285: htp.p('
');
2286:
2287: htp.p('');

2887: }
2888: }');
2889:
2890:
2891: htp.p('');
2892: htp.p('');
2893:
2894: -- ***************
2895: htp.p('');

Line 2892: htp.p('');

2888: }');
2889:
2890:
2891: htp.p('');
2892: htp.p('');
2893:
2894: -- ***************
2895: htp.p('');
2896: -- Dummy form to send selected labels to a procedure that inserts the

Line 2895: htp.p('');

2891: htp.p('');
2892: htp.p('');
2893:
2894: -- ***************
2895: htp.p('');
2896: -- Dummy form to send selected labels to a procedure that inserts the
2897: -- display labels and dimlvl valss into the BIS_USER_IND_SELECTIONS table
2898:
2899: htp.formOpen('bis_portlet_pmregion.strDimensions'

Line 2899: htp.formOpen('bis_portlet_pmregion.strDimensions'

2895: htp.p('');
2896: -- Dummy form to send selected labels to a procedure that inserts the
2897: -- display labels and dimlvl valss into the BIS_USER_IND_SELECTIONS table
2898:
2899: htp.formOpen('bis_portlet_pmregion.strDimensions'
2900: ,'POST','','','NAME="strDimensions"');
2901: htp.formHidden('W');
2902:
2903: -- Create hidden values to grab selected labels into

Line 2901: htp.formHidden('W');

2897: -- display labels and dimlvl valss into the BIS_USER_IND_SELECTIONS table
2898:
2899: htp.formOpen('bis_portlet_pmregion.strDimensions'
2900: ,'POST','','','NAME="strDimensions"');
2901: htp.formHidden('W');
2902:
2903: -- Create hidden values to grab selected labels into
2904: for i in 1 .. c_counter LOOP
2905: htp.formHidden('p_displaylabels_tbl');

Line 2905: htp.formHidden('p_displaylabels_tbl');

2901: htp.formHidden('W');
2902:
2903: -- Create hidden values to grab selected labels into
2904: for i in 1 .. c_counter LOOP
2905: htp.formHidden('p_displaylabels_tbl');
2906: end loop;
2907:
2908: htp.formHidden('Z',Z);
2909: htp.formHidden('p_back_url',p_back_url);

Line 2908: htp.formHidden('Z',Z);

2904: for i in 1 .. c_counter LOOP
2905: htp.formHidden('p_displaylabels_tbl');
2906: end loop;
2907:
2908: htp.formHidden('Z',Z);
2909: htp.formHidden('p_back_url',p_back_url);
2910: htp.formHidden('p_reference_path', p_reference_path);
2911:
2912: htp.p('');

Line 2909: htp.formHidden('p_back_url',p_back_url);

2905: htp.formHidden('p_displaylabels_tbl');
2906: end loop;
2907:
2908: htp.formHidden('Z',Z);
2909: htp.formHidden('p_back_url',p_back_url);
2910: htp.formHidden('p_reference_path', p_reference_path);
2911:
2912: htp.p('');
2913: htp.formClose;

Line 2910: htp.formHidden('p_reference_path', p_reference_path);

2906: end loop;
2907:
2908: htp.formHidden('Z',Z);
2909: htp.formHidden('p_back_url',p_back_url);
2910: htp.formHidden('p_reference_path', p_reference_path);
2911:
2912: htp.p('');
2913: htp.formClose;
2914: -- **************

Line 2912: htp.p('');

2908: htp.formHidden('Z',Z);
2909: htp.formHidden('p_back_url',p_back_url);
2910: htp.formHidden('p_reference_path', p_reference_path);
2911:
2912: htp.p('');
2913: htp.formClose;
2914: -- **************
2915:
2916: -- *************

Line 2913: htp.formClose;

2909: htp.formHidden('p_back_url',p_back_url);
2910: htp.formHidden('p_reference_path', p_reference_path);
2911:
2912: htp.p('');
2913: htp.formClose;
2914: -- **************
2915:
2916: -- *************
2917: htp.p('');

Line 2917: htp.p('');

2913: htp.formClose;
2914: -- **************
2915:
2916: -- *************
2917: htp.p('');
2918: htp.centerOpen;
2919: htp.p('');
2920: -- main
2921: htp.p('');

Line 2918: htp.centerOpen;

2914: -- **************
2915:
2916: -- *************
2917: htp.p('');
2918: htp.centerOpen;
2919: htp.p('');
2920: -- main
2921: htp.p('

');
2922:

Line 2919: htp.p('');

2915:
2916: -- *************
2917: htp.p('');
2918: htp.centerOpen;
2919: htp.p('');
2920: -- main
2921: htp.p('

');
2922:
2923: htp.p('');

Line 2921: htp.p('
');

2917: htp.p('');
2918: htp.centerOpen;
2919: htp.p('');
2920: -- main
2921: htp.p('

');
2922:
2923: htp.p('');
2924: htp.tableRowOpen; -- Row one of Main
2925: htp.p('
');

Line 2923: htp.p('');

2919: htp.p('');
2920: -- main
2921: htp.p('');
2922:
2923: htp.p('');
2924: htp.tableRowOpen; -- Row one of Main
2925: htp.p('
');
2926: htp.p('');
2927: htp.p('');

Line 2924: htp.tableRowOpen; -- Row one of Main

2920: -- main
2921: htp.p('

');
2922:
2923: htp.p('');
2924: htp.tableRowOpen; -- Row one of Main
2925: htp.p('
');
2926: htp.p('');
2927: htp.p('');
2928:

Line 2925: htp.p('
');

2921: htp.p('');
2922:
2923: htp.p('');
2924: htp.tableRowOpen; -- Row one of Main
2925: htp.p('
');
2926: htp.p('');
2927: htp.p('');
2928:
2929: htp.p('');

Line 2926: htp.p('');

2922:
2923: htp.p('');
2924: htp.tableRowOpen; -- Row one of Main
2925: htp.p('

');
2926: htp.p('');
2927: htp.p('');
2928:
2929: htp.p('');
2930: htp.tableRowOpen; -- Row one of Cell table

Line 2927: htp.p('
');

2923: htp.p('');
2924: htp.tableRowOpen; -- Row one of Main
2925: htp.p('

');
2926: htp.p('');
2927: htp.p('');
2928:
2929: htp.p('');
2930: htp.tableRowOpen; -- Row one of Cell table
2931: htp.p('
');

Line 2929: htp.p('');

2925: htp.p('

');
2926: htp.p('');
2927: htp.p('');
2928:
2929: htp.p('');
2930: htp.tableRowOpen; -- Row one of Cell table
2931: htp.p('
');
2932:
2933: htp.p('');

Line 2930: htp.tableRowOpen; -- Row one of Cell table

2926: htp.p('');
2927: htp.p('');
2928:
2929: htp.p('');
2930: htp.tableRowOpen; -- Row one of Cell table
2931: htp.p('
');
2932:
2933: htp.p('');
2934: -- target level and dimensions boxes table

Line 2931: htp.p('
');

2927: htp.p('');
2928:
2929: htp.p('');
2930: htp.tableRowOpen; -- Row one of Cell table
2931: htp.p('
');
2932:
2933: htp.p('');
2934: -- target level and dimensions boxes table
2935: htp.p('');

Line 2933: htp.p('');

2929: htp.p('');
2930: htp.tableRowOpen; -- Row one of Cell table
2931: htp.p('

');
2932:
2933: htp.p('');
2934: -- target level and dimensions boxes table
2935: htp.p('');
2936: htp.tableRowOpen; -- row one of boxes table
2937: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel),calign=>'LEFT');

Line 2935: htp.p('
');

2931: htp.p('

');
2932:
2933: htp.p('');
2934: -- target level and dimensions boxes table
2935: htp.p('');
2936: htp.tableRowOpen; -- row one of boxes table
2937: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel),calign=>'LEFT');
2938: htp.tableRowClose;
2939:

Line 2936: htp.tableRowOpen; -- row one of boxes table

2932:
2933: htp.p('');
2934: -- target level and dimensions boxes table
2935: htp.p('

');
2936: htp.tableRowOpen; -- row one of boxes table
2937: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel),calign=>'LEFT');
2938: htp.tableRowClose;
2939:
2940: htp.p('');

Line 2937: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel),calign=>'LEFT');

2933: htp.p('');
2934: -- target level and dimensions boxes table
2935: htp.p('

');
2936: htp.tableRowOpen; -- row one of boxes table
2937: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel),calign=>'LEFT');
2938: htp.tableRowClose;
2939:
2940: htp.p('');
2941: htp.tableRowOpen; -- Row 2 containing target levels poplist

Line 2938: htp.tableRowClose;

2934: -- target level and dimensions boxes table
2935: htp.p('

');
2936: htp.tableRowOpen; -- row one of boxes table
2937: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel),calign=>'LEFT');
2938: htp.tableRowClose;
2939:
2940: htp.p('');
2941: htp.tableRowOpen; -- Row 2 containing target levels poplist
2942: htp.p('');
2996: htp.tableRowClose;
2997:

Line 2994: htp.p('');

2990: htp.formSelectClose;
2991:
2992: -- Form close for indicator levels selection
2993: htp.formClose;
2994: htp.p('');
2995: htp.p('');
2996: htp.tableRowClose;
2997:
2998: htp.tableRowOpen;

Line 2995: htp.p('');

2991:
2992: -- Form close for indicator levels selection
2993: htp.formClose;
2994: htp.p('');
2995: htp.p('');
2996: htp.tableRowClose;
2997:
2998: htp.tableRowOpen;
2999: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');

Line 2996: htp.tableRowClose;

2992: -- Form close for indicator levels selection
2993: htp.formClose;
2994: htp.p('');
2995: htp.p('');
2996: htp.tableRowClose;
2997:
2998: htp.tableRowOpen;
2999: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');
3000: htp.tableRowClose;

Line 2998: htp.tableRowOpen;

2994: htp.p('');
2995: htp.p('');
2996: htp.tableRowClose;
2997:
2998: htp.tableRowOpen;
2999: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');
3000: htp.tableRowClose;
3001:
3002: htp.p('');

Line 2999: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');

2995: htp.p('');
2996: htp.tableRowClose;
2997:
2998: htp.tableRowOpen;
2999: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');
3000: htp.tableRowClose;
3001:
3002: htp.p('');
3003: htp.tableRowOpen; -- Open row for dimensions boxes table

Line 3000: htp.tableRowClose;

2996: htp.tableRowClose;
2997:
2998: htp.tableRowOpen;
2999: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');
3000: htp.tableRowClose;
3001:
3002: htp.p('');
3003: htp.tableRowOpen; -- Open row for dimensions boxes table
3004: htp.p('

');

Line 2940: htp.p('');

2936: htp.tableRowOpen; -- row one of boxes table
2937: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel),calign=>'LEFT');
2938: htp.tableRowClose;
2939:
2940: htp.p('');
2941: htp.tableRowOpen; -- Row 2 containing target levels poplist
2942: htp.p('

');
2943: -- **********
2944:

Line 2941: htp.tableRowOpen; -- Row 2 containing target levels poplist

2937: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel),calign=>'LEFT');
2938: htp.tableRowClose;
2939:
2940: htp.p('');
2941: htp.tableRowOpen; -- Row 2 containing target levels poplist
2942: htp.p('

');
2943: -- **********
2944:
2945: -- **********

Line 2942: htp.p('
');

2938: htp.tableRowClose;
2939:
2940: htp.p('');
2941: htp.tableRowOpen; -- Row 2 containing target levels poplist
2942: htp.p('

');
2943: -- **********
2944:
2945: -- **********
2946: -- Open a form for indicator levels

Line 2948: htp.p('');

2944:
2945: -- **********
2946: -- Open a form for indicator levels
2947:
2948: htp.p('');
2949: htp.formOpen('bis_portlet_pmregion.showDimensions'
2950: ,'POST','','','NAME="indicators"');
2951:
2952: -- Create hidden values to grab selected labels into

Line 2949: htp.formOpen('bis_portlet_pmregion.showDimensions'

2945: -- **********
2946: -- Open a form for indicator levels
2947:
2948: htp.p('');
2949: htp.formOpen('bis_portlet_pmregion.showDimensions'
2950: ,'POST','','','NAME="indicators"');
2951:
2952: -- Create hidden values to grab selected labels into
2953: for i in 1 .. c_counter LOOP

Line 2954: htp.formHidden('p_displaylabels_tbl');

2950: ,'POST','','','NAME="indicators"');
2951:
2952: -- Create hidden values to grab selected labels into
2953: for i in 1 .. c_counter LOOP
2954: htp.formHidden('p_displaylabels_tbl');
2955: end loop;
2956:
2957: for i in p_selections_tbl.FIRST .. p_selections_tbl.COUNT loop
2958: if (p_selections_tbl(i) is NULL) then

Line 2961: htp.formHidden('p_selections_tbl',p_selections_tbl(i));

2957: for i in p_selections_tbl.FIRST .. p_selections_tbl.COUNT loop
2958: if (p_selections_tbl(i) is NULL) then
2959: EXIT;
2960: end if;
2961: htp.formHidden('p_selections_tbl',p_selections_tbl(i));
2962: end loop;
2963:
2964: htp.formHidden('Z',Z);
2965: htp.formHidden('p_back_url',p_back_url);

Line 2964: htp.formHidden('Z',Z);

2960: end if;
2961: htp.formHidden('p_selections_tbl',p_selections_tbl(i));
2962: end loop;
2963:
2964: htp.formHidden('Z',Z);
2965: htp.formHidden('p_back_url',p_back_url);
2966: htp.formHidden('p_reference_path', p_reference_path);
2967: htp.formHidden('p_ind_level_id');
2968:

Line 2965: htp.formHidden('p_back_url',p_back_url);

2961: htp.formHidden('p_selections_tbl',p_selections_tbl(i));
2962: end loop;
2963:
2964: htp.formHidden('Z',Z);
2965: htp.formHidden('p_back_url',p_back_url);
2966: htp.formHidden('p_reference_path', p_reference_path);
2967: htp.formHidden('p_ind_level_id');
2968:
2969: htp.formSelectOpen('p_indlevel'

Line 2966: htp.formHidden('p_reference_path', p_reference_path);

2962: end loop;
2963:
2964: htp.formHidden('Z',Z);
2965: htp.formHidden('p_back_url',p_back_url);
2966: htp.formHidden('p_reference_path', p_reference_path);
2967: htp.formHidden('p_ind_level_id');
2968:
2969: htp.formSelectOpen('p_indlevel'
2970: ,cattributes=>'onChange="setIndlevel()"');

Line 2967: htp.formHidden('p_ind_level_id');

2963:
2964: htp.formHidden('Z',Z);
2965: htp.formHidden('p_back_url',p_back_url);
2966: htp.formHidden('p_reference_path', p_reference_path);
2967: htp.formHidden('p_ind_level_id');
2968:
2969: htp.formSelectOpen('p_indlevel'
2970: ,cattributes=>'onChange="setIndlevel()"');
2971: for i in p_selections_tbl.FIRST .. p_selections_tbl.COUNT loop

Line 2969: htp.formSelectOpen('p_indlevel'

2965: htp.formHidden('p_back_url',p_back_url);
2966: htp.formHidden('p_reference_path', p_reference_path);
2967: htp.formHidden('p_ind_level_id');
2968:
2969: htp.formSelectOpen('p_indlevel'
2970: ,cattributes=>'onChange="setIndlevel()"');
2971: for i in p_selections_tbl.FIRST .. p_selections_tbl.COUNT loop
2972: if (p_selections_tbl(i) is NULL) then
2973: EXIT;

Line 2983: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_text),cselected=>'YES',

2979: v_ind_level_id := TO_NUMBER(l_value);
2980: end if;
2981:
2982: if l_value = TO_CHAR(v_ind_level_id) then
2983: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_text),cselected=>'YES',
2984: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(l_value));
2985: else
2986: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_text),
2987: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(l_value));

Line 2986: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_text),

2982: if l_value = TO_CHAR(v_ind_level_id) then
2983: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_text),cselected=>'YES',
2984: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(l_value));
2985: else
2986: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_text),
2987: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(l_value));
2988: end if;
2989: end loop;
2990: htp.formSelectClose;

Line 2990: htp.formSelectClose;

2986: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_text),
2987: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(l_value));
2988: end if;
2989: end loop;
2990: htp.formSelectClose;
2991:
2992: -- Form close for indicator levels selection
2993: htp.formClose;
2994: htp.p('');

Line 2993: htp.formClose;

2989: end loop;
2990: htp.formSelectClose;
2991:
2992: -- Form close for indicator levels selection
2993: htp.formClose;
2994: htp.p('');
2995: htp.p('

');

Line 3002: htp.p('');

2998: htp.tableRowOpen;
2999: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');
3000: htp.tableRowClose;
3001:
3002: htp.p('');
3003: htp.tableRowOpen; -- Open row for dimensions boxes table
3004: htp.p('

');
3005:
3006: htp.p('');

Line 3003: htp.tableRowOpen; -- Open row for dimensions boxes table

2999: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');
3000: htp.tableRowClose;
3001:
3002: htp.p('');
3003: htp.tableRowOpen; -- Open row for dimensions boxes table
3004: htp.p('

');
3005:
3006: htp.p('');
3007: -- target level and dimensions boxes table

Line 3004: htp.p('
');

3000: htp.tableRowClose;
3001:
3002: htp.p('');
3003: htp.tableRowOpen; -- Open row for dimensions boxes table
3004: htp.p('

');
3005:
3006: htp.p('');
3007: -- target level and dimensions boxes table
3008: htp.p('');

Line 3006: htp.p('');

3002: htp.p('');
3003: htp.tableRowOpen; -- Open row for dimensions boxes table
3004: htp.p('

');
3005:
3006: htp.p('');
3007: -- target level and dimensions boxes table
3008: htp.p('');
3009: htp.tableRowOpen;
3010: htp.p('
'||

Line 3008: htp.p('');

3004: htp.p('

');
3005:
3006: htp.p('');
3007: -- target level and dimensions boxes table
3008: htp.p('');
3009: htp.tableRowOpen;
3010: htp.p('');
3012: htp.tableRowClose;

Line 3009: htp.tableRowOpen;

3005:
3006: htp.p('');
3007: -- target level and dimensions boxes table
3008: htp.p('

'||
3011: '
');
3009: htp.tableRowOpen;
3010: htp.p('');
3012: htp.tableRowClose;
3013:

Line 3010: htp.p('
'||
3011: '
'||

3006: htp.p('');
3007: -- target level and dimensions boxes table
3008: htp.p('');
3009: htp.tableRowOpen;
3010: htp.p('');
3012: htp.tableRowClose;
3013:
3014: htp.tableRowOpen;

Line 3012: htp.tableRowClose;

3008: htp.p('

'||
3011: '
');
3009: htp.tableRowOpen;
3010: htp.p('
');
3012: htp.tableRowClose;
3013:
3014: htp.tableRowOpen;
3015: htp.p('');
3016: htp.p('
');
3012: htp.tableRowClose;
3013:
3014: htp.tableRowOpen;
3015: htp.p('');
3016: htp.p('
');
3018: htp.p('
');

Line 3015: htp.p('');

3011: '');
3012: htp.tableRowClose;
3013:
3014: htp.tableRowOpen;
3015: htp.p('');
3016: htp.p('

');
3018: htp.p('
');
3019:

Line 3016: htp.p('
');
3018: htp.p('
');
3019:
3020:

Line 3018: htp.p('
');

3014: htp.tableRowOpen;
3015: htp.p('');
3016: htp.p('

');
3018: htp.p('
');
3019:
3020:
3021: -- ************************************
3022: -- Print out NOCOPY the main form

Line 3024: htp.p('');

3020:
3021: -- ************************************
3022: -- Print out NOCOPY the main form
3023:
3024: htp.p('');
3025: htp.formOpen('javascript:savedimensions()'
3026: ,'POST','','','NAME="dimensions"');
3027:
3028: -- Grab the individual dim_level_values chosen previously for

Line 3025: htp.formOpen('javascript:savedimensions()'

3021: -- ************************************
3022: -- Print out NOCOPY the main form
3023:
3024: htp.p('');
3025: htp.formOpen('javascript:savedimensions()'
3026: ,'POST','','','NAME="dimensions"');
3027:
3028: -- Grab the individual dim_level_values chosen previously for
3029: -- this target_level_id, to populate respective dimension level poplists

Line 3116: htp.p('
');
3225: htp.tablerowClose;
3226: end if;

Line 3223: htp.formSelectClose;

3219: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(l_d0_tbl(i).id));
3220: end loop;
3221: end if;
3222: htp.formSelectOption(c_choose);
3223: htp.formSelectClose;
3224: htp.p('');
3225: htp.tablerowClose;
3226: end if;
3227:

Line 3224: htp.p('');

3220: end loop;
3221: end if;
3222: htp.formSelectOption(c_choose);
3223: htp.formSelectClose;
3224: htp.p('');
3225: htp.tablerowClose;
3226: end if;
3227:
3228: -- ***********************************

Line 3225: htp.tablerowClose;

3221: end if;
3222: htp.formSelectOption(c_choose);
3223: htp.formSelectClose;
3224: htp.p('');
3225: htp.tablerowClose;
3226: end if;
3227:
3228: -- ***********************************
3229: -- Dimension1

Line 3235: htp.formHidden('dim1_level_id', NULL);

3231: -- meastmon 05/11/2001
3232: -- Dont show time dimension level
3233: if (c_recs.Dimension1_Level_ID is NULL) or (l_Org_Seq_Num = 1) or (l_Time_Seq_Num = 1) then
3234: if (l_Org_Seq_Num = 1) or (l_Time_Seq_Num = 1) then
3235: htp.formHidden('dim1_level_id', NULL);
3236: else
3237: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);
3238: end if;
3239: else

Line 3237: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);

3233: if (c_recs.Dimension1_Level_ID is NULL) or (l_Org_Seq_Num = 1) or (l_Time_Seq_Num = 1) then
3234: if (l_Org_Seq_Num = 1) or (l_Time_Seq_Num = 1) then
3235: htp.formHidden('dim1_level_id', NULL);
3236: else
3237: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);
3238: end if;
3239: else
3240:
3241: -- Print out NOCOPY label and input box for dimension1

Line 3242: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);

3238: end if;
3239: else
3240:
3241: -- Print out NOCOPY label and input box for dimension1
3242: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);
3243: htp.tableRowOpen;
3244: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension1_Level_Name)
3245: ,calign=>'RIGHT',cnowrap=>'YES');
3246: htp.p('

');
3263: htp.tablerowClose;
3264: end if;

Line 3261: htp.formSelectClose;

3257: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d1_tbl(i).id)||'"');
3258: end loop;
3259: end if;
3260: htp.formSelectOption(c_choose);
3261: htp.formSelectClose;
3262: htp.p('');
3263: htp.tablerowClose;
3264: end if;
3265:

Line 3262: htp.p('');

3258: end loop;
3259: end if;
3260: htp.formSelectOption(c_choose);
3261: htp.formSelectClose;
3262: htp.p('');
3263: htp.tablerowClose;
3264: end if;
3265:
3266: -- *******************************************

Line 3263: htp.tablerowClose;

3259: end if;
3260: htp.formSelectOption(c_choose);
3261: htp.formSelectClose;
3262: htp.p('');
3263: htp.tablerowClose;
3264: end if;
3265:
3266: -- *******************************************
3267: -- Dimension2

Line 3273: htp.formHidden('dim2_level_id', NULL);

3269: -- meastmon 05/11/2001
3270: -- Dont show time dimension level
3271: if (c_recs.Dimension2_Level_ID is NULL) or (l_Org_Seq_Num = 2) or (l_Time_Seq_Num = 2) then
3272: if (l_Org_Seq_Num = 2) or (l_Time_Seq_Num = 2) then
3273: htp.formHidden('dim2_level_id', NULL);
3274: else
3275: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
3276: end if;
3277: else -- Print out NOCOPY label and input box for dimension2

Line 3275: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);

3271: if (c_recs.Dimension2_Level_ID is NULL) or (l_Org_Seq_Num = 2) or (l_Time_Seq_Num = 2) then
3272: if (l_Org_Seq_Num = 2) or (l_Time_Seq_Num = 2) then
3273: htp.formHidden('dim2_level_id', NULL);
3274: else
3275: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
3276: end if;
3277: else -- Print out NOCOPY label and input box for dimension2
3278: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
3279: htp.tableRowOpen;

Line 3278: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);

3274: else
3275: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
3276: end if;
3277: else -- Print out NOCOPY label and input box for dimension2
3278: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
3279: htp.tableRowOpen;
3280: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension2_Level_Name)
3281: ,calign=>'RIGHT',cnowrap=>'YES');
3282: htp.p('

');
3299: htp.tablerowClose;
3300: end if;

Line 3297: htp.formSelectClose;

3293: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d2_tbl(i).id)||'"');
3294: end loop;
3295: end if;
3296: htp.formSelectOption(c_choose);
3297: htp.formSelectClose;
3298: htp.p('');
3299: htp.tablerowClose;
3300: end if;
3301:

Line 3298: htp.p('');

3294: end loop;
3295: end if;
3296: htp.formSelectOption(c_choose);
3297: htp.formSelectClose;
3298: htp.p('');
3299: htp.tablerowClose;
3300: end if;
3301:
3302: -- *****************************************

Line 3299: htp.tablerowClose;

3295: end if;
3296: htp.formSelectOption(c_choose);
3297: htp.formSelectClose;
3298: htp.p('');
3299: htp.tablerowClose;
3300: end if;
3301:
3302: -- *****************************************
3303: -- Dimension3

Line 3309: htp.formHidden('dim3_level_id', NULL);

3305: -- meastmon 05/11/2001
3306: -- Dont show time dimension level
3307: if (c_recs.Dimension3_Level_ID is NULL) or (l_Org_Seq_Num = 3) or (l_Time_Seq_Num = 3) then
3308: if (l_Org_Seq_Num = 3) or (l_Time_Seq_Num = 3) then
3309: htp.formHidden('dim3_level_id', NULL);
3310: else
3311: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
3312: end if;
3313: else -- Print out NOCOPY label and input box for dimension3

Line 3311: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);

3307: if (c_recs.Dimension3_Level_ID is NULL) or (l_Org_Seq_Num = 3) or (l_Time_Seq_Num = 3) then
3308: if (l_Org_Seq_Num = 3) or (l_Time_Seq_Num = 3) then
3309: htp.formHidden('dim3_level_id', NULL);
3310: else
3311: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
3312: end if;
3313: else -- Print out NOCOPY label and input box for dimension3
3314: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
3315: htp.tableRowOpen;

Line 3314: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);

3310: else
3311: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
3312: end if;
3313: else -- Print out NOCOPY label and input box for dimension3
3314: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
3315: htp.tableRowOpen;
3316: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension3_Level_Name)
3317: ,calign=>'RIGHT',cnowrap=>'YES');
3318: htp.p('

');
3335: htp.tablerowClose;
3336: end if;

Line 3333: htp.formSelectClose;

3329: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d3_tbl(i).id)||'"');
3330: end loop;
3331: end if;
3332: htp.formSelectOption(c_choose);
3333: htp.formSelectClose;
3334: htp.p('');
3335: htp.tablerowClose;
3336: end if;
3337:

Line 3334: htp.p('');

3330: end loop;
3331: end if;
3332: htp.formSelectOption(c_choose);
3333: htp.formSelectClose;
3334: htp.p('');
3335: htp.tablerowClose;
3336: end if;
3337:
3338: -- *****************************************

Line 3335: htp.tablerowClose;

3331: end if;
3332: htp.formSelectOption(c_choose);
3333: htp.formSelectClose;
3334: htp.p('');
3335: htp.tablerowClose;
3336: end if;
3337:
3338: -- *****************************************
3339: -- Dimension4

Line 3345: htp.formHidden('dim4_level_id', NULL);

3341: -- meastmon 05/11/2001
3342: -- Dont show time dimension level
3343: if (c_recs.Dimension4_Level_ID is NULL) or (l_Org_Seq_Num = 4) or (l_Time_Seq_Num = 4) then
3344: if (l_Org_Seq_Num = 4) or (l_Time_Seq_Num = 4) then
3345: htp.formHidden('dim4_level_id', NULL);
3346: else
3347: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
3348: end if;
3349: else -- Print out NOCOPY label and input box for dimension4

Line 3347: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);

3343: if (c_recs.Dimension4_Level_ID is NULL) or (l_Org_Seq_Num = 4) or (l_Time_Seq_Num = 4) then
3344: if (l_Org_Seq_Num = 4) or (l_Time_Seq_Num = 4) then
3345: htp.formHidden('dim4_level_id', NULL);
3346: else
3347: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
3348: end if;
3349: else -- Print out NOCOPY label and input box for dimension4
3350: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
3351: htp.tableRowOpen;

Line 3350: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);

3346: else
3347: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
3348: end if;
3349: else -- Print out NOCOPY label and input box for dimension4
3350: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
3351: htp.tableRowOpen;
3352: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension4_Level_Name)
3353: ,calign=>'RIGHT',cnowrap=>'YES');
3354: htp.p('

');
3371: htp.tablerowClose;
3372: end if;

Line 3369: htp.formSelectClose;

3365: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d4_tbl(i).id)||'"');
3366: end loop;
3367: end if;
3368: htp.formSelectOption(c_choose);
3369: htp.formSelectClose;
3370: htp.p('');
3371: htp.tablerowClose;
3372: end if;
3373:

Line 3370: htp.p('');

3366: end loop;
3367: end if;
3368: htp.formSelectOption(c_choose);
3369: htp.formSelectClose;
3370: htp.p('');
3371: htp.tablerowClose;
3372: end if;
3373:
3374: -- ****************************************

Line 3371: htp.tablerowClose;

3367: end if;
3368: htp.formSelectOption(c_choose);
3369: htp.formSelectClose;
3370: htp.p('');
3371: htp.tablerowClose;
3372: end if;
3373:
3374: -- ****************************************
3375: -- Dimension5

Line 3381: htp.formHidden('dim5_level_id', NULL);

3377: -- meastmon 05/11/2001
3378: -- Dont show time dimension level
3379: if (c_recs.Dimension5_Level_ID is NULL) or (l_Org_Seq_Num = 5) or (l_Time_Seq_Num = 5) then
3380: if (l_Org_Seq_Num = 5) or (l_Time_Seq_Num = 5) then
3381: htp.formHidden('dim5_level_id', NULL);
3382: else
3383: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);
3384: end if;
3385: else

Line 3383: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);

3379: if (c_recs.Dimension5_Level_ID is NULL) or (l_Org_Seq_Num = 5) or (l_Time_Seq_Num = 5) then
3380: if (l_Org_Seq_Num = 5) or (l_Time_Seq_Num = 5) then
3381: htp.formHidden('dim5_level_id', NULL);
3382: else
3383: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);
3384: end if;
3385: else
3386: -- Print out NOCOPY label and input box for dimension5
3387: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);

Line 3387: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);

3383: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);
3384: end if;
3385: else
3386: -- Print out NOCOPY label and input box for dimension5
3387: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);
3388: htp.tableRowOpen;
3389: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension5_Level_Name)
3390: ,calign=>'RIGHT',cnowrap=>'YES');
3391: htp.p('

');
3408: htp.tablerowClose;
3409: end if;

Line 3406: htp.formSelectClose;

3402: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d5_tbl(i).id)||'"');
3403: end loop;
3404: end if;
3405: htp.formSelectOption(c_choose);
3406: htp.formSelectClose;
3407: htp.p('');
3408: htp.tablerowClose;
3409: end if;
3410:

Line 3407: htp.p('');

3403: end loop;
3404: end if;
3405: htp.formSelectOption(c_choose);
3406: htp.formSelectClose;
3407: htp.p('');
3408: htp.tablerowClose;
3409: end if;
3410:
3411: -- ****************************************

Line 3408: htp.tablerowClose;

3404: end if;
3405: htp.formSelectOption(c_choose);
3406: htp.formSelectClose;
3407: htp.p('');
3408: htp.tablerowClose;
3409: end if;
3410:
3411: -- ****************************************
3412: -- Dimension6

Line 3418: htp.formHidden('dim6_level_id', NULL);

3414: -- meastmon 05/11/2001
3415: -- Dont show time dimension level
3416: if (c_recs.Dimension6_Level_ID is NULL) or (l_Org_Seq_Num = 6) or (l_Time_Seq_Num = 6) then
3417: if (l_Org_Seq_Num = 6) or (l_Time_Seq_Num = 6) then
3418: htp.formHidden('dim6_level_id', NULL);
3419: else
3420: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
3421: end if;
3422: else

Line 3420: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);

3416: if (c_recs.Dimension6_Level_ID is NULL) or (l_Org_Seq_Num = 6) or (l_Time_Seq_Num = 6) then
3417: if (l_Org_Seq_Num = 6) or (l_Time_Seq_Num = 6) then
3418: htp.formHidden('dim6_level_id', NULL);
3419: else
3420: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
3421: end if;
3422: else
3423: -- Print out NOCOPY label and input box for dimension6
3424: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);

Line 3424: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);

3420: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
3421: end if;
3422: else
3423: -- Print out NOCOPY label and input box for dimension6
3424: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
3425: htp.tableRowOpen;
3426: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension6_Level_Name)
3427: ,calign=>'RIGHT',cnowrap=>'YES');
3428: htp.p('

');
3445: htp.tablerowClose;
3446: end if;

Line 3443: htp.formSelectClose;

3439: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d6_tbl(i).id)||'"');
3440: end loop;
3441: end if;
3442: htp.formSelectOption(c_choose);
3443: htp.formSelectClose;
3444: htp.p('');
3445: htp.tablerowClose;
3446: end if;
3447:

Line 3444: htp.p('');

3440: end loop;
3441: end if;
3442: htp.formSelectOption(c_choose);
3443: htp.formSelectClose;
3444: htp.p('');
3445: htp.tablerowClose;
3446: end if;
3447:
3448: -- ****************************************

Line 3445: htp.tablerowClose;

3441: end if;
3442: htp.formSelectOption(c_choose);
3443: htp.formSelectClose;
3444: htp.p('');
3445: htp.tablerowClose;
3446: end if;
3447:
3448: -- ****************************************
3449: -- Dimension7

Line 3455: htp.formHidden('dim7_level_id', NULL);

3451: -- meastmon 05/11/2001
3452: -- Dont show time dimension level
3453: if (c_recs.Dimension7_Level_ID is NULL) or (l_Org_Seq_Num = 7) or (l_Time_Seq_Num = 7) then
3454: if (l_Org_Seq_Num = 7) or (l_Time_Seq_Num = 7) then
3455: htp.formHidden('dim7_level_id', NULL);
3456: else
3457: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
3458: end if;
3459: else

Line 3457: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);

3453: if (c_recs.Dimension7_Level_ID is NULL) or (l_Org_Seq_Num = 7) or (l_Time_Seq_Num = 7) then
3454: if (l_Org_Seq_Num = 7) or (l_Time_Seq_Num = 7) then
3455: htp.formHidden('dim7_level_id', NULL);
3456: else
3457: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
3458: end if;
3459: else
3460: -- Print out NOCOPY label and input box for dimension7
3461: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);

Line 3461: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);

3457: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
3458: end if;
3459: else
3460: -- Print out NOCOPY label and input box for dimension7
3461: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
3462: htp.tableRowOpen;
3463: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension7_Level_Name)
3464: ,calign=>'RIGHT',cnowrap=>'YES');
3465: htp.p('

');
3482: htp.tablerowClose;
3483: end if;

Line 3480: htp.formSelectClose;

3476: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d7_tbl(i).id)||'"');
3477: end loop;
3478: end if;
3479: htp.formSelectOption(c_choose);
3480: htp.formSelectClose;
3481: htp.p('');
3482: htp.tablerowClose;
3483: end if;
3484:

Line 3481: htp.p('');

3477: end loop;
3478: end if;
3479: htp.formSelectOption(c_choose);
3480: htp.formSelectClose;
3481: htp.p('');
3482: htp.tablerowClose;
3483: end if;
3484:
3485: end loop; -- end of loop of c_recs cursor

Line 3482: htp.tablerowClose;

3478: end if;
3479: htp.formSelectOption(c_choose);
3480: htp.formSelectClose;
3481: htp.p('');
3482: htp.tablerowClose;
3483: end if;
3484:
3485: end loop; -- end of loop of c_recs cursor
3486:

Line 3487: htp.p('');

3483: end if;
3484:
3485: end loop; -- end of loop of c_recs cursor
3486:
3487: htp.p('');
3488:
3489: -- Have a poplist for the Business Plan
3490: htp.tableRowOpen;
3491: htp.tableData(bis_utilities_pvt.escape_html(c_plan),calign=>'RIGHT',cnowrap=>'YES');

Line 3490: htp.tableRowOpen;

3486:
3487: htp.p('');
3488:
3489: -- Have a poplist for the Business Plan
3490: htp.tableRowOpen;
3491: htp.tableData(bis_utilities_pvt.escape_html(c_plan),calign=>'RIGHT',cnowrap=>'YES');
3492: htp.p('

');

Line 3498: htp.formSelectClose;

3494: for pl in plan_cur loop
3495: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),
3496: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(pl.plan_id));
3497: end loop;
3498: htp.formSelectClose;
3499: htp.p('');
3500: htp.tableRowClose;
3501:
3502: htp.tableRowOpen;

Line 3499: htp.p('');

3495: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),
3496: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(pl.plan_id));
3497: end loop;
3498: htp.formSelectClose;
3499: htp.p('');
3500: htp.tableRowClose;
3501:
3502: htp.tableRowOpen;
3503: htp.p('');

Line 3500: htp.tableRowClose;

3496: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(pl.plan_id));
3497: end loop;
3498: htp.formSelectClose;
3499: htp.p('');
3500: htp.tableRowClose;
3501:
3502: htp.tableRowOpen;
3503: htp.p('');
3504: htp.p('

');
3500: htp.tableRowClose;
3501:
3502: htp.tableRowOpen;
3503: htp.p('');
3504: htp.p('
');
3506: htp.tableRowClose;

Line 3503: htp.p('');

3499: htp.p('');
3500: htp.tableRowClose;
3501:
3502: htp.tableRowOpen;
3503: htp.p('');
3504: htp.p('

');
3506: htp.tableRowClose;
3507:

Line 3504: htp.p('
');
3506: htp.tableRowClose;
3507:
3508: htp.tableRowOpen;

Line 3506: htp.tableRowClose;

3502: htp.tableRowOpen;
3503: htp.p('');
3504: htp.p('

');
3506: htp.tableRowClose;
3507:
3508: htp.tableRowOpen;
3509: htp.p('
');
3506: htp.tableRowClose;
3507:
3508: htp.tableRowOpen;
3509: htp.p('
');
3512: htp.tableRowClose;

Line 3509: htp.p('
');
3506: htp.tableRowClose;
3507:
3508: htp.tableRowOpen;
3509: htp.p('
');
3512: htp.tableRowClose;
3513:

Line 3510: htp.p(c_displabel);

3506: htp.tableRowClose;
3507:
3508: htp.tableRowOpen;
3509: htp.p('

');
3512: htp.tableRowClose;
3513:
3514: htp.tableRowOpen;

Line 3511: htp.p('');

3507:
3508: htp.tableRowOpen;
3509: htp.p('

');
3512: htp.tableRowClose;
3513:
3514: htp.tableRowOpen;
3515: htp.p('
');
3512: htp.tableRowClose;
3513:
3514: htp.tableRowOpen;
3515: htp.p('
');
3512: htp.tableRowClose;
3513:
3514: htp.tableRowOpen;
3515: htp.p('
');
3518: htp.tableRowClose;

Line 3515: htp.p('
');
3512: htp.tableRowClose;
3513:
3514: htp.tableRowOpen;
3515: htp.p('
');
3518: htp.tableRowClose;
3519:

Line 3516: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);

3512: htp.tableRowClose;
3513:
3514: htp.tableRowOpen;
3515: htp.p('

');
3518: htp.tableRowClose;
3519:
3520: htp.p('');

Line 3517: htp.p('');

3513:
3514: htp.tableRowOpen;
3515: htp.p('

');
3518: htp.tableRowClose;
3519:
3520: htp.p('');
3521: -- close embedded table containing dim labels and input boxes

Line 3518: htp.tableRowClose;

3514: htp.tableRowOpen;
3515: htp.p('

');
3518: htp.tableRowClose;
3519:
3520: htp.p('');
3521: -- close embedded table containing dim labels and input boxes
3522: htp.tableClose;

Line 3520: htp.p('');

3516: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);
3517: htp.p('');
3518: htp.tableRowClose;
3519:
3520: htp.p('');
3521: -- close embedded table containing dim labels and input boxes
3522: htp.tableClose;
3523: -- close cell with dim labels and input boxes
3524: htp.p('');

Line 3522: htp.tableClose;

3518: htp.tableRowClose;
3519:
3520: htp.p('');
3521: -- close embedded table containing dim labels and input boxes
3522: htp.tableClose;
3523: -- close cell with dim labels and input boxes
3524: htp.p('');
3525:
3526: htp.p('');

Line 3524: htp.p('');

3520: htp.p('');
3521: -- close embedded table containing dim labels and input boxes
3522: htp.tableClose;
3523: -- close cell with dim labels and input boxes
3524: htp.p('');
3525:
3526: htp.p('');
3527: htp.p('

');
3528: htp.p('
');
3525:
3526: htp.p('');
3527: htp.p('
');
3528: htp.p('
');
3530:

Line 3527: htp.p('
');

3523: -- close cell with dim labels and input boxes
3524: htp.p('');
3525:
3526: htp.p('');
3527: htp.p('

');
3528: htp.p('
');
3530:
3531: htp.tableRowClose;

Line 3528: htp.p('
');
3525:
3526: htp.p('');
3527: htp.p('
');
3528: htp.p('
');
3530:
3531: htp.tableRowClose;
3532:

Line 3531: htp.tableRowClose;

3527: htp.p('

');
3528: htp.p('
');
3530:
3531: htp.tableRowClose;
3532:
3533: htp.tableRowOpen;
3534: htp.p('');
3535: htp.p('
');
3530:
3531: htp.tableRowClose;
3532:
3533: htp.tableRowOpen;
3534: htp.p('');
3535: htp.p('
');
3537: htp.tableRowClose;

Line 3534: htp.p('');

3530:
3531: htp.tableRowClose;
3532:
3533: htp.tableRowOpen;
3534: htp.p('');
3535: htp.p('

');
3537: htp.tableRowClose;
3538:

Line 3535: htp.p('
');
3537: htp.tableRowClose;
3538:
3539: htp.p('');

Line 3537: htp.tableRowClose;

3533: htp.tableRowOpen;
3534: htp.p('');
3535: htp.p('

');
3537: htp.tableRowClose;
3538:
3539: htp.p('');
3540: htp.tableClose;
3541: htp.p('');

Line 3539: htp.p('');

3535: htp.p('

');
3537: htp.tableRowClose;
3538:
3539: htp.p('');
3540: htp.tableClose;
3541: htp.p('');
3542: htp.tableRowClose;
3543:

Line 3540: htp.tableClose;

3536: '');
3537: htp.tableRowClose;
3538:
3539: htp.p('');
3540: htp.tableClose;
3541: htp.p('');
3542: htp.tableRowClose;
3543:
3544: htp.tableRowOpen;

Line 3541: htp.p('');

3537: htp.tableRowClose;
3538:
3539: htp.p('');
3540: htp.tableClose;
3541: htp.p('');
3542: htp.tableRowClose;
3543:
3544: htp.tableRowOpen;
3545: htp.p('

');

Line 3542: htp.tableRowClose;

3538:
3539: htp.p('');
3540: htp.tableClose;
3541: htp.p('');
3542: htp.tableRowClose;
3543:
3544: htp.tableRowOpen;
3545: htp.p('

');
3546: htp.tableRowClose;

Line 3544: htp.tableRowOpen;

3540: htp.tableClose;
3541: htp.p('');
3542: htp.tableRowClose;
3543:
3544: htp.tableRowOpen;
3545: htp.p('

');
3546: htp.tableRowClose;
3547:
3548: htp.tableRowOpen;

Line 3545: htp.p('
');

3541: htp.p('');
3542: htp.tableRowClose;
3543:
3544: htp.tableRowOpen;
3545: htp.p('

');
3546: htp.tableRowClose;
3547:
3548: htp.tableRowOpen;
3549: htp.p('
');
3546: htp.tableRowClose;
3547:
3548: htp.tableRowOpen;
3549: htp.p('
'||
3011: '
'||

Line 3014: htp.tableRowOpen;

3010: htp.p('

'||
3011: '
'||
3017: '
'||
3017: '
'||

3012: htp.tableRowClose;
3013:
3014: htp.tableRowOpen;
3015: htp.p('');
3016: htp.p('

'||
3017: '
'||
3017: '
');

3112: END LOOP;
3113: END IF; -- if l_labels_tbl is not empty
3114:
3115: --Begin cell containing the embedded table of poplists
3116: htp.p('

');
3117:
3118: htp.p('');
3119: -- table containing the dimension_level names,boxes
3120: htp.tableOpen;

Line 3118: htp.p('');

3114:
3115: --Begin cell containing the embedded table of poplists
3116: htp.p('

');
3117:
3118: htp.p('');
3119: -- table containing the dimension_level names,boxes
3120: htp.tableOpen;
3121:
3122: for c_recs in bisfv_target_levels_cur(v_ind_level_id) loop

Line 3120: htp.tableOpen;

3116: htp.p('

');
3117:
3118: htp.p('');
3119: -- table containing the dimension_level names,boxes
3120: htp.tableOpen;
3121:
3122: for c_recs in bisfv_target_levels_cur(v_ind_level_id) loop
3123:
3124: -- *************************************************************

Line 3134: htp.formHidden('timeDimension', l_Time_Seq_Num);

3130: -- Dimension0 for Organization
3131:
3132: -- meastmon 05/11/2001
3133: l_Time_Seq_Num := BIS_INDICATOR_REGION_UI_PVT.getTimeSeqNum(v_ind_level_id);
3134: htp.formHidden('timeDimension', l_Time_Seq_Num);
3135:
3136: -- mdamle 01/15/2001 - Use Dim6 and Dim7
3137: -- Get the Dimension No. for Org
3138: l_Org_Seq_Num := BIS_INDICATOR_REGION_UI_PVT.getOrgSeqNum(v_ind_level_id);

Line 3139: htp.formHidden('orgDimension', l_Org_Seq_Num);

3135:
3136: -- mdamle 01/15/2001 - Use Dim6 and Dim7
3137: -- Get the Dimension No. for Org
3138: l_Org_Seq_Num := BIS_INDICATOR_REGION_UI_PVT.getOrgSeqNum(v_ind_level_id);
3139: htp.formHidden('orgDimension', l_Org_Seq_Num);
3140:
3141: -- mdamle 01/15/2001 - Use Dim6 and Dim7
3142: if l_Org_Seq_Num = 1 then
3143: l_Org_Level_ID := c_recs.Dimension1_level_id;

Line 3179: htp.formHidden('dim0_level_id',l_blank);

3175: l_Org_Level_Name := c_recs.Dimension7_level_Name;
3176: end if;
3177:
3178: if (l_Org_Level_ID is NULL) then
3179: htp.formHidden('dim0_level_id',l_blank);
3180: -- mdamle 01/15/2001
3181: htp.formHidden('set_sob','FALSE');
3182:
3183: elsif (l_Org_Level_Short_Name='TOTAL_ORGANIZATIONS') then

Line 3181: htp.formHidden('set_sob','FALSE');

3177:
3178: if (l_Org_Level_ID is NULL) then
3179: htp.formHidden('dim0_level_id',l_blank);
3180: -- mdamle 01/15/2001
3181: htp.formHidden('set_sob','FALSE');
3182:
3183: elsif (l_Org_Level_Short_Name='TOTAL_ORGANIZATIONS') then
3184: htp.formHidden('dim0_level_id',l_Org_Level_ID);
3185: htp.formHidden('set_sob','FALSE');

Line 3184: htp.formHidden('dim0_level_id',l_Org_Level_ID);

3180: -- mdamle 01/15/2001
3181: htp.formHidden('set_sob','FALSE');
3182:
3183: elsif (l_Org_Level_Short_Name='TOTAL_ORGANIZATIONS') then
3184: htp.formHidden('dim0_level_id',l_Org_Level_ID);
3185: htp.formHidden('set_sob','FALSE');
3186: htp.tableRowOpen;
3187: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');
3188: htp.p('

');

Line 3185: htp.formHidden('set_sob','FALSE');

3181: htp.formHidden('set_sob','FALSE');
3182:
3183: elsif (l_Org_Level_Short_Name='TOTAL_ORGANIZATIONS') then
3184: htp.formHidden('dim0_level_id',l_Org_Level_ID);
3185: htp.formHidden('set_sob','FALSE');
3186: htp.tableRowOpen;
3187: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');
3188: htp.p('

');
3189: htp.formSelectOpen('dim0');

Line 3186: htp.tableRowOpen;

3182:
3183: elsif (l_Org_Level_Short_Name='TOTAL_ORGANIZATIONS') then
3184: htp.formHidden('dim0_level_id',l_Org_Level_ID);
3185: htp.formHidden('set_sob','FALSE');
3186: htp.tableRowOpen;
3187: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');
3188: htp.p('

');
3189: htp.formSelectOpen('dim0');
3190: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),

Line 3187: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');

3183: elsif (l_Org_Level_Short_Name='TOTAL_ORGANIZATIONS') then
3184: htp.formHidden('dim0_level_id',l_Org_Level_ID);
3185: htp.formHidden('set_sob','FALSE');
3186: htp.tableRowOpen;
3187: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');
3188: htp.p('

');
3189: htp.formSelectOpen('dim0');
3190: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),
3191: cselected=>'YES',

Line 3188: htp.p('
');

3184: htp.formHidden('dim0_level_id',l_Org_Level_ID);
3185: htp.formHidden('set_sob','FALSE');
3186: htp.tableRowOpen;
3187: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');
3188: htp.p('

');
3189: htp.formSelectOpen('dim0');
3190: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),
3191: cselected=>'YES',
3192: cattributes=>'VALUE=-1');

Line 3189: htp.formSelectOpen('dim0');

3185: htp.formHidden('set_sob','FALSE');
3186: htp.tableRowOpen;
3187: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');
3188: htp.p('

');
3189: htp.formSelectOpen('dim0');
3190: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),
3191: cselected=>'YES',
3192: cattributes=>'VALUE=-1');
3193: htp.formSelectClose;

Line 3190: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),

3186: htp.tableRowOpen;
3187: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');
3188: htp.p('

');
3189: htp.formSelectOpen('dim0');
3190: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),
3191: cselected=>'YES',
3192: cattributes=>'VALUE=-1');
3193: htp.formSelectClose;
3194: else

Line 3193: htp.formSelectClose;

3189: htp.formSelectOpen('dim0');
3190: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),
3191: cselected=>'YES',
3192: cattributes=>'VALUE=-1');
3193: htp.formSelectClose;
3194: else
3195: -- Print out NOCOPY label and input box for dimension0
3196: htp.formHidden('dim0_level_id',l_Org_Level_ID);
3197:

Line 3196: htp.formHidden('dim0_level_id',l_Org_Level_ID);

3192: cattributes=>'VALUE=-1');
3193: htp.formSelectClose;
3194: else
3195: -- Print out NOCOPY label and input box for dimension0
3196: htp.formHidden('dim0_level_id',l_Org_Level_ID);
3197:
3198: -- Set flag to True if we need to pass the related sob info
3199: -- along
3200: --

Line 3202: htp.formHidden('set_sob','TRUE');

3198: -- Set flag to True if we need to pass the related sob info
3199: -- along
3200: --
3201: if (l_Org_Level_Short_Name='SET OF BOOKS') then
3202: htp.formHidden('set_sob','TRUE');
3203: else
3204: htp.formHidden('set_sob','FALSE');
3205: end if;
3206:

Line 3204: htp.formHidden('set_sob','FALSE');

3200: --
3201: if (l_Org_Level_Short_Name='SET OF BOOKS') then
3202: htp.formHidden('set_sob','TRUE');
3203: else
3204: htp.formHidden('set_sob','FALSE');
3205: end if;
3206:
3207: htp.tableRowOpen;
3208: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');

Line 3207: htp.tableRowOpen;

3203: else
3204: htp.formHidden('set_sob','FALSE');
3205: end if;
3206:
3207: htp.tableRowOpen;
3208: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');
3209: htp.p('

');
3210: htp.formSelectOpen('dim0',cattributes=>'onchange="setdim0()"');
3211: htp.formSelectOption(l_blank,cselected=>'YES');

Line 3208: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');

3204: htp.formHidden('set_sob','FALSE');
3205: end if;
3206:
3207: htp.tableRowOpen;
3208: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');
3209: htp.p('

');
3210: htp.formSelectOpen('dim0',cattributes=>'onchange="setdim0()"');
3211: htp.formSelectOption(l_blank,cselected=>'YES');
3212: if (l_orgs_tbl.COUNT <> 0) THEN

Line 3209: htp.p('
');

3205: end if;
3206:
3207: htp.tableRowOpen;
3208: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');
3209: htp.p('

');
3210: htp.formSelectOpen('dim0',cattributes=>'onchange="setdim0()"');
3211: htp.formSelectOption(l_blank,cselected=>'YES');
3212: if (l_orgs_tbl.COUNT <> 0) THEN
3213: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_orgs_tbl,

Line 3210: htp.formSelectOpen('dim0',cattributes=>'onchange="setdim0()"');

3206:
3207: htp.tableRowOpen;
3208: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');
3209: htp.p('

');
3210: htp.formSelectOpen('dim0',cattributes=>'onchange="setdim0()"');
3211: htp.formSelectOption(l_blank,cselected=>'YES');
3212: if (l_orgs_tbl.COUNT <> 0) THEN
3213: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_orgs_tbl,
3214: p_value => NULL,

Line 3211: htp.formSelectOption(l_blank,cselected=>'YES');

3207: htp.tableRowOpen;
3208: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name) ,calign=>'RIGHT',cnowrap=>'YES');
3209: htp.p('

');
3210: htp.formSelectOpen('dim0',cattributes=>'onchange="setdim0()"');
3211: htp.formSelectOption(l_blank,cselected=>'YES');
3212: if (l_orgs_tbl.COUNT <> 0) THEN
3213: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_orgs_tbl,
3214: p_value => NULL,
3215: x_unique_tbl => l_d0_tbl);

Line 3218: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d0_tbl(i).name),

3214: p_value => NULL,
3215: x_unique_tbl => l_d0_tbl);
3216: for i in 1 ..l_d0_tbl.COUNT LOOP
3217: exit when (l_d0_tbl(i).id is NULL);
3218: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d0_tbl(i).name),
3219: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(l_d0_tbl(i).id));
3220: end loop;
3221: end if;
3222: htp.formSelectOption(c_choose);

Line 3222: htp.formSelectOption(c_choose);

3218: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d0_tbl(i).name),
3219: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(l_d0_tbl(i).id));
3220: end loop;
3221: end if;
3222: htp.formSelectOption(c_choose);
3223: htp.formSelectClose;
3224: htp.p('

');

Line 3243: htp.tableRowOpen;

3239: else
3240:
3241: -- Print out NOCOPY label and input box for dimension1
3242: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);
3243: htp.tableRowOpen;
3244: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension1_Level_Name)
3245: ,calign=>'RIGHT',cnowrap=>'YES');
3246: htp.p('

');
3247: htp.formSelectOpen('dim1',cattributes=>'onchange="setdim1()"');

Line 3244: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension1_Level_Name)

3240:
3241: -- Print out NOCOPY label and input box for dimension1
3242: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);
3243: htp.tableRowOpen;
3244: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension1_Level_Name)
3245: ,calign=>'RIGHT',cnowrap=>'YES');
3246: htp.p('

');
3247: htp.formSelectOpen('dim1',cattributes=>'onchange="setdim1()"');
3248: htp.formSelectOption(l_blank,cselected=>'YES');

Line 3246: htp.p('
');

3242: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);
3243: htp.tableRowOpen;
3244: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension1_Level_Name)
3245: ,calign=>'RIGHT',cnowrap=>'YES');
3246: htp.p('

');
3247: htp.formSelectOpen('dim1',cattributes=>'onchange="setdim1()"');
3248: htp.formSelectOption(l_blank,cselected=>'YES');
3249: if (l_dim1_tbl.COUNT <> 0) THEN
3250: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim1_tbl,

Line 3247: htp.formSelectOpen('dim1',cattributes=>'onchange="setdim1()"');

3243: htp.tableRowOpen;
3244: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension1_Level_Name)
3245: ,calign=>'RIGHT',cnowrap=>'YES');
3246: htp.p('

');
3247: htp.formSelectOpen('dim1',cattributes=>'onchange="setdim1()"');
3248: htp.formSelectOption(l_blank,cselected=>'YES');
3249: if (l_dim1_tbl.COUNT <> 0) THEN
3250: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim1_tbl,
3251: p_value => NULL,

Line 3248: htp.formSelectOption(l_blank,cselected=>'YES');

3244: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension1_Level_Name)
3245: ,calign=>'RIGHT',cnowrap=>'YES');
3246: htp.p('

');
3247: htp.formSelectOpen('dim1',cattributes=>'onchange="setdim1()"');
3248: htp.formSelectOption(l_blank,cselected=>'YES');
3249: if (l_dim1_tbl.COUNT <> 0) THEN
3250: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim1_tbl,
3251: p_value => NULL,
3252: x_unique_tbl => l_d1_tbl);

Line 3256: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d1_tbl(i).name),

3252: x_unique_tbl => l_d1_tbl);
3253: for i in 1 ..l_d1_tbl.COUNT LOOP
3254: exit when (l_d1_tbl(i).id is NULL);
3255: -- mdamle - 01/15/2001 - Add quotes around VALUE
3256: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d1_tbl(i).name),
3257: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d1_tbl(i).id)||'"');
3258: end loop;
3259: end if;
3260: htp.formSelectOption(c_choose);

Line 3260: htp.formSelectOption(c_choose);

3256: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d1_tbl(i).name),
3257: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d1_tbl(i).id)||'"');
3258: end loop;
3259: end if;
3260: htp.formSelectOption(c_choose);
3261: htp.formSelectClose;
3262: htp.p('

');

Line 3279: htp.tableRowOpen;

3275: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
3276: end if;
3277: else -- Print out NOCOPY label and input box for dimension2
3278: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
3279: htp.tableRowOpen;
3280: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension2_Level_Name)
3281: ,calign=>'RIGHT',cnowrap=>'YES');
3282: htp.p('

');
3283: htp.formSelectOpen('dim2',cattributes=>'onchange="setdim2()"');

Line 3280: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension2_Level_Name)

3276: end if;
3277: else -- Print out NOCOPY label and input box for dimension2
3278: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
3279: htp.tableRowOpen;
3280: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension2_Level_Name)
3281: ,calign=>'RIGHT',cnowrap=>'YES');
3282: htp.p('

');
3283: htp.formSelectOpen('dim2',cattributes=>'onchange="setdim2()"');
3284: htp.formSelectOption(l_blank,cselected=>'YES');

Line 3282: htp.p('
');

3278: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
3279: htp.tableRowOpen;
3280: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension2_Level_Name)
3281: ,calign=>'RIGHT',cnowrap=>'YES');
3282: htp.p('

');
3283: htp.formSelectOpen('dim2',cattributes=>'onchange="setdim2()"');
3284: htp.formSelectOption(l_blank,cselected=>'YES');
3285: if (l_dim2_tbl.COUNT <> 0) THEN
3286: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim2_tbl,

Line 3283: htp.formSelectOpen('dim2',cattributes=>'onchange="setdim2()"');

3279: htp.tableRowOpen;
3280: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension2_Level_Name)
3281: ,calign=>'RIGHT',cnowrap=>'YES');
3282: htp.p('

');
3283: htp.formSelectOpen('dim2',cattributes=>'onchange="setdim2()"');
3284: htp.formSelectOption(l_blank,cselected=>'YES');
3285: if (l_dim2_tbl.COUNT <> 0) THEN
3286: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim2_tbl,
3287: p_value => NULL,

Line 3284: htp.formSelectOption(l_blank,cselected=>'YES');

3280: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension2_Level_Name)
3281: ,calign=>'RIGHT',cnowrap=>'YES');
3282: htp.p('

');
3283: htp.formSelectOpen('dim2',cattributes=>'onchange="setdim2()"');
3284: htp.formSelectOption(l_blank,cselected=>'YES');
3285: if (l_dim2_tbl.COUNT <> 0) THEN
3286: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim2_tbl,
3287: p_value => NULL,
3288: x_unique_tbl => l_d2_tbl);

Line 3292: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d2_tbl(i).name),

3288: x_unique_tbl => l_d2_tbl);
3289: for i in 1 ..l_d2_tbl.COUNT LOOP
3290: exit when (l_d2_tbl(i).id is NULL);
3291: -- mdamle - 01/15/2001 - Add quotes around VALUE
3292: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d2_tbl(i).name),
3293: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d2_tbl(i).id)||'"');
3294: end loop;
3295: end if;
3296: htp.formSelectOption(c_choose);

Line 3296: htp.formSelectOption(c_choose);

3292: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d2_tbl(i).name),
3293: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d2_tbl(i).id)||'"');
3294: end loop;
3295: end if;
3296: htp.formSelectOption(c_choose);
3297: htp.formSelectClose;
3298: htp.p('

');

Line 3315: htp.tableRowOpen;

3311: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
3312: end if;
3313: else -- Print out NOCOPY label and input box for dimension3
3314: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
3315: htp.tableRowOpen;
3316: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension3_Level_Name)
3317: ,calign=>'RIGHT',cnowrap=>'YES');
3318: htp.p('

');
3319: htp.formSelectOpen('dim3',cattributes=>'onchange="setdim3()"');

Line 3316: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension3_Level_Name)

3312: end if;
3313: else -- Print out NOCOPY label and input box for dimension3
3314: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
3315: htp.tableRowOpen;
3316: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension3_Level_Name)
3317: ,calign=>'RIGHT',cnowrap=>'YES');
3318: htp.p('

');
3319: htp.formSelectOpen('dim3',cattributes=>'onchange="setdim3()"');
3320: htp.formSelectOption(l_blank,cselected=>'YES');

Line 3318: htp.p('
');

3314: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
3315: htp.tableRowOpen;
3316: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension3_Level_Name)
3317: ,calign=>'RIGHT',cnowrap=>'YES');
3318: htp.p('

');
3319: htp.formSelectOpen('dim3',cattributes=>'onchange="setdim3()"');
3320: htp.formSelectOption(l_blank,cselected=>'YES');
3321: if (l_dim3_tbl.COUNT <> 0) THEN
3322: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim3_tbl,

Line 3319: htp.formSelectOpen('dim3',cattributes=>'onchange="setdim3()"');

3315: htp.tableRowOpen;
3316: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension3_Level_Name)
3317: ,calign=>'RIGHT',cnowrap=>'YES');
3318: htp.p('

');
3319: htp.formSelectOpen('dim3',cattributes=>'onchange="setdim3()"');
3320: htp.formSelectOption(l_blank,cselected=>'YES');
3321: if (l_dim3_tbl.COUNT <> 0) THEN
3322: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim3_tbl,
3323: p_value => NULL,

Line 3320: htp.formSelectOption(l_blank,cselected=>'YES');

3316: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension3_Level_Name)
3317: ,calign=>'RIGHT',cnowrap=>'YES');
3318: htp.p('

');
3319: htp.formSelectOpen('dim3',cattributes=>'onchange="setdim3()"');
3320: htp.formSelectOption(l_blank,cselected=>'YES');
3321: if (l_dim3_tbl.COUNT <> 0) THEN
3322: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim3_tbl,
3323: p_value => NULL,
3324: x_unique_tbl => l_d3_tbl);

Line 3328: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d3_tbl(i).name),

3324: x_unique_tbl => l_d3_tbl);
3325: for i in 1 ..l_d3_tbl.COUNT LOOP
3326: exit when (l_d3_tbl(i).id is NULL);
3327: -- mdamle - 01/15/2001 - Add quotes around VALUE
3328: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d3_tbl(i).name),
3329: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d3_tbl(i).id)||'"');
3330: end loop;
3331: end if;
3332: htp.formSelectOption(c_choose);

Line 3332: htp.formSelectOption(c_choose);

3328: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d3_tbl(i).name),
3329: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d3_tbl(i).id)||'"');
3330: end loop;
3331: end if;
3332: htp.formSelectOption(c_choose);
3333: htp.formSelectClose;
3334: htp.p('

');

Line 3351: htp.tableRowOpen;

3347: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
3348: end if;
3349: else -- Print out NOCOPY label and input box for dimension4
3350: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
3351: htp.tableRowOpen;
3352: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension4_Level_Name)
3353: ,calign=>'RIGHT',cnowrap=>'YES');
3354: htp.p('

');
3355: htp.formSelectOpen('dim4',cattributes=>'onchange="setdim4()"');

Line 3352: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension4_Level_Name)

3348: end if;
3349: else -- Print out NOCOPY label and input box for dimension4
3350: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
3351: htp.tableRowOpen;
3352: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension4_Level_Name)
3353: ,calign=>'RIGHT',cnowrap=>'YES');
3354: htp.p('

');
3355: htp.formSelectOpen('dim4',cattributes=>'onchange="setdim4()"');
3356: htp.formSelectOption(l_blank,cselected=>'YES');

Line 3354: htp.p('
');

3350: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
3351: htp.tableRowOpen;
3352: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension4_Level_Name)
3353: ,calign=>'RIGHT',cnowrap=>'YES');
3354: htp.p('

');
3355: htp.formSelectOpen('dim4',cattributes=>'onchange="setdim4()"');
3356: htp.formSelectOption(l_blank,cselected=>'YES');
3357: if (l_dim4_tbl.COUNT <> 0) THEN
3358: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim4_tbl,

Line 3355: htp.formSelectOpen('dim4',cattributes=>'onchange="setdim4()"');

3351: htp.tableRowOpen;
3352: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension4_Level_Name)
3353: ,calign=>'RIGHT',cnowrap=>'YES');
3354: htp.p('

');
3355: htp.formSelectOpen('dim4',cattributes=>'onchange="setdim4()"');
3356: htp.formSelectOption(l_blank,cselected=>'YES');
3357: if (l_dim4_tbl.COUNT <> 0) THEN
3358: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim4_tbl,
3359: p_value => NULL,

Line 3356: htp.formSelectOption(l_blank,cselected=>'YES');

3352: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension4_Level_Name)
3353: ,calign=>'RIGHT',cnowrap=>'YES');
3354: htp.p('

');
3355: htp.formSelectOpen('dim4',cattributes=>'onchange="setdim4()"');
3356: htp.formSelectOption(l_blank,cselected=>'YES');
3357: if (l_dim4_tbl.COUNT <> 0) THEN
3358: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim4_tbl,
3359: p_value => NULL,
3360: x_unique_tbl => l_d4_tbl);

Line 3364: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d4_tbl(i).name),

3360: x_unique_tbl => l_d4_tbl);
3361: for i in 1 ..l_d4_tbl.COUNT LOOP
3362: exit when (l_d4_tbl(i).id is NULL);
3363: -- mdamle - 01/15/2001 - Add quotes around VALUE
3364: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d4_tbl(i).name),
3365: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d4_tbl(i).id)||'"');
3366: end loop;
3367: end if;
3368: htp.formSelectOption(c_choose);

Line 3368: htp.formSelectOption(c_choose);

3364: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d4_tbl(i).name),
3365: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d4_tbl(i).id)||'"');
3366: end loop;
3367: end if;
3368: htp.formSelectOption(c_choose);
3369: htp.formSelectClose;
3370: htp.p('

');

Line 3388: htp.tableRowOpen;

3384: end if;
3385: else
3386: -- Print out NOCOPY label and input box for dimension5
3387: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);
3388: htp.tableRowOpen;
3389: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension5_Level_Name)
3390: ,calign=>'RIGHT',cnowrap=>'YES');
3391: htp.p('

');
3392: htp.formSelectOpen('dim5',cattributes=>'onchange="setdim5()"');

Line 3389: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension5_Level_Name)

3385: else
3386: -- Print out NOCOPY label and input box for dimension5
3387: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);
3388: htp.tableRowOpen;
3389: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension5_Level_Name)
3390: ,calign=>'RIGHT',cnowrap=>'YES');
3391: htp.p('

');
3392: htp.formSelectOpen('dim5',cattributes=>'onchange="setdim5()"');
3393: htp.formSelectOption(l_blank,cselected=>'YES');

Line 3391: htp.p('
');

3387: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);
3388: htp.tableRowOpen;
3389: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension5_Level_Name)
3390: ,calign=>'RIGHT',cnowrap=>'YES');
3391: htp.p('

');
3392: htp.formSelectOpen('dim5',cattributes=>'onchange="setdim5()"');
3393: htp.formSelectOption(l_blank,cselected=>'YES');
3394: if (l_dim5_tbl.COUNT <> 0) THEN
3395: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim5_tbl,

Line 3392: htp.formSelectOpen('dim5',cattributes=>'onchange="setdim5()"');

3388: htp.tableRowOpen;
3389: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension5_Level_Name)
3390: ,calign=>'RIGHT',cnowrap=>'YES');
3391: htp.p('

');
3392: htp.formSelectOpen('dim5',cattributes=>'onchange="setdim5()"');
3393: htp.formSelectOption(l_blank,cselected=>'YES');
3394: if (l_dim5_tbl.COUNT <> 0) THEN
3395: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim5_tbl,
3396: p_value => NULL,

Line 3393: htp.formSelectOption(l_blank,cselected=>'YES');

3389: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension5_Level_Name)
3390: ,calign=>'RIGHT',cnowrap=>'YES');
3391: htp.p('

');
3392: htp.formSelectOpen('dim5',cattributes=>'onchange="setdim5()"');
3393: htp.formSelectOption(l_blank,cselected=>'YES');
3394: if (l_dim5_tbl.COUNT <> 0) THEN
3395: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim5_tbl,
3396: p_value => NULL,
3397: x_unique_tbl => l_d5_tbl);

Line 3401: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d5_tbl(i).name),

3397: x_unique_tbl => l_d5_tbl);
3398: for i in 1 ..l_d5_tbl.COUNT LOOP
3399: exit when (l_d5_tbl(i).id is NULL);
3400: -- mdamle - 01/15/2001 - Add quotes around VALUE
3401: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d5_tbl(i).name),
3402: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d5_tbl(i).id)||'"');
3403: end loop;
3404: end if;
3405: htp.formSelectOption(c_choose);

Line 3405: htp.formSelectOption(c_choose);

3401: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d5_tbl(i).name),
3402: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d5_tbl(i).id)||'"');
3403: end loop;
3404: end if;
3405: htp.formSelectOption(c_choose);
3406: htp.formSelectClose;
3407: htp.p('

');

Line 3425: htp.tableRowOpen;

3421: end if;
3422: else
3423: -- Print out NOCOPY label and input box for dimension6
3424: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
3425: htp.tableRowOpen;
3426: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension6_Level_Name)
3427: ,calign=>'RIGHT',cnowrap=>'YES');
3428: htp.p('

');
3429: htp.formSelectOpen('dim6',cattributes=>'onchange="setdim6()"');

Line 3426: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension6_Level_Name)

3422: else
3423: -- Print out NOCOPY label and input box for dimension6
3424: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
3425: htp.tableRowOpen;
3426: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension6_Level_Name)
3427: ,calign=>'RIGHT',cnowrap=>'YES');
3428: htp.p('

');
3429: htp.formSelectOpen('dim6',cattributes=>'onchange="setdim6()"');
3430: htp.formSelectOption(l_blank,cselected=>'YES');

Line 3428: htp.p('
');

3424: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
3425: htp.tableRowOpen;
3426: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension6_Level_Name)
3427: ,calign=>'RIGHT',cnowrap=>'YES');
3428: htp.p('

');
3429: htp.formSelectOpen('dim6',cattributes=>'onchange="setdim6()"');
3430: htp.formSelectOption(l_blank,cselected=>'YES');
3431: if (l_dim6_tbl.COUNT <> 0) THEN
3432: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim6_tbl,

Line 3429: htp.formSelectOpen('dim6',cattributes=>'onchange="setdim6()"');

3425: htp.tableRowOpen;
3426: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension6_Level_Name)
3427: ,calign=>'RIGHT',cnowrap=>'YES');
3428: htp.p('

');
3429: htp.formSelectOpen('dim6',cattributes=>'onchange="setdim6()"');
3430: htp.formSelectOption(l_blank,cselected=>'YES');
3431: if (l_dim6_tbl.COUNT <> 0) THEN
3432: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim6_tbl,
3433: p_value => NULL,

Line 3430: htp.formSelectOption(l_blank,cselected=>'YES');

3426: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension6_Level_Name)
3427: ,calign=>'RIGHT',cnowrap=>'YES');
3428: htp.p('

');
3429: htp.formSelectOpen('dim6',cattributes=>'onchange="setdim6()"');
3430: htp.formSelectOption(l_blank,cselected=>'YES');
3431: if (l_dim6_tbl.COUNT <> 0) THEN
3432: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim6_tbl,
3433: p_value => NULL,
3434: x_unique_tbl => l_d6_tbl);

Line 3438: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d6_tbl(i).name),

3434: x_unique_tbl => l_d6_tbl);
3435: for i in 1 ..l_d6_tbl.COUNT LOOP
3436: exit when (l_d6_tbl(i).id is NULL);
3437: -- mdamle - 01/15/2001 - Add quotes around VALUE
3438: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d6_tbl(i).name),
3439: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d6_tbl(i).id)||'"');
3440: end loop;
3441: end if;
3442: htp.formSelectOption(c_choose);

Line 3442: htp.formSelectOption(c_choose);

3438: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d6_tbl(i).name),
3439: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d6_tbl(i).id)||'"');
3440: end loop;
3441: end if;
3442: htp.formSelectOption(c_choose);
3443: htp.formSelectClose;
3444: htp.p('

');

Line 3462: htp.tableRowOpen;

3458: end if;
3459: else
3460: -- Print out NOCOPY label and input box for dimension7
3461: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
3462: htp.tableRowOpen;
3463: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension7_Level_Name)
3464: ,calign=>'RIGHT',cnowrap=>'YES');
3465: htp.p('

');
3466: htp.formSelectOpen('dim7',cattributes=>'onchange="setdim7()"');

Line 3463: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension7_Level_Name)

3459: else
3460: -- Print out NOCOPY label and input box for dimension7
3461: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
3462: htp.tableRowOpen;
3463: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension7_Level_Name)
3464: ,calign=>'RIGHT',cnowrap=>'YES');
3465: htp.p('

');
3466: htp.formSelectOpen('dim7',cattributes=>'onchange="setdim7()"');
3467: htp.formSelectOption(l_blank,cselected=>'YES');

Line 3465: htp.p('
');

3461: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
3462: htp.tableRowOpen;
3463: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension7_Level_Name)
3464: ,calign=>'RIGHT',cnowrap=>'YES');
3465: htp.p('

');
3466: htp.formSelectOpen('dim7',cattributes=>'onchange="setdim7()"');
3467: htp.formSelectOption(l_blank,cselected=>'YES');
3468: if (l_dim7_tbl.COUNT <> 0) THEN
3469: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim7_tbl,

Line 3466: htp.formSelectOpen('dim7',cattributes=>'onchange="setdim7()"');

3462: htp.tableRowOpen;
3463: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension7_Level_Name)
3464: ,calign=>'RIGHT',cnowrap=>'YES');
3465: htp.p('

');
3466: htp.formSelectOpen('dim7',cattributes=>'onchange="setdim7()"');
3467: htp.formSelectOption(l_blank,cselected=>'YES');
3468: if (l_dim7_tbl.COUNT <> 0) THEN
3469: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim7_tbl,
3470: p_value => NULL,

Line 3467: htp.formSelectOption(l_blank,cselected=>'YES');

3463: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension7_Level_Name)
3464: ,calign=>'RIGHT',cnowrap=>'YES');
3465: htp.p('

');
3466: htp.formSelectOpen('dim7',cattributes=>'onchange="setdim7()"');
3467: htp.formSelectOption(l_blank,cselected=>'YES');
3468: if (l_dim7_tbl.COUNT <> 0) THEN
3469: BIS_INDICATOR_REGION_UI_PVT.removeDuplicates(p_original_tbl => l_dim7_tbl,
3470: p_value => NULL,
3471: x_unique_tbl => l_d7_tbl);

Line 3475: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d7_tbl(i).name),

3471: x_unique_tbl => l_d7_tbl);
3472: for i in 1 ..l_d7_tbl.COUNT LOOP
3473: exit when (l_d7_tbl(i).id is NULL);
3474: -- mdamle - 01/15/2001 - Add quotes around VALUE
3475: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d7_tbl(i).name),
3476: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d7_tbl(i).id)||'"');
3477: end loop;
3478: end if;
3479: htp.formSelectOption(c_choose);

Line 3479: htp.formSelectOption(c_choose);

3475: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d7_tbl(i).name),
3476: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d7_tbl(i).id)||'"');
3477: end loop;
3478: end if;
3479: htp.formSelectOption(c_choose);
3480: htp.formSelectClose;
3481: htp.p('

');
3493: htp.formSelectOpen('plan');
3494: for pl in plan_cur loop

Line 3491: htp.tableData(bis_utilities_pvt.escape_html(c_plan),calign=>'RIGHT',cnowrap=>'YES');

3487: htp.p('');
3488:
3489: -- Have a poplist for the Business Plan
3490: htp.tableRowOpen;
3491: htp.tableData(bis_utilities_pvt.escape_html(c_plan),calign=>'RIGHT',cnowrap=>'YES');
3492: htp.p('

');
3493: htp.formSelectOpen('plan');
3494: for pl in plan_cur loop
3495: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),

Line 3492: htp.p('
');

3488:
3489: -- Have a poplist for the Business Plan
3490: htp.tableRowOpen;
3491: htp.tableData(bis_utilities_pvt.escape_html(c_plan),calign=>'RIGHT',cnowrap=>'YES');
3492: htp.p('

');
3493: htp.formSelectOpen('plan');
3494: for pl in plan_cur loop
3495: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),
3496: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(pl.plan_id));

Line 3493: htp.formSelectOpen('plan');

3489: -- Have a poplist for the Business Plan
3490: htp.tableRowOpen;
3491: htp.tableData(bis_utilities_pvt.escape_html(c_plan),calign=>'RIGHT',cnowrap=>'YES');
3492: htp.p('

');
3493: htp.formSelectOpen('plan');
3494: for pl in plan_cur loop
3495: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),
3496: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(pl.plan_id));
3497: end loop;

Line 3495: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),

3491: htp.tableData(bis_utilities_pvt.escape_html(c_plan),calign=>'RIGHT',cnowrap=>'YES');
3492: htp.p('

');
3493: htp.formSelectOpen('plan');
3494: for pl in plan_cur loop
3495: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),
3496: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(pl.plan_id));
3497: end loop;
3498: htp.formSelectClose;
3499: htp.p('
'||

Line 3502: htp.tableRowOpen;

3498: htp.formSelectClose;
3499: htp.p('

'||
3505: '
'||
3505: '
'||

3500: htp.tableRowClose;
3501:
3502: htp.tableRowOpen;
3503: htp.p('');
3504: htp.p('

'||
3505: '
'||
3505: '
');
3510: htp.p(c_displabel);

Line 3508: htp.tableRowOpen;

3504: htp.p('

'||
3505: '
');
3510: htp.p(c_displabel);
3511: htp.p('
');

3505: '

');
3510: htp.p(c_displabel);
3511: htp.p('
');
3510: htp.p(c_displabel);
3511: htp.p('
');
3510: htp.p(c_displabel);
3511: htp.p('
');

Line 3512: htp.tableRowClose;

3508: htp.tableRowOpen;
3509: htp.p('

');
3510: htp.p(c_displabel);
3511: htp.p('
');
3516: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);

Line 3514: htp.tableRowOpen;

3510: htp.p(c_displabel);
3511: htp.p('

');
3516: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);
3517: htp.p('
');

3511: htp.p('

');
3516: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);
3517: htp.p('
');
3516: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);
3517: htp.p('
');
3516: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);
3517: htp.p('
');
3516: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);
3517: htp.p('
'||

Line 3526: htp.p('');

3522: htp.tableClose;
3523: -- close cell with dim labels and input boxes
3524: htp.p('

'||
3529: '
'||
3529: '
'||

3524: htp.p('

'||
3529: '
'||
3529: '
'||

Line 3533: htp.tableRowOpen;

3529: '

'||
3536: '
'||
3536: '
'||

3531: htp.tableRowClose;
3532:
3533: htp.tableRowOpen;
3534: htp.p('');
3535: htp.p('

'||
3536: '
'||
3536: '
'||
3536: '
');

Line 3546: htp.tableRowClose;

3542: htp.tableRowClose;
3543:
3544: htp.tableRowOpen;
3545: htp.p('

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

Line 3548: htp.tableRowOpen;

3544: htp.tableRowOpen;
3545: htp.p('

');
3546: htp.tableRowClose;
3547:
3548: htp.tableRowOpen;
3549: htp.p('
');
3550: htp.p('');
3551: htp.tableRowOpen;
3552: -- cell containing the add button

Line 3549: htp.p('
');
3546: htp.tableRowClose;
3547:
3548: htp.tableRowOpen;
3549: htp.p('
');

3545: htp.p('

');
3550: htp.p('');
3551: htp.tableRowOpen;
3552: -- cell containing the add button
3553: htp.p('
');

Line 3550: htp.p('');

3546: htp.tableRowClose;
3547:
3548: htp.tableRowOpen;
3549: htp.p('

');
3550: htp.p('');
3551: htp.tableRowOpen;
3552: -- cell containing the add button
3553: htp.p('
');
3554:

Line 3551: htp.tableRowOpen;

3547:
3548: htp.tableRowOpen;
3549: htp.p('

');
3550: htp.p('');
3551: htp.tableRowOpen;
3552: -- cell containing the add button
3553: htp.p('
');
3554:
3555: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.

Line 3553: htp.p('
');

3549: htp.p('

');
3550: htp.p('');
3551: htp.tableRowOpen;
3552: -- cell containing the add button
3553: htp.p('');
3566: htp.tableRowClose;
3567: htp.tableClose;

Line 3565: htp.p('');

3561: l_button_tbl(1).href := 'Javascript:addTo()';
3562: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3563: htp.p(l_button_str);
3564:
3565: htp.p('');
3566: htp.tableRowClose;
3567: htp.tableClose;
3568: htp.p('');
3569: htp.tableRowClose;

Line 3566: htp.tableRowClose;

3562: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3563: htp.p(l_button_str);
3564:
3565: htp.p('');
3566: htp.tableRowClose;
3567: htp.tableClose;
3568: htp.p('');
3569: htp.tableRowClose;
3570:

Line 3567: htp.tableClose;

3563: htp.p(l_button_str);
3564:
3565: htp.p('');
3566: htp.tableRowClose;
3567: htp.tableClose;
3568: htp.p('');
3569: htp.tableRowClose;
3570:
3571: htp.p('');

Line 3568: htp.p('');

3564:
3565: htp.p('');
3566: htp.tableRowClose;
3567: htp.tableClose;
3568: htp.p('');
3569: htp.tableRowClose;
3570:
3571: htp.p('');
3572: htp.tableClose;

Line 3569: htp.tableRowClose;

3565: htp.p('');
3566: htp.tableRowClose;
3567: htp.tableClose;
3568: htp.p('');
3569: htp.tableRowClose;
3570:
3571: htp.p('');
3572: htp.tableClose;
3573: htp.p('');

Line 3571: htp.p('');

3567: htp.tableClose;
3568: htp.p('');
3569: htp.tableRowClose;
3570:
3571: htp.p('');
3572: htp.tableClose;
3573: htp.p('');
3574:
3575: -- **********************************************************************

Line 3572: htp.tableClose;

3568: htp.p('');
3569: htp.tableRowClose;
3570:
3571: htp.p('');
3572: htp.tableClose;
3573: htp.p('');
3574:
3575: -- **********************************************************************
3576: -- Put a separator to move the dimensions and selected boxes apart

Line 3573: htp.p('');

3569: htp.tableRowClose;
3570:
3571: htp.p('');
3572: htp.tableClose;
3573: htp.p('');
3574:
3575: -- **********************************************************************
3576: -- Put a separator to move the dimensions and selected boxes apart
3577: htp.p('

');

Line 3577: htp.p('
');

3573: htp.p('');
3574:
3575: -- **********************************************************************
3576: -- Put a separator to move the dimensions and selected boxes apart
3577: htp.p('

');
3578:
3579: htp.p('');
3580: -- open cell for right side box
3581: htp.p('
');
3578:
3579: htp.p('');
3580: -- open cell for right side box
3581: htp.p('
');
3554:
3555: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3556: --icx_plug_utilities.buttonBoth(c_display_homepage,'Javascript:addTo()');
3557: l_button_tbl(1).left_edge := BIS_UTILITIES_PVT.G_ROUND_EDGE;

Line 3563: htp.p(l_button_str);

3559: l_button_tbl(1).disabled := FND_API.G_FALSE;
3560: l_button_tbl(1).label := c_display_homepage;
3561: l_button_tbl(1).href := 'Javascript:addTo()';
3562: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3563: htp.p(l_button_str);
3564:
3565: htp.p('




');

Line 3579: htp.p('');

3575: -- **********************************************************************
3576: -- Put a separator to move the dimensions and selected boxes apart
3577: htp.p('


');
3582: htp.p('');
3583: htp.tableRowOpen;

Line 3581: htp.p('
');
3578:
3579: htp.p('');
3580: -- open cell for right side box
3581: htp.p('
');

3577: htp.p('


');
3582: htp.p('');
3583: htp.tableRowOpen;
3584: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevels_homepage),
3585: calign=>'LEFT',

Line 3582: htp.p('
');

3578:
3579: htp.p('');
3580: -- open cell for right side box
3581: htp.p('

');
3582: htp.p('');
3583: htp.tableRowOpen;
3584: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevels_homepage),
3585: calign=>'LEFT',
3586: cnowrap=>'YES');

Line 3583: htp.tableRowOpen;

3579: htp.p('');
3580: -- open cell for right side box
3581: htp.p('

');
3861: htp.tableRowClose;
3862:
3863: htp.p('');
3864: htp.tableClose; -- main table
3865: htp.centerClose;
3866:
3867: htp.bodyClose;

Line 3864: htp.tableClose; -- main table

3860: htp.p('');
3861: htp.tableRowClose;
3862:
3863: htp.p('');
3864: htp.tableClose; -- main table
3865: htp.centerClose;
3866:
3867: htp.bodyClose;
3868: htp.htmlClose;

Line 3865: htp.centerClose;

3861: htp.tableRowClose;
3862:
3863: htp.p('');
3864: htp.tableClose; -- main table
3865: htp.centerClose;
3866:
3867: htp.bodyClose;
3868: htp.htmlClose;
3869:

Line 3867: htp.bodyClose;

3863: htp.p('');
3864: htp.tableClose; -- main table
3865: htp.centerClose;
3866:
3867: htp.bodyClose;
3868: htp.htmlClose;
3869:
3870: end if; -- icx_validatesession
3871:

Line 3868: htp.htmlClose;

3864: htp.tableClose; -- main table
3865: htp.centerClose;
3866:
3867: htp.bodyClose;
3868: htp.htmlClose;
3869:
3870: end if; -- icx_validatesession
3871:
3872: exception

Line 3873: when others then htp.p(SQLERRM);

3869:
3870: end if; -- icx_validatesession
3871:
3872: exception
3873: when others then htp.p(SQLERRM);
3874:
3875: end showDimensions;*/
3876:
3877:

Line 3986: -- htp.p('p_display_label_tbl '||p_displaylabels_tbl(i)||'
');

3982: l_display_label := substr(p_displaylabels_tbl(i),l_point10+1);
3983:
3984: --
3985: -- ****************************** Debug stuff ***************
3986: -- htp.p('p_display_label_tbl '||p_displaylabels_tbl(i)||'
');
3987: -- htp.p('
'||l_indlevel_id||'*'||l_d0||'*'||l_d1||'*'||l_d2||'*'
3988: -- ||l_d3||'*'||l_d4||
3989: -- '*'||l_d5||'*'||l_plan||'*'||l_display_label||'
');
3990: -- ***********************************************************

Line 3987: -- htp.p('
'||l_indlevel_id||'*'||l_d0||'*'||l_d1||'*'||l_d2||'*'

3983:
3984: --
3985: -- ****************************** Debug stuff ***************
3986: -- htp.p('p_display_label_tbl '||p_displaylabels_tbl(i)||'
');
3987: -- htp.p('
'||l_indlevel_id||'*'||l_d0||'*'||l_d1||'*'||l_d2||'*'
3988: -- ||l_d3||'*'||l_d4||
3989: -- '*'||l_d5||'*'||l_plan||'*'||l_display_label||'
');
3990: -- ***********************************************************
3991:

Line 4017: -- htp.p('respid :'||l_resp_id);

4013: x_return_status => l_return_status,
4014: x_error_Tbl => l_error_tbl);
4015:
4016: -- ********* Debug stuff ********************
4017: -- htp.p('respid :'||l_resp_id);
4018: -- htp.p('tarid :'||l_tar_id);
4019: -- htp.p('orgid :'||l_org_id);
4020: -- htp.p('disp :'||l_disp);
4021: -- *******************************************

Line 4018: -- htp.p('tarid :'||l_tar_id);

4014: x_error_Tbl => l_error_tbl);
4015:
4016: -- ********* Debug stuff ********************
4017: -- htp.p('respid :'||l_resp_id);
4018: -- htp.p('tarid :'||l_tar_id);
4019: -- htp.p('orgid :'||l_org_id);
4020: -- htp.p('disp :'||l_disp);
4021: -- *******************************************
4022:

Line 4019: -- htp.p('orgid :'||l_org_id);

4015:
4016: -- ********* Debug stuff ********************
4017: -- htp.p('respid :'||l_resp_id);
4018: -- htp.p('tarid :'||l_tar_id);
4019: -- htp.p('orgid :'||l_org_id);
4020: -- htp.p('disp :'||l_disp);
4021: -- *******************************************
4022:
4023: end loop; -- loop for the input plsql table

Line 4020: -- htp.p('disp :'||l_disp);

4016: -- ********* Debug stuff ********************
4017: -- htp.p('respid :'||l_resp_id);
4018: -- htp.p('tarid :'||l_tar_id);
4019: -- htp.p('orgid :'||l_org_id);
4020: -- htp.p('disp :'||l_disp);
4021: -- *******************************************
4022:
4023: end loop; -- loop for the input plsql table
4024:

Line 4044: when others then htp.p(SQLERRM);

4040: end if; -- icx_validate_session
4041:
4042: exception
4043: when no_data_found then NULL;
4044: when others then htp.p(SQLERRM);
4045:
4046: end strDimensions;*/
4047:
4048:

Line 4238: -- htp.p('passed in values (tar lev, org val, dim1-5,plan) :'||V||'
');

4234: l_selfhistory := 'history.go(0);';
4235: end if;
4236:
4237: -- ******** Debug stuff ******************
4238: -- htp.p('passed in values (tar lev, org val, dim1-5,plan) :'||V||'
');
4239: -- *****************************************
4240:
4241: -- Set the message strings from the database
4242: fnd_message.set_name('BIS','BIS_ENTER_DISPLABEL');

Line 4285: -- htp.p(l_indlevel_id||'*'||l_d0||'*'||l_d1||'*'||l_d2||'*'||

4281:
4282: l_var1 := l_d0;
4283:
4284: -- ************** Debug stuff ****************************
4285: -- htp.p(l_indlevel_id||'*'||l_d0||'*'||l_d1||'*'||l_d2||'*'||
4286: -- l_d3||'*'||l_d4||'*'||l_d5||'*'||l_plan);
4287: -- htp.p('
*****************************************************
');
4288:
4289: -- Get all the previously selected labels from

Line 4287: -- htp.p('
*****************************************************
');

4283:
4284: -- ************** Debug stuff ****************************
4285: -- htp.p(l_indlevel_id||'*'||l_d0||'*'||l_d1||'*'||l_d2||'*'||
4286: -- l_d3||'*'||l_d4||'*'||l_d5||'*'||l_plan);
4287: -- htp.p('
*****************************************************
');
4288:
4289: -- Get all the previously selected labels from
4290: -- selections table.
4291: BIS_INDICATOR_REGION_PUB.Retrieve_User_Ind_Selections

Line 4417: htp.htmlOpen;

4413: END IF;
4414: END LOOP;
4415: END IF; -- if l_favorites_tbl is empty
4416:
4417: htp.htmlOpen;
4418:
4419: -- *********************************************************
4420: -- Call the procedure that paints the LOV javascript function
4421: htp.headOpen;

Line 4421: htp.headOpen;

4417: htp.htmlOpen;
4418:
4419: -- *********************************************************
4420: -- Call the procedure that paints the LOV javascript function
4421: htp.headOpen;
4422: BIS_UTILITIES_PVT.putStyle();
4423: -- mdamle 01/15/2001 - the form name is different for edit
4424: -- hence the script is different as well
4425: -- BIS_LOV_PUB.lovjscript;

Line 4427: htp.headClose;

4423: -- mdamle 01/15/2001 - the form name is different for edit
4424: -- hence the script is different as well
4425: -- BIS_LOV_PUB.lovjscript;
4426: BIS_LOV_PUB.editlovjscript(x_string => l_string);
4427: htp.headClose;
4428:
4429: htp.p('');
4430:
4431: BIS_UTILITIES_PVT.putStyle;

Line 4429: htp.p('');

4425: -- BIS_LOV_PUB.lovjscript;
4426: BIS_LOV_PUB.editlovjscript(x_string => l_string);
4427: htp.headClose;
4428:
4429: htp.p('');
4430:
4431: BIS_UTILITIES_PVT.putStyle;
4432:
4433: Build_HTML_Banner(

Line 4439: htp.p('');

4859: }
4860: }');
4861:
4862:
4863: htp.p('');
4864:
4865: htp.p('');
4866: htp.formOpen('javascript:saveRename()'
4867: ,'POST','','','name="editDimensions"');

Line 4865: htp.p('');

4861:
4862:
4863: htp.p('');
4864:
4865: htp.p('');
4866: htp.formOpen('javascript:saveRename()'
4867: ,'POST','','','name="editDimensions"');
4868:
4869: htp.centerOpen;

Line 4866: htp.formOpen('javascript:saveRename()'

4862:
4863: htp.p('');
4864:
4865: htp.p('');
4866: htp.formOpen('javascript:saveRename()'
4867: ,'POST','','','name="editDimensions"');
4868:
4869: htp.centerOpen;
4870: htp.p('');

Line 4869: htp.centerOpen;

4865: htp.p('');
4866: htp.formOpen('javascript:saveRename()'
4867: ,'POST','','','name="editDimensions"');
4868:
4869: htp.centerOpen;
4870: htp.p('');
4871: htp.p('

');
3582: htp.p('');
3583: htp.tableRowOpen;
3584: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevels_homepage),
3585: calign=>'LEFT',
3586: cnowrap=>'YES');
3587: htp.tableData('
');

Line 3584: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevels_homepage),

3580: -- open cell for right side box
3581: htp.p('

');
3861: htp.tableRowClose;
3862:
3863: htp.p('');
3864: htp.tableClose; -- main table
3865: htp.centerClose;

Line 3863: htp.p('');

3859: htp.p('

');
3582: htp.p('');
3583: htp.tableRowOpen;
3584: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevels_homepage),
3585: calign=>'LEFT',
3586: cnowrap=>'YES');
3587: htp.tableData('
');
3588: htp.tableRowClose;

Line 3587: htp.tableData('
');

3583: htp.tableRowOpen;
3584: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevels_homepage),
3585: calign=>'LEFT',
3586: cnowrap=>'YES');
3587: htp.tableData('
');
3588: htp.tableRowClose;
3589:
3590: htp.tableRowOpen;
3591: htp.p('

');
3712:
3713: htp.p('');
3714: htp.p('');

3707: end LOOP;
3708: end if; -- endif for checking if p_ind_level_id is null or not
3709:
3710: htp.formSelectClose;
3711: htp.p('');
3712:
3713: htp.p('');
3714: htp.p('

');
3712:
3713: htp.p('');
3714: htp.p('');
3712:
3713: htp.p('');
3714: htp.p('');
3725: htp.p('');
3725: htp.p('');
3725: htp.p('
');
3734: htp.tableClose; --up and down
3735: htp.p('');
3736: htp.tableRowClose;
3737:

Line 3734: htp.tableClose; --up and down

3730: icx_util.replace_alt_quotes(
3731: BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||
3732: '" BORDER="0">');
3733: htp.p('');
3734: htp.tableClose; --up and down
3735: htp.p('');
3736: htp.tableRowClose;
3737:
3738: htp.p('');

Line 3735: htp.p('');

3731: BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||
3732: '" BORDER="0">');
3733: htp.p('');
3734: htp.tableClose; --up and down
3735: htp.p('');
3736: htp.tableRowClose;
3737:
3738: htp.p('');
3739: htp.tableRowOpen;

Line 3736: htp.tableRowClose;

3732: '" BORDER="0">');
3733: htp.p('');
3734: htp.tableClose; --up and down
3735: htp.p('');
3736: htp.tableRowClose;
3737:
3738: htp.p('');
3739: htp.tableRowOpen;
3740: htp.p('

');
3736: htp.tableRowClose;
3737:
3738: htp.p('');
3739: htp.tableRowOpen;
3740: htp.p('');
3736: htp.tableRowClose;
3737:
3738: htp.p('');
3739: htp.tableRowOpen;
3740: htp.p('');
3758: htp.p('');

3753: l_button_tbl(1).href := 'Javascript:editTo()';
3754: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3755: htp.p(l_button_str);
3756:
3757: htp.p('');
3758: htp.p('

');
3758: htp.p('');
3773: htp.tableClose;
3774: htp.p('');

Line 3772: htp.p('');

3768: l_button_tbl(1).href := 'Javascript:deleteTo()';
3769: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3770: htp.p(l_button_str);
3771:
3772: htp.p('');
3773: htp.tableClose;
3774: htp.p('');
3775:
3776: htp.p('

');

Line 3773: htp.tableClose;

3769: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3770: htp.p(l_button_str);
3771:
3772: htp.p('

');
3773: htp.tableClose;
3774: htp.p('');
3775:
3776: htp.p('
');
3777:

Line 3774: htp.p('');

3770: htp.p(l_button_str);
3771:
3772: htp.p('

');
3773: htp.tableClose;
3774: htp.p('');
3775:
3776: htp.p('
');
3777:
3778: htp.tableRowClose;

Line 3776: htp.p('
');

3772: htp.p('

');
3773: htp.tableClose;
3774: htp.p('');
3775:
3776: htp.p('
');
3777:
3778: htp.tableRowClose;
3779: htp.tableClose;
3780: htp.p(''); -- close right side cell containing favorites and arrow buttons

Line 3778: htp.tableRowClose;

3774: htp.p('');
3775:
3776: htp.p('

');
3777:
3778: htp.tableRowClose;
3779: htp.tableClose;
3780: htp.p(''); -- close right side cell containing favorites and arrow buttons
3781:
3782: htp.p('');

Line 3779: htp.tableClose;

3775:
3776: htp.p('

');
3777:
3778: htp.tableRowClose;
3779: htp.tableClose;
3780: htp.p(''); -- close right side cell containing favorites and arrow buttons
3781:
3782: htp.p('');
3783: htp.tableRowClose; -- row one of cell close

Line 3780: htp.p(''); -- close right side cell containing favorites and arrow buttons

3776: htp.p('

');
3777:
3778: htp.tableRowClose;
3779: htp.tableClose;
3780: htp.p(''); -- close right side cell containing favorites and arrow buttons
3781:
3782: htp.p('');
3783: htp.tableRowClose; -- row one of cell close
3784:

Line 3782: htp.p('');

3778: htp.tableRowClose;
3779: htp.tableClose;
3780: htp.p(''); -- close right side cell containing favorites and arrow buttons
3781:
3782: htp.p('');
3783: htp.tableRowClose; -- row one of cell close
3784:
3785: htp.tableRowOpen;
3786: htp.p('

');

Line 3783: htp.tableRowClose; -- row one of cell close

3779: htp.tableClose;
3780: htp.p(''); -- close right side cell containing favorites and arrow buttons
3781:
3782: htp.p('');
3783: htp.tableRowClose; -- row one of cell close
3784:
3785: htp.tableRowOpen;
3786: htp.p('

');
3787: htp.tableRowClose;

Line 3785: htp.tableRowOpen;

3781:
3782: htp.p('');
3783: htp.tableRowClose; -- row one of cell close
3784:
3785: htp.tableRowOpen;
3786: htp.p('

');
3787: htp.tableRowClose;
3788:
3789: htp.tableRowOpen;

Line 3786: htp.p('
');

3782: htp.p('');
3783: htp.tableRowClose; -- row one of cell close
3784:
3785: htp.tableRowOpen;
3786: htp.p('

');
3787: htp.tableRowClose;
3788:
3789: htp.tableRowOpen;
3790: htp.p('
');
3787: htp.tableRowClose;
3788:
3789: htp.tableRowOpen;
3790: htp.p('
');

Line 3789: htp.tableRowOpen;

3785: htp.tableRowOpen;
3786: htp.p('

');
3787: htp.tableRowClose;
3788:
3789: htp.tableRowOpen;
3790: htp.p('
');
3792: htp.tableRowClose;
3793:

Line 3790: htp.p('
');
3787: htp.tableRowClose;
3788:
3789: htp.tableRowOpen;
3790: htp.p('
');
3792: htp.tableRowClose;
3793:
3794: htp.p('');

Line 3792: htp.tableRowClose;

3788:
3789: htp.tableRowOpen;
3790: htp.p('

');
3792: htp.tableRowClose;
3793:
3794: htp.p('');
3795: htp.tableClose;
3796: htp.p('');

Line 3794: htp.p('');

3790: htp.p('

');
3792: htp.tableRowClose;
3793:
3794: htp.p('');
3795: htp.tableClose;
3796: htp.p('');
3797:
3798: htp.p('');

Line 3795: htp.tableClose;

3791: '');
3792: htp.tableRowClose;
3793:
3794: htp.p('');
3795: htp.tableClose;
3796: htp.p('');
3797:
3798: htp.p('');
3799: htp.tableRowClose;

Line 3796: htp.p('');

3792: htp.tableRowClose;
3793:
3794: htp.p('');
3795: htp.tableClose;
3796: htp.p('');
3797:
3798: htp.p('');
3799: htp.tableRowClose;
3800:

Line 3798: htp.p('');

3794: htp.p('');
3795: htp.tableClose;
3796: htp.p('');
3797:
3798: htp.p('');
3799: htp.tableRowClose;
3800:
3801:
3802: htp.tableRowOpen;

Line 3799: htp.tableRowClose;

3795: htp.tableClose;
3796: htp.p('');
3797:
3798: htp.p('');
3799: htp.tableRowClose;
3800:
3801:
3802: htp.tableRowOpen;
3803: htp.p('

');

Line 3802: htp.tableRowOpen;

3798: htp.p('');
3799: htp.tableRowClose;
3800:
3801:
3802: htp.tableRowOpen;
3803: htp.p('

');
3804: htp.tableRowClose;
3805:
3806: htp.p('');

Line 3803: htp.p('
');

3799: htp.tableRowClose;
3800:
3801:
3802: htp.tableRowOpen;
3803: htp.p('

');
3804: htp.tableRowClose;
3805:
3806: htp.p('');
3807: htp.tableRowOpen;

Line 3804: htp.tableRowClose;

3800:
3801:
3802: htp.tableRowOpen;
3803: htp.p('

');
3804: htp.tableRowClose;
3805:
3806: htp.p('');
3807: htp.tableRowOpen;
3808: htp.p('
');
3804: htp.tableRowClose;
3805:
3806: htp.p('');
3807: htp.tableRowOpen;
3808: htp.p('
');
3861: htp.tableRowClose;
3862:
3863: htp.p('');
3864: htp.tableClose; -- main table

Line 3861: htp.tableRowClose;

3857:
3858: htp.p('

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

Line 3588: htp.tableRowClose;

3584: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevels_homepage),
3585: calign=>'LEFT',
3586: cnowrap=>'YES');
3587: htp.tableData('
');
3588: htp.tableRowClose;
3589:
3590: htp.tableRowOpen;
3591: htp.p('

');
3592: htp.formSelectOpen(cname=>'C',cattributes=>'SIZE=20');

Line 3590: htp.tableRowOpen;

3586: cnowrap=>'YES');
3587: htp.tableData('
');
3588: htp.tableRowClose;
3589:
3590: htp.tableRowOpen;
3591: htp.p('

');
3592: htp.formSelectOpen(cname=>'C',cattributes=>'SIZE=20');
3593: -- If first time to this page, get favorites from database
3594: if (p_ind_level_id is NULL) then

Line 3591: htp.p('
');

3587: htp.tableData('
');
3588: htp.tableRowClose;
3589:
3590: htp.tableRowOpen;
3591: htp.p('

');
3592: htp.formSelectOpen(cname=>'C',cattributes=>'SIZE=20');
3593: -- If first time to this page, get favorites from database
3594: if (p_ind_level_id is NULL) then
3595: if (l_labels_tbl.COUNT = 0) THEN

Line 3592: htp.formSelectOpen(cname=>'C',cattributes=>'SIZE=20');

3588: htp.tableRowClose;
3589:
3590: htp.tableRowOpen;
3591: htp.p('

');
3592: htp.formSelectOpen(cname=>'C',cattributes=>'SIZE=20');
3593: -- If first time to this page, get favorites from database
3594: if (p_ind_level_id is NULL) then
3595: if (l_labels_tbl.COUNT = 0) THEN
3596: htp.formSelectOption(l_initialize);

Line 3596: htp.formSelectOption(l_initialize);

3592: htp.formSelectOpen(cname=>'C',cattributes=>'SIZE=20');
3593: -- If first time to this page, get favorites from database
3594: if (p_ind_level_id is NULL) then
3595: if (l_labels_tbl.COUNT = 0) THEN
3596: htp.formSelectOption(l_initialize);
3597: else
3598: for i in l_labels_tbl.FIRST .. l_labels_tbl.COUNT loop
3599:
3600: l_Org_level_value_id := null;

Line 3684: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_labels_tbl(i).label),

3680: ELSE
3681: l_access := '*N';
3682: END IF;
3683: -- mdamle 01/15/2001 - Added quotes around the VALUE
3684: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_labels_tbl(i).label),
3685: cattributes=>' VALUE="'||bis_utilities_pvt.escape_html_input(REPLACE(REPLACE(l_link,'+1',c_minus),'+',c_at))||
3686: bis_utilities_pvt.escape_html_input(l_access)||'"');
3687:
3688: end LOOP;

Line 3704: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_text)

3700: IF ( (instr(l_value, '*Y', -1, 1 ) = 0) AND
3701: (instr(l_value, '*N', -1, 1 ) = 0)) THEN
3702: l_value := l_value || '*Y'; -- first time added
3703: END IF;
3704: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_text)
3705: ,cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_value)||'"');
3706: exit when p_displaylabels_tbl(i) is NULL;
3707: end LOOP;
3708: end if; -- endif for checking if p_ind_level_id is null or not

Line 3710: htp.formSelectClose;

3706: exit when p_displaylabels_tbl(i) is NULL;
3707: end LOOP;
3708: end if; -- endif for checking if p_ind_level_id is null or not
3709:
3710: htp.formSelectClose;
3711: htp.p('

'); -- open cell for up down buttons

Line 3711: htp.p('
'); -- open cell for up down buttons
3715: htp.tableOpen; -- table for up-down buttons

Line 3713: htp.p('');

3709:
3710: htp.formSelectClose;
3711: htp.p('

'); -- open cell for up down buttons
3715: htp.tableOpen; -- table for up-down buttons
3716: htp.p('
');
3717: htp.p(''); -- open cell for up down buttons

3710: htp.formSelectClose;
3711: htp.p('

'); -- open cell for up down buttons
3715: htp.tableOpen; -- table for up-down buttons
3716: htp.p('
');
3717: htp.p(''); -- open cell for up down buttons
3715: htp.tableOpen; -- table for up-down buttons
3716: htp.p('
');
3717: htp.p('');

3712:
3713: htp.p('');
3714: htp.p('

'); -- open cell for up down buttons
3715: htp.tableOpen; -- table for up-down buttons
3716: htp.p('
');
3717: htp.p(''||<br>
</p>
<h5>Line 3717:        htp.p('<A HREF='); -- open cell for up down buttons
3715: htp.tableOpen; -- table for up-down buttons
3716: htp.p('
');
3717: htp.p(''||<br>
3721:               icx_util.replace_alt_quotes(<br>
</p>
<h5>Line 3724:        htp.p('</td></tr>');<br>
</h5><p>
3720:               ||''';return true'||<br>
3721:               icx_util.replace_alt_quotes(<br>
3722:                        BIS_UTILITIES_PVT.getPrompt('BIS_UP'))<br>
3723:               ||'');
3724: htp.p('
');
3726: htp.p('');

3721: icx_util.replace_alt_quotes(
3722: BIS_UTILITIES_PVT.getPrompt('BIS_UP'))
3723: ||'" BORDER="0">
');
3724: htp.p('

');
3726: htp.p(''||<br>
</p>
<h5>Line 3726:        htp.p('<A HREF=');
3724: htp.p('
');
3726: htp.p(''||<br>
3730:               icx_util.replace_alt_quotes(<br>
</p>
<h5>Line 3733:        htp.p('</td></tr>');<br>
</h5><p>
3729:               ''';return true'||<br>
3730:               icx_util.replace_alt_quotes(<br>
3731:                        BIS_UTILITIES_PVT.getPrompt('BIS_DOWN'))||<br>
3732:                        '');
3733: htp.p('
');

Line 3738: htp.p('');

3734: htp.tableClose; --up and down
3735: htp.p('

');
3741: htp.p('');
3742: htp.tableOpen;

Line 3739: htp.tableRowOpen;

3735: htp.p('

');
3741: htp.p('');
3742: htp.tableOpen;
3743: htp.p('
');

Line 3740: htp.p('
');

3736: htp.tableRowClose;
3737:
3738: htp.p('');
3739: htp.tableRowOpen;
3740: htp.p('

');
3741: htp.p('');
3742: htp.tableOpen;
3743: htp.p('
');
3744:

Line 3741: htp.p('');

3737:
3738: htp.p('');
3739: htp.tableRowOpen;
3740: htp.p('

');
3741: htp.p('');
3742: htp.tableOpen;
3743: htp.p('
');
3744:
3745: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.

Line 3742: htp.tableOpen;

3738: htp.p('');
3739: htp.tableRowOpen;
3740: htp.p('

');
3741: htp.p('');
3742: htp.tableOpen;
3743: htp.p('
');
3744:
3745: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3746: --icx_plug_utilities.buttonBoth(

Line 3743: htp.p('
');

3739: htp.tableRowOpen;
3740: htp.p('

');
3741: htp.p('');
3742: htp.tableOpen;
3743: htp.p('
');
3744:
3745: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3746: --icx_plug_utilities.buttonBoth(
3747: -- BIS_UTILITIES_PVT.getPrompt('BIS_EDIT')

Line 3755: htp.p(l_button_str);

3751: l_button_tbl(1).disabled := FND_API.G_FALSE;
3752: l_button_tbl(1).label := BIS_UTILITIES_PVT.getPrompt('BIS_EDIT');
3753: l_button_tbl(1).href := 'Javascript:editTo()';
3754: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3755: htp.p(l_button_str);
3756:
3757: htp.p('

');
3759:

Line 3757: htp.p('
');
3759:
3760: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3761: --icx_plug_utilities.buttonBoth(

Line 3758: htp.p('
');

3754: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3755: htp.p(l_button_str);
3756:
3757: htp.p('

');
3759:
3760: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3761: --icx_plug_utilities.buttonBoth(
3762: -- BIS_UTILITIES_PVT.getPrompt('BIS_DELETE')

Line 3770: htp.p(l_button_str);

3766: l_button_tbl(1).disabled := FND_API.G_FALSE;
3767: l_button_tbl(1).label := BIS_UTILITIES_PVT.getPrompt('BIS_DELETE');
3768: l_button_tbl(1).href := 'Javascript:deleteTo()';
3769: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3770: htp.p(l_button_str);
3771:
3772: htp.p('














'||

Line 3787: htp.tableRowClose;

3783: htp.tableRowClose; -- row one of cell close
3784:
3785: htp.tableRowOpen;
3786: htp.p('


'||
3791: '

'||
3791: '
'||

3786: htp.p('


'||
3791: '
'||
3791: '
'||
3791: '





');

Line 3806: htp.p('');

3802: htp.tableRowOpen;
3803: htp.p('


');
3809: --meastmon 06/20/2001. Added valign attribute
3810: htp.p('');
3804: htp.tableRowClose;
3805:
3806: htp.p('');
3807: htp.tableRowOpen;
3808: htp.p('');
3861: htp.tableRowClose;
3862:
3863: htp.p('');

Line 3860: htp.p('');

3856: htp.p(l_button_str);
3857:
3858: htp.p('

');
3859: htp.p('
'); -- ok

Line 3807: htp.tableRowOpen;

3803: htp.p('


');
3809: --meastmon 06/20/2001. Added valign attribute
3810: htp.p('');
3859: htp.p('
'); -- ok
3811:

Line 3808: htp.p('
');

3804: htp.tableRowClose;
3805:
3806: htp.p('');
3807: htp.tableRowOpen;
3808: htp.p('

');
3809: --meastmon 06/20/2001. Added valign attribute
3810: htp.p('');
3861: htp.tableRowClose;
3862:

Line 3859: htp.p('
'); -- ok
3811:
3812: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.

Line 3810: htp.p('');

Line 3858: htp.p('
');

3854: l_button_tbl(1).href := 'Javascript:document.actionback.submit()';
3855: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3856: htp.p(l_button_str);
3857:
3858: htp.p('');
3859: htp.p('

'); -- ok

3806: htp.p('');
3807: htp.tableRowOpen;
3808: htp.p('

');
3809: --meastmon 06/20/2001. Added valign attribute
3810: htp.p('');
3859: htp.p('
'); -- ok
3811:
3812: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3813: --icx_plug_utilities.buttonLeft(BIS_UTILITIES_PVT.getPrompt('BIS_OK'),
3814: -- 'Javascript:savedimensions()');

Line 3821: htp.p(l_button_str);

3817: l_button_tbl(1).disabled := FND_API.G_FALSE;
3818: l_button_tbl(1).label := BIS_UTILITIES_PVT.getPrompt('BIS_OK');
3819: l_button_tbl(1).href := 'Javascript:savedimensions()';
3820: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3821: htp.p(l_button_str);
3822:
3823:
3824: htp.p('');
3825: htp.formClose;

Line 3824: htp.p('');

3820: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3821: htp.p(l_button_str);
3822:
3823:
3824: htp.p('');
3825: htp.formClose;
3826: --meastmon 06/20/2001. Added valign attribute
3827: htp.p('

');
3828:

Line 3825: htp.formClose;

3821: htp.p(l_button_str);
3822:
3823:
3824: htp.p('');
3825: htp.formClose;
3826: --meastmon 06/20/2001. Added valign attribute
3827: htp.p('

');
3828:
3829: htp.p('');

Line 3827: htp.p('
');

3823:
3824: htp.p('');
3825: htp.formClose;
3826: --meastmon 06/20/2001. Added valign attribute
3827: htp.p('

');
3828:
3829: htp.p('');
3830: htp.formOpen('bis_portlet_pmregion.setIndicators'
3831: ,'POST','','','NAME="actionback"');

Line 3829: htp.p('');

3825: htp.formClose;
3826: --meastmon 06/20/2001. Added valign attribute
3827: htp.p('

');
3828:
3829: htp.p('');
3830: htp.formOpen('bis_portlet_pmregion.setIndicators'
3831: ,'POST','','','NAME="actionback"');
3832:
3833: for i in p_selections_tbl.FIRST .. p_selections_tbl.COUNT loop

Line 3830: htp.formOpen('bis_portlet_pmregion.setIndicators'

3826: --meastmon 06/20/2001. Added valign attribute
3827: htp.p('

');
3828:
3829: htp.p('');
3830: htp.formOpen('bis_portlet_pmregion.setIndicators'
3831: ,'POST','','','NAME="actionback"');
3832:
3833: for i in p_selections_tbl.FIRST .. p_selections_tbl.COUNT loop
3834: htp.formHidden('p_selections_tbl',p_selections_tbl(i));

Line 3834: htp.formHidden('p_selections_tbl',p_selections_tbl(i));

3830: htp.formOpen('bis_portlet_pmregion.setIndicators'
3831: ,'POST','','','NAME="actionback"');
3832:
3833: for i in p_selections_tbl.FIRST .. p_selections_tbl.COUNT loop
3834: htp.formHidden('p_selections_tbl',p_selections_tbl(i));
3835: end loop;
3836: htp.formHidden('Z',Z);
3837: htp.formHidden('p_back_url',p_back_url);
3838: htp.formHidden('p_reference_path', p_reference_path);

Line 3836: htp.formHidden('Z',Z);

3832:
3833: for i in p_selections_tbl.FIRST .. p_selections_tbl.COUNT loop
3834: htp.formHidden('p_selections_tbl',p_selections_tbl(i));
3835: end loop;
3836: htp.formHidden('Z',Z);
3837: htp.formHidden('p_back_url',p_back_url);
3838: htp.formHidden('p_reference_path', p_reference_path);
3839:
3840: --meastmon 06/20/2001. This should not be here

Line 3837: htp.formHidden('p_back_url',p_back_url);

3833: for i in p_selections_tbl.FIRST .. p_selections_tbl.COUNT loop
3834: htp.formHidden('p_selections_tbl',p_selections_tbl(i));
3835: end loop;
3836: htp.formHidden('Z',Z);
3837: htp.formHidden('p_back_url',p_back_url);
3838: htp.formHidden('p_reference_path', p_reference_path);
3839:
3840: --meastmon 06/20/2001. This should not be here
3841: --htp.formOpen('bis_indicator_region_ui_pvt.setIndicators'

Line 3838: htp.formHidden('p_reference_path', p_reference_path);

3834: htp.formHidden('p_selections_tbl',p_selections_tbl(i));
3835: end loop;
3836: htp.formHidden('Z',Z);
3837: htp.formHidden('p_back_url',p_back_url);
3838: htp.formHidden('p_reference_path', p_reference_path);
3839:
3840: --meastmon 06/20/2001. This should not be here
3841: --htp.formOpen('bis_indicator_region_ui_pvt.setIndicators'
3842: -- ,'POST','','','NAME="actionback"');

Line 3841: --htp.formOpen('bis_indicator_region_ui_pvt.setIndicators'

3837: htp.formHidden('p_back_url',p_back_url);
3838: htp.formHidden('p_reference_path', p_reference_path);
3839:
3840: --meastmon 06/20/2001. This should not be here
3841: --htp.formOpen('bis_indicator_region_ui_pvt.setIndicators'
3842: -- ,'POST','','','NAME="actionback"');
3843:
3844: htp.p('');
3845: htp.formClose;

Line 3844: htp.p('');

3840: --meastmon 06/20/2001. This should not be here
3841: --htp.formOpen('bis_indicator_region_ui_pvt.setIndicators'
3842: -- ,'POST','','','NAME="actionback"');
3843:
3844: htp.p('');
3845: htp.formClose;
3846:
3847: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3848: --icx_plug_utilities.buttonRight(BIS_UTILITIES_PVT.getPrompt('BIS_CANCEL'),

Line 3845: htp.formClose;

3841: --htp.formOpen('bis_indicator_region_ui_pvt.setIndicators'
3842: -- ,'POST','','','NAME="actionback"');
3843:
3844: htp.p('');
3845: htp.formClose;
3846:
3847: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
3848: --icx_plug_utilities.buttonRight(BIS_UTILITIES_PVT.getPrompt('BIS_CANCEL'),
3849: -- 'Javascript:document.actionback.submit()');

Line 3856: htp.p(l_button_str);

3852: l_button_tbl(1).disabled := FND_API.G_FALSE;
3853: l_button_tbl(1).label := BIS_UTILITIES_PVT.getPrompt('BIS_CANCEL');
3854: l_button_tbl(1).href := 'Javascript:document.actionback.submit()';
3855: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3856: htp.p(l_button_str);
3857:
3858: htp.p('

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

3855: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
3856: htp.p(l_button_str);
3857:
3858: htp.p('

');
3860: htp.p('
');
3860: htp.p('
');
3860: htp.p('
');
3860: htp.p('
'); -- main
4872: htp.formHidden('ind',l_indlevel_id);
4873: htp.p('');

Line 4870: htp.p('');

4866: htp.formOpen('javascript:saveRename()'
4867: ,'POST','','','name="editDimensions"');
4868:
4869: htp.centerOpen;
4870: htp.p('');
4871: htp.p('

'); -- main
4872: htp.formHidden('ind',l_indlevel_id);
4873: htp.p('');
4874: htp.tableRowOpen;

Line 4871: htp.p('
'); -- main

4867: ,'POST','','','name="editDimensions"');
4868:
4869: htp.centerOpen;
4870: htp.p('');
4871: htp.p('

'); -- main
4872: htp.formHidden('ind',l_indlevel_id);
4873: htp.p('');
4874: htp.tableRowOpen;
4875: htp.p('
');

Line 4872: htp.formHidden('ind',l_indlevel_id);

4868:
4869: htp.centerOpen;
4870: htp.p('');
4871: htp.p(''); -- main
4872: htp.formHidden('ind',l_indlevel_id);
4873: htp.p('');
4874: htp.tableRowOpen;
4875: htp.p('
');
4876: htp.tableOpen;

Line 4873: htp.p('');

4869: htp.centerOpen;
4870: htp.p('');
4871: htp.p(''); -- main
4872: htp.formHidden('ind',l_indlevel_id);
4873: htp.p('');
4874: htp.tableRowOpen;
4875: htp.p('
');
4876: htp.tableOpen;
4877: htp.tableRowOpen;

Line 4874: htp.tableRowOpen;

4870: htp.p('');
4871: htp.p(''); -- main
4872: htp.formHidden('ind',l_indlevel_id);
4873: htp.p('');
4874: htp.tableRowOpen;
4875: htp.p('
');
4876: htp.tableOpen;
4877: htp.tableRowOpen;
4878: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel)||' ',calign=>'RIGHT');

Line 4875: htp.p('
');

4871: htp.p(''); -- main
4872: htp.formHidden('ind',l_indlevel_id);
4873: htp.p('');
4874: htp.tableRowOpen;
4875: htp.p('');

Line 4879: htp.tableData(htf.bold(bis_utilities_pvt.escape_html(l_indlevel_name)),calign=>'LEFT');

4875: htp.p('

');
4883: htp.tableRowClose;

Line 4880: htp.tableRowClose;

4876: htp.tableOpen;
4877: htp.tableRowOpen;
4878: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel)||' ',calign=>'RIGHT');
4879: htp.tableData(htf.bold(bis_utilities_pvt.escape_html(l_indlevel_name)),calign=>'LEFT');
4880: htp.tableRowClose;
4881: htp.tableClose;
4882: htp.p('');
4883: htp.tableRowClose;
4884:

Line 4881: htp.tableClose;

4877: htp.tableRowOpen;
4878: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel)||' ',calign=>'RIGHT');
4879: htp.tableData(htf.bold(bis_utilities_pvt.escape_html(l_indlevel_name)),calign=>'LEFT');
4880: htp.tableRowClose;
4881: htp.tableClose;
4882: htp.p('');
4883: htp.tableRowClose;
4884:
4885: htp.p('');

Line 4882: htp.p('');

4878: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel)||' ',calign=>'RIGHT');
4879: htp.tableData(htf.bold(bis_utilities_pvt.escape_html(l_indlevel_name)),calign=>'LEFT');
4880: htp.tableRowClose;
4881: htp.tableClose;
4882: htp.p('');
4883: htp.tableRowClose;
4884:
4885: htp.p('');
4886: htp.tableRowOpen;

Line 4883: htp.tableRowClose;

4879: htp.tableData(htf.bold(bis_utilities_pvt.escape_html(l_indlevel_name)),calign=>'LEFT');
4880: htp.tableRowClose;
4881: htp.tableClose;
4882: htp.p('');
4883: htp.tableRowClose;
4884:
4885: htp.p('');
4886: htp.tableRowOpen;
4887: htp.tableData('
');

Line 4885: htp.p('');

4881: htp.tableClose;
4882: htp.p('');
4883: htp.tableRowClose;
4884:
4885: htp.p('');
4886: htp.tableRowOpen;
4887: htp.tableData('
');
4888: htp.tableRowClose;
4889:

Line 4886: htp.tableRowOpen;

4882: htp.p('');
4883: htp.tableRowClose;
4884:
4885: htp.p('');
4886: htp.tableRowOpen;
4887: htp.tableData('
');
4888: htp.tableRowClose;
4889:
4890: htp.tableRowOpen;

Line 4887: htp.tableData('
');

4883: htp.tableRowClose;
4884:
4885: htp.p('');
4886: htp.tableRowOpen;
4887: htp.tableData('
');
4888: htp.tableRowClose;
4889:
4890: htp.tableRowOpen;
4891: htp.p('

');
4876: htp.tableOpen;
4877: htp.tableRowOpen;
4878: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel)||' ',calign=>'RIGHT');
4879: htp.tableData(htf.bold(bis_utilities_pvt.escape_html(l_indlevel_name)),calign=>'LEFT');

Line 4876: htp.tableOpen;

4872: htp.formHidden('ind',l_indlevel_id);
4873: htp.p('');
4874: htp.tableRowOpen;
4875: htp.p('

');
4876: htp.tableOpen;
4877: htp.tableRowOpen;
4878: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel)||' ',calign=>'RIGHT');
4879: htp.tableData(htf.bold(bis_utilities_pvt.escape_html(l_indlevel_name)),calign=>'LEFT');
4880: htp.tableRowClose;

Line 4877: htp.tableRowOpen;

4873: htp.p('');
4874: htp.tableRowOpen;
4875: htp.p('

');
4876: htp.tableOpen;
4877: htp.tableRowOpen;
4878: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel)||' ',calign=>'RIGHT');
4879: htp.tableData(htf.bold(bis_utilities_pvt.escape_html(l_indlevel_name)),calign=>'LEFT');
4880: htp.tableRowClose;
4881: htp.tableClose;

Line 4878: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel)||' ',calign=>'RIGHT');

4874: htp.tableRowOpen;
4875: htp.p('

');
4876: htp.tableOpen;
4877: htp.tableRowOpen;
4878: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel)||' ',calign=>'RIGHT');
4879: htp.tableData(htf.bold(bis_utilities_pvt.escape_html(l_indlevel_name)),calign=>'LEFT');
4880: htp.tableRowClose;
4881: htp.tableClose;
4882: htp.p('
');
4876: htp.tableOpen;
4877: htp.tableRowOpen;
4878: htp.tableData(bis_utilities_pvt.escape_html(c_tarlevel)||' ',calign=>'RIGHT');
4879: htp.tableData(htf.bold(bis_utilities_pvt.escape_html(l_indlevel_name)),calign=>'LEFT');
4880: htp.tableRowClose;
4881: htp.tableClose;
4882: htp.p('
');

Line 4888: htp.tableRowClose;

4884:
4885: htp.p('');
4886: htp.tableRowOpen;
4887: htp.tableData('
');
4888: htp.tableRowClose;
4889:
4890: htp.tableRowOpen;
4891: htp.p('

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

Line 4890: htp.tableRowOpen;

4886: htp.tableRowOpen;
4887: htp.tableData('
');
4888: htp.tableRowClose;
4889:
4890: htp.tableRowOpen;
4891: htp.p('

');
4892: htp.p('');
4893: htp.p('');
4894: htp.tableRowOpen;

Line 4891: htp.p('
');

4887: htp.tableData('
');
4888: htp.tableRowClose;
4889:
4890: htp.tableRowOpen;
4891: htp.p('

');
4892: htp.p('');
4893: htp.p('');
4894: htp.tableRowOpen;
4895: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');

Line 4892: htp.p('
');

4888: htp.tableRowClose;
4889:
4890: htp.tableRowOpen;
4891: htp.p('

');
4892: htp.p('');
4893: htp.p('');
4894: htp.tableRowOpen;
4895: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');
4896: htp.tableRowClose;

Line 4893: htp.p('');

4889:
4890: htp.tableRowOpen;
4891: htp.p('

');
4892: htp.p('');
4893: htp.p('');
4894: htp.tableRowOpen;
4895: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');
4896: htp.tableRowClose;
4897:

Line 4894: htp.tableRowOpen;

4890: htp.tableRowOpen;
4891: htp.p('

');
4892: htp.p('');
4893: htp.p('');
4894: htp.tableRowOpen;
4895: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');
4896: htp.tableRowClose;
4897:
4898: htp.p('');

Line 4895: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');

4891: htp.p('

');
4892: htp.p('');
4893: htp.p('');
4894: htp.tableRowOpen;
4895: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');
4896: htp.tableRowClose;
4897:
4898: htp.p('');
4899: htp.tableRowOpen; -- Open row for dimensions boxes table

Line 4896: htp.tableRowClose;

4892: htp.p('

');
4893: htp.p('');
4894: htp.tableRowOpen;
4895: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');
4896: htp.tableRowClose;
4897:
4898: htp.p('');
4899: htp.tableRowOpen; -- Open row for dimensions boxes table
4900: htp.p('
');

Line 4898: htp.p('');

4894: htp.tableRowOpen;
4895: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');
4896: htp.tableRowClose;
4897:
4898: htp.p('');
4899: htp.tableRowOpen; -- Open row for dimensions boxes table
4900: htp.p('

');
4901:
4902: htp.p('');

Line 4899: htp.tableRowOpen; -- Open row for dimensions boxes table

4895: htp.tableData(bis_utilities_pvt.escape_html(c_dim_and_plan), calign=>'LEFT');
4896: htp.tableRowClose;
4897:
4898: htp.p('');
4899: htp.tableRowOpen; -- Open row for dimensions boxes table
4900: htp.p('

');
4901:
4902: htp.p('');
4903: htp.p('');

Line 4900: htp.p('
');

4896: htp.tableRowClose;
4897:
4898: htp.p('');
4899: htp.tableRowOpen; -- Open row for dimensions boxes table
4900: htp.p('

');
4901:
4902: htp.p('');
4903: htp.p('');
4904:

Line 4902: htp.p('');

4898: htp.p('');
4899: htp.tableRowOpen; -- Open row for dimensions boxes table
4900: htp.p('

');
4901:
4902: htp.p('');
4903: htp.p('');
4904:
4905: htp.p('');
4906: htp.tableRowOpen;

Line 4903: htp.p('
');

4899: htp.tableRowOpen; -- Open row for dimensions boxes table
4900: htp.p('

');
4901:
4902: htp.p('');
4903: htp.p('');
4904:
4905: htp.p('');
4906: htp.tableRowOpen;
4907: htp.p('
'||

Line 4905: htp.p('');

4901:
4902: htp.p('');
4903: htp.p('');
4904:
4905: htp.p('');
4906: htp.tableRowOpen;
4907: htp.p('');
4909: htp.tableRowClose;

Line 4906: htp.tableRowOpen;

4902: htp.p('');
4903: htp.p('

'||
4908: '
');
4904:
4905: htp.p('');
4906: htp.tableRowOpen;
4907: htp.p('');
4909: htp.tableRowClose;
4910:

Line 4907: htp.p('
'||
4908: '
'||

4903: htp.p('');
4904:
4905: htp.p('');
4906: htp.tableRowOpen;
4907: htp.p('');
4909: htp.tableRowClose;
4910:
4911: htp.tableRowOpen;

Line 4909: htp.tableRowClose;

4905: htp.p('');
4906: htp.tableRowOpen;
4907: htp.p('

');
4909: htp.tableRowClose;
4910:
4911: htp.tableRowOpen;
4912: htp.p('');
4913: htp.p('
');
4909: htp.tableRowClose;
4910:
4911: htp.tableRowOpen;
4912: htp.p('');
4913: htp.p('
');
4915: htp.p('
');

Line 4912: htp.p('');

4908: '');
4909: htp.tableRowClose;
4910:
4911: htp.tableRowOpen;
4912: htp.p('');
4913: htp.p('

');
4915: htp.p('
');
4916:

Line 4913: htp.p('
');
4915: htp.p('
');
4916:
4917: htp.p('');

Line 4915: htp.p('
');

4911: htp.tableRowOpen;
4912: htp.p('');
4913: htp.p('

');
4915: htp.p('
');
4916:
4917: htp.p('');
4918: htp.p('
'||
4908: '
'||
4908: '
'||

Line 4911: htp.tableRowOpen;

4907: htp.p('

'||
4908: '
'||
4914: '
'||
4914: '
'||

4909: htp.tableRowClose;
4910:
4911: htp.tableRowOpen;
4912: htp.p('');
4913: htp.p('

'||
4914: '
'||
4914: '
');
4919: htp.p('');

Line 4917: htp.p('');

4913: htp.p('

');
4915: htp.p('');
4916:
4917: htp.p('');
4918: htp.p('
'||
4914: '
');
4919: htp.p('');
4920:
4921: htp.tableRowOpen;

Line 4918: htp.p('
');
4915: htp.p('');
4916:
4917: htp.p('');
4918: htp.p('
');

4914: '

');
4919: htp.p('');
4920:
4921: htp.tableRowOpen;
4922: htp.p('');

Line 4919: htp.p('
');

4915: htp.p('

');
4916:
4917: htp.p('');
4918: htp.p('
');
4919: htp.p('');
4920:
4921: htp.tableRowOpen;
4922: htp.p('');
4923: htp.tableRowClose;

Line 4921: htp.tableRowOpen;

4917: htp.p('');
4918: htp.p('

');
4919: htp.p('');
4920:
4921: htp.tableRowOpen;
4922: htp.p('');
4923: htp.tableRowClose;
4924:
4925: htp.p('');

Line 4922: htp.p('
');

4918: htp.p('

');
4919: htp.p('');
4920:
4921: htp.tableRowOpen;
4922: htp.p('');
4923: htp.tableRowClose;
4924:
4925: htp.p('');
4926: htp.tableRowOpen;

Line 4923: htp.tableRowClose;

4919: htp.p('

');
4920:
4921: htp.tableRowOpen;
4922: htp.p('');
4923: htp.tableRowClose;
4924:
4925: htp.p('');
4926: htp.tableRowOpen;
4927: htp.p('');
4923: htp.tableRowClose;
4924:
4925: htp.p('');
4926: htp.tableRowOpen;
4927: htp.p('
');

Line 4925: htp.p('');

4921: htp.tableRowOpen;
4922: htp.p('

');
4928: htp.p('');
4929:

Line 4926: htp.tableRowOpen;

4922: htp.p('

');
4923: htp.tableRowClose;
4924:
4925: htp.p('');
4926: htp.tableRowOpen;
4927: htp.p('
');
4928: htp.p('');
4929:
4930: -- ****************************************************************

Line 4927: htp.p('
');

4923: htp.tableRowClose;
4924:
4925: htp.p('');
4926: htp.tableRowOpen;
4927: htp.p('

');
4928: htp.p('');
4929:
4930: -- ****************************************************************
4931: -- Table containing the dimension names,boxes

Line 4928: htp.p('
');

4924:
4925: htp.p('');
4926: htp.tableRowOpen;
4927: htp.p('

');
4928: htp.p('');
4929:
4930: -- ****************************************************************
4931: -- Table containing the dimension names,boxes
4932:

Line 4940: htp.formHidden('timeDimension', l_Time_Seq_Num);

4936: -- Dimension0 for Organization
4937:
4938: -- meastmon 06/07/2001
4939: l_Time_Seq_Num := BIS_INDICATOR_REGION_UI_PVT.getTimeSeqNum(l_indlevel_id);
4940: htp.formHidden('timeDimension', l_Time_Seq_Num);
4941:
4942: -- mdamle 01/15/2001 - Use Dim6 and Dim7
4943: -- Get the Dimension No. for Org
4944: l_Org_Seq_Num := BIS_INDICATOR_REGION_UI_PVT.getOrgSeqNum(l_indlevel_id);

Line 4945: htp.formHidden('orgDimension', l_Org_Seq_Num);

4941:
4942: -- mdamle 01/15/2001 - Use Dim6 and Dim7
4943: -- Get the Dimension No. for Org
4944: l_Org_Seq_Num := BIS_INDICATOR_REGION_UI_PVT.getOrgSeqNum(l_indlevel_id);
4945: htp.formHidden('orgDimension', l_Org_Seq_Num);
4946:
4947: -- mdamle 01/15/2001 - Use Dim6 and Dim7
4948: if l_Org_Seq_Num = 1 then
4949: l_Org_Level_ID := c_recs.Dimension1_level_id;

Line 4985: htp.formHidden('dim0_level_id',l_blank);

4981: l_Org_Level_Name := c_recs.Dimension7_level_Name;
4982: end if;
4983:
4984: if (l_Org_Level_ID is NULL) then
4985: htp.formHidden('dim0_level_id',l_blank);
4986: -- meastmon 06/07/2001
4987: htp.formHidden('set_sob','FALSE');
4988: --
4989: elsif (l_Org_Level_Short_Name='TOTAL_ORGANIZATIONS') then

Line 4987: htp.formHidden('set_sob','FALSE');

4983:
4984: if (l_Org_Level_ID is NULL) then
4985: htp.formHidden('dim0_level_id',l_blank);
4986: -- meastmon 06/07/2001
4987: htp.formHidden('set_sob','FALSE');
4988: --
4989: elsif (l_Org_Level_Short_Name='TOTAL_ORGANIZATIONS') then
4990: htp.formHidden('dim0_level_id',l_Org_Level_ID);
4991: -- meastmon 06/07/2001

Line 4990: htp.formHidden('dim0_level_id',l_Org_Level_ID);

4986: -- meastmon 06/07/2001
4987: htp.formHidden('set_sob','FALSE');
4988: --
4989: elsif (l_Org_Level_Short_Name='TOTAL_ORGANIZATIONS') then
4990: htp.formHidden('dim0_level_id',l_Org_Level_ID);
4991: -- meastmon 06/07/2001
4992: htp.formHidden('set_sob','FALSE');
4993: --
4994: htp.tableRowOpen;

Line 4992: htp.formHidden('set_sob','FALSE');

4988: --
4989: elsif (l_Org_Level_Short_Name='TOTAL_ORGANIZATIONS') then
4990: htp.formHidden('dim0_level_id',l_Org_Level_ID);
4991: -- meastmon 06/07/2001
4992: htp.formHidden('set_sob','FALSE');
4993: --
4994: htp.tableRowOpen;
4995: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');
4996: htp.p('

');
5069: htp.tablerowClose;
5070: end if;

Line 5067: htp.formSelectClose;

5063: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(l_d0_tbl(i).id));
5064: end loop;
5065: end if;
5066: htp.formSelectOption(c_choose);
5067: htp.formSelectClose;
5068: htp.p('');
5069: htp.tablerowClose;
5070: end if;
5071:

Line 5068: htp.p('');

5064: end loop;
5065: end if;
5066: htp.formSelectOption(c_choose);
5067: htp.formSelectClose;
5068: htp.p('');
5069: htp.tablerowClose;
5070: end if;
5071:
5072: -- ***********************************

Line 5069: htp.tablerowClose;

5065: end if;
5066: htp.formSelectOption(c_choose);
5067: htp.formSelectClose;
5068: htp.p('');
5069: htp.tablerowClose;
5070: end if;
5071:
5072: -- ***********************************
5073: -- Dimension1

Line 5079: htp.formHidden('dim1_level_id', NULL);

5075: -- meastmon 06/07/2001
5076: -- Dont show time dimension level
5077: if (c_recs.Dimension1_Level_ID is NULL) or (l_Org_Seq_Num = 1) or (l_Time_Seq_Num = 1) then
5078: if (l_Org_Seq_Num = 1) or (l_Time_Seq_Num = 1) then
5079: htp.formHidden('dim1_level_id', NULL);
5080: else
5081: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);
5082: end if;
5083: else

Line 5081: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);

5077: if (c_recs.Dimension1_Level_ID is NULL) or (l_Org_Seq_Num = 1) or (l_Time_Seq_Num = 1) then
5078: if (l_Org_Seq_Num = 1) or (l_Time_Seq_Num = 1) then
5079: htp.formHidden('dim1_level_id', NULL);
5080: else
5081: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);
5082: end if;
5083: else
5084: -- Print out NOCOPY label and input box for dimension1
5085: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);

Line 5085: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);

5081: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);
5082: end if;
5083: else
5084: -- Print out NOCOPY label and input box for dimension1
5085: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);
5086: htp.tableRowOpen;
5087: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension1_Level_Name)||' '
5088: ,calign=>'RIGHT'
5089: ,cnowrap=>'YES');

Line 5086: htp.tableRowOpen;

5082: end if;
5083: else
5084: -- Print out NOCOPY label and input box for dimension1
5085: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);
5086: htp.tableRowOpen;
5087: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension1_Level_Name)||' '
5088: ,calign=>'RIGHT'
5089: ,cnowrap=>'YES');
5090: htp.p('

');
5131: htp.tablerowClose;
5132: end if;

Line 5129: htp.formSelectClose;

5125: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d1_tbl(i).id)||'"');
5126: end loop;
5127: end if;
5128: htp.formSelectOption(c_choose);
5129: htp.formSelectClose;
5130: htp.p('');
5131: htp.tablerowClose;
5132: end if;
5133:

Line 5130: htp.p('');

5126: end loop;
5127: end if;
5128: htp.formSelectOption(c_choose);
5129: htp.formSelectClose;
5130: htp.p('');
5131: htp.tablerowClose;
5132: end if;
5133:
5134: -- Dimension2

Line 5131: htp.tablerowClose;

5127: end if;
5128: htp.formSelectOption(c_choose);
5129: htp.formSelectClose;
5130: htp.p('');
5131: htp.tablerowClose;
5132: end if;
5133:
5134: -- Dimension2
5135: -- *******************************************

Line 5141: htp.formHidden('dim2_level_id', NULL);

5137: -- meastmon 06/07/2001
5138: -- Dont show time dimension level
5139: if (c_recs.Dimension2_Level_ID is NULL) or (l_Org_Seq_Num = 2) or (l_Time_Seq_Num = 2) then
5140: if (l_Org_Seq_Num = 2) or (l_Time_Seq_Num = 2) then
5141: htp.formHidden('dim2_level_id', NULL);
5142: else
5143: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
5144: end if;
5145: else -- Print out NOCOPY label and input box for dimension2

Line 5143: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);

5139: if (c_recs.Dimension2_Level_ID is NULL) or (l_Org_Seq_Num = 2) or (l_Time_Seq_Num = 2) then
5140: if (l_Org_Seq_Num = 2) or (l_Time_Seq_Num = 2) then
5141: htp.formHidden('dim2_level_id', NULL);
5142: else
5143: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
5144: end if;
5145: else -- Print out NOCOPY label and input box for dimension2
5146: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
5147: htp.tableRowOpen;

Line 5146: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);

5142: else
5143: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
5144: end if;
5145: else -- Print out NOCOPY label and input box for dimension2
5146: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
5147: htp.tableRowOpen;
5148: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension2_Level_Name)||' '
5149: ,calign=>'RIGHT'
5150: ,cnowrap=>'YES');

Line 5147: htp.tableRowOpen;

5143: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
5144: end if;
5145: else -- Print out NOCOPY label and input box for dimension2
5146: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
5147: htp.tableRowOpen;
5148: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension2_Level_Name)||' '
5149: ,calign=>'RIGHT'
5150: ,cnowrap=>'YES');
5151: htp.p('

');
5193: htp.tablerowClose;
5194: end if;

Line 5191: htp.formSelectClose;

5187: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d2_tbl(i).id)||'"');
5188: end loop;
5189: end if;
5190: htp.formSelectOption(c_choose);
5191: htp.formSelectClose;
5192: htp.p('');
5193: htp.tablerowClose;
5194: end if;
5195:

Line 5192: htp.p('');

5188: end loop;
5189: end if;
5190: htp.formSelectOption(c_choose);
5191: htp.formSelectClose;
5192: htp.p('');
5193: htp.tablerowClose;
5194: end if;
5195:
5196: -- Dimension3

Line 5193: htp.tablerowClose;

5189: end if;
5190: htp.formSelectOption(c_choose);
5191: htp.formSelectClose;
5192: htp.p('');
5193: htp.tablerowClose;
5194: end if;
5195:
5196: -- Dimension3
5197: -- *****************************************

Line 5203: htp.formHidden('dim3_level_id', NULL);

5199: -- meastmon 06/07/2001
5200: -- Dont show time dimension level
5201: if (c_recs.Dimension3_Level_ID is NULL) or (l_Org_Seq_Num = 3) or (l_Time_Seq_Num = 3) then
5202: if (l_Org_Seq_Num = 3) or (l_Time_Seq_Num = 3) then
5203: htp.formHidden('dim3_level_id', NULL);
5204: else
5205: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
5206: end if;
5207: else -- Print out NOCOPY label and input box for dimension3

Line 5205: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);

5201: if (c_recs.Dimension3_Level_ID is NULL) or (l_Org_Seq_Num = 3) or (l_Time_Seq_Num = 3) then
5202: if (l_Org_Seq_Num = 3) or (l_Time_Seq_Num = 3) then
5203: htp.formHidden('dim3_level_id', NULL);
5204: else
5205: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
5206: end if;
5207: else -- Print out NOCOPY label and input box for dimension3
5208: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
5209: htp.tableRowOpen;

Line 5208: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);

5204: else
5205: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
5206: end if;
5207: else -- Print out NOCOPY label and input box for dimension3
5208: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
5209: htp.tableRowOpen;
5210: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension3_Level_Name)||' '
5211: ,calign=>'RIGHT'
5212: ,cnowrap=>'YES');

Line 5209: htp.tableRowOpen;

5205: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
5206: end if;
5207: else -- Print out NOCOPY label and input box for dimension3
5208: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
5209: htp.tableRowOpen;
5210: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension3_Level_Name)||' '
5211: ,calign=>'RIGHT'
5212: ,cnowrap=>'YES');
5213: htp.p('

');
5253: htp.tablerowClose;
5254: end if;

Line 5251: htp.formSelectClose;

5247: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d3_tbl(i).id)||'"');
5248: end loop;
5249: end if;
5250: htp.formSelectOption(c_choose);
5251: htp.formSelectClose;
5252: htp.p('');
5253: htp.tablerowClose;
5254: end if;
5255:

Line 5252: htp.p('');

5248: end loop;
5249: end if;
5250: htp.formSelectOption(c_choose);
5251: htp.formSelectClose;
5252: htp.p('');
5253: htp.tablerowClose;
5254: end if;
5255:
5256: -- Dimension4

Line 5253: htp.tablerowClose;

5249: end if;
5250: htp.formSelectOption(c_choose);
5251: htp.formSelectClose;
5252: htp.p('');
5253: htp.tablerowClose;
5254: end if;
5255:
5256: -- Dimension4
5257: -- ****************************************

Line 5263: htp.formHidden('dim4_level_id', NULL);

5259: -- meastmon 06/07/2001
5260: -- Dont show time dimension level
5261: if (c_recs.Dimension4_Level_ID is NULL) or (l_Org_Seq_Num = 4) or (l_Time_Seq_Num = 4) then
5262: if (l_Org_Seq_Num = 4) or (l_Time_Seq_Num = 4) then
5263: htp.formHidden('dim4_level_id', NULL);
5264: else
5265: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
5266: end if;
5267: else

Line 5265: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);

5261: if (c_recs.Dimension4_Level_ID is NULL) or (l_Org_Seq_Num = 4) or (l_Time_Seq_Num = 4) then
5262: if (l_Org_Seq_Num = 4) or (l_Time_Seq_Num = 4) then
5263: htp.formHidden('dim4_level_id', NULL);
5264: else
5265: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
5266: end if;
5267: else
5268: -- Print out NOCOPY label and input box for dimension4
5269: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);

Line 5269: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);

5265: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
5266: end if;
5267: else
5268: -- Print out NOCOPY label and input box for dimension4
5269: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
5270: htp.tableRowOpen;
5271: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension4_Level_Name)||' '
5272: ,calign=>'RIGHT'
5273: ,cnowrap=>'YES');

Line 5270: htp.tableRowOpen;

5266: end if;
5267: else
5268: -- Print out NOCOPY label and input box for dimension4
5269: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
5270: htp.tableRowOpen;
5271: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension4_Level_Name)||' '
5272: ,calign=>'RIGHT'
5273: ,cnowrap=>'YES');
5274: htp.p('

');
5313: htp.tablerowClose;
5314: end if;

Line 5311: htp.formSelectClose;

5307: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d4_tbl(i).id)||'"');
5308: end loop;
5309: end if;
5310: htp.formSelectOption(c_choose);
5311: htp.formSelectClose;
5312: htp.p('');
5313: htp.tablerowClose;
5314: end if;
5315:

Line 5312: htp.p('');

5308: end loop;
5309: end if;
5310: htp.formSelectOption(c_choose);
5311: htp.formSelectClose;
5312: htp.p('');
5313: htp.tablerowClose;
5314: end if;
5315:
5316: -- Dimension5

Line 5313: htp.tablerowClose;

5309: end if;
5310: htp.formSelectOption(c_choose);
5311: htp.formSelectClose;
5312: htp.p('');
5313: htp.tablerowClose;
5314: end if;
5315:
5316: -- Dimension5
5317: -- ***************************************

Line 5323: htp.formHidden('dim5_level_id', NULL);

5319: -- meastmon 06/07/2001
5320: -- Dont show time dimension level
5321: if (c_recs.Dimension5_Level_ID is NULL) or (l_Org_Seq_Num = 5) or (l_Time_Seq_Num = 5) then
5322: if (l_Org_Seq_Num = 5) or (l_Time_Seq_Num = 5) then
5323: htp.formHidden('dim5_level_id', NULL);
5324: else
5325: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);
5326: end if;
5327: else

Line 5325: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);

5321: if (c_recs.Dimension5_Level_ID is NULL) or (l_Org_Seq_Num = 5) or (l_Time_Seq_Num = 5) then
5322: if (l_Org_Seq_Num = 5) or (l_Time_Seq_Num = 5) then
5323: htp.formHidden('dim5_level_id', NULL);
5324: else
5325: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);
5326: end if;
5327: else
5328: -- Print out NOCOPY label and input box for dimension5
5329: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);

Line 5329: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);

5325: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);
5326: end if;
5327: else
5328: -- Print out NOCOPY label and input box for dimension5
5329: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);
5330: htp.tableRowOpen;
5331: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension5_Level_Name)||' '
5332: ,calign=>'RIGHT'
5333: ,cnowrap=>'YES');

Line 5330: htp.tableRowOpen;

5326: end if;
5327: else
5328: -- Print out NOCOPY label and input box for dimension5
5329: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);
5330: htp.tableRowOpen;
5331: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension5_Level_Name)||' '
5332: ,calign=>'RIGHT'
5333: ,cnowrap=>'YES');
5334: htp.p('

');
5372: htp.tablerowClose;
5373: end if;

Line 5370: htp.formSelectClose;

5366: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d5_tbl(i).id)||'"');
5367: end loop;
5368: end if;
5369: htp.formSelectOption(c_choose);
5370: htp.formSelectClose;
5371: htp.p('');
5372: htp.tablerowClose;
5373: end if;
5374:

Line 5371: htp.p('');

5367: end loop;
5368: end if;
5369: htp.formSelectOption(c_choose);
5370: htp.formSelectClose;
5371: htp.p('');
5372: htp.tablerowClose;
5373: end if;
5374:
5375: -- mdamle 01/15/2001 - Use Dim6 and Dim7

Line 5372: htp.tablerowClose;

5368: end if;
5369: htp.formSelectOption(c_choose);
5370: htp.formSelectClose;
5371: htp.p('');
5372: htp.tablerowClose;
5373: end if;
5374:
5375: -- mdamle 01/15/2001 - Use Dim6 and Dim7
5376: -- Dimension6

Line 5383: htp.formHidden('dim6_level_id', NULL);

5379: -- meastmon 06/07/2001
5380: -- Dont show time dimension level
5381: if (c_recs.Dimension6_Level_ID is NULL) or (l_Org_Seq_Num = 6) or (l_Time_Seq_Num = 6) then
5382: if (l_Org_Seq_Num = 6) or (l_Time_Seq_Num = 6) then
5383: htp.formHidden('dim6_level_id', NULL);
5384: else
5385: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
5386: end if;
5387: else -- Print out NOCOPY label and input box for dimension6

Line 5385: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);

5381: if (c_recs.Dimension6_Level_ID is NULL) or (l_Org_Seq_Num = 6) or (l_Time_Seq_Num = 6) then
5382: if (l_Org_Seq_Num = 6) or (l_Time_Seq_Num = 6) then
5383: htp.formHidden('dim6_level_id', NULL);
5384: else
5385: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
5386: end if;
5387: else -- Print out NOCOPY label and input box for dimension6
5388: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
5389: htp.tableRowOpen;

Line 5388: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);

5384: else
5385: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
5386: end if;
5387: else -- Print out NOCOPY label and input box for dimension6
5388: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
5389: htp.tableRowOpen;
5390: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension6_Level_Name)||' '
5391: ,calign=>'RIGHT'
5392: ,cnowrap=>'YES');

Line 5389: htp.tableRowOpen;

5385: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
5386: end if;
5387: else -- Print out NOCOPY label and input box for dimension6
5388: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
5389: htp.tableRowOpen;
5390: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension6_Level_Name)||' '
5391: ,calign=>'RIGHT'
5392: ,cnowrap=>'YES');
5393: htp.p('

');
5431: htp.tablerowClose;
5432: end if;

Line 5429: htp.formSelectClose;

5425: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d6_tbl(i).id)||'"');
5426: end loop;
5427: end if;
5428: htp.formSelectOption(c_choose);
5429: htp.formSelectClose;
5430: htp.p('');
5431: htp.tablerowClose;
5432: end if;
5433:

Line 5430: htp.p('');

5426: end loop;
5427: end if;
5428: htp.formSelectOption(c_choose);
5429: htp.formSelectClose;
5430: htp.p('');
5431: htp.tablerowClose;
5432: end if;
5433:
5434: -- mdamle 01/15/2001 - Use Dim6 and Dim7

Line 5431: htp.tablerowClose;

5427: end if;
5428: htp.formSelectOption(c_choose);
5429: htp.formSelectClose;
5430: htp.p('');
5431: htp.tablerowClose;
5432: end if;
5433:
5434: -- mdamle 01/15/2001 - Use Dim6 and Dim7
5435: -- Dimension7

Line 5442: htp.formHidden('dim7_level_id', NULL);

5438: -- meastmon 06/07/2001
5439: -- Dont show time dimension level
5440: if (c_recs.Dimension7_Level_ID is NULL) or (l_Org_Seq_Num = 7) or (l_Time_Seq_Num = 7) then
5441: if (l_Org_Seq_Num = 7) or (l_Time_Seq_Num = 7) then
5442: htp.formHidden('dim7_level_id', NULL);
5443: else
5444: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
5445: end if;
5446: else -- Print out NOCOPY label and input box for dimension7

Line 5444: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);

5440: if (c_recs.Dimension7_Level_ID is NULL) or (l_Org_Seq_Num = 7) or (l_Time_Seq_Num = 7) then
5441: if (l_Org_Seq_Num = 7) or (l_Time_Seq_Num = 7) then
5442: htp.formHidden('dim7_level_id', NULL);
5443: else
5444: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
5445: end if;
5446: else -- Print out NOCOPY label and input box for dimension7
5447: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
5448: htp.tableRowOpen;

Line 5447: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);

5443: else
5444: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
5445: end if;
5446: else -- Print out NOCOPY label and input box for dimension7
5447: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
5448: htp.tableRowOpen;
5449: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension7_Level_Name)||' '
5450: ,calign=>'RIGHT'
5451: ,cnowrap=>'YES');

Line 5448: htp.tableRowOpen;

5444: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
5445: end if;
5446: else -- Print out NOCOPY label and input box for dimension7
5447: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
5448: htp.tableRowOpen;
5449: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension7_Level_Name)||' '
5450: ,calign=>'RIGHT'
5451: ,cnowrap=>'YES');
5452: htp.p('

');
5490: htp.tablerowClose;
5491: end if;

Line 5488: htp.formSelectClose;

5484: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d7_tbl(i).id)||'"');
5485: end loop;
5486: end if;
5487: htp.formSelectOption(c_choose);
5488: htp.formSelectClose;
5489: htp.p('');
5490: htp.tablerowClose;
5491: end if;
5492:

Line 5489: htp.p('');

5485: end loop;
5486: end if;
5487: htp.formSelectOption(c_choose);
5488: htp.formSelectClose;
5489: htp.p('');
5490: htp.tablerowClose;
5491: end if;
5492:
5493: exit;

Line 5490: htp.tablerowClose;

5486: end if;
5487: htp.formSelectOption(c_choose);
5488: htp.formSelectClose;
5489: htp.p('');
5490: htp.tablerowClose;
5491: end if;
5492:
5493: exit;
5494: -- end if;

Line 5500: htp.p('');

5496: end loop; -- end of c_recs looop
5497: -- ***********************************************
5498:
5499: -- Have a poplist for the Business Plan
5500: htp.p('');
5501: htp.tableRowOpen;
5502: htp.tableData(bis_utilities_pvt.escape_html(c_plan)||' ',calign=>'RIGHT',cnowrap=>'YES');
5503: htp.p('

');
5516: htp.tableRowClose;
5517:
5518: htp.tableClose;

Line 5515: htp.p('');

5511: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(pl.plan_id));
5512: end if;
5513: end loop;
5514: htp.formSelectClose;
5515: htp.p('');
5516: htp.tableRowClose;
5517:
5518: htp.tableClose;
5519: htp.p('');

Line 5516: htp.tableRowClose;

5512: end if;
5513: end loop;
5514: htp.formSelectClose;
5515: htp.p('');
5516: htp.tableRowClose;
5517:
5518: htp.tableClose;
5519: htp.p('');
5520: htp.tableRowClose;

Line 5518: htp.tableClose;

5514: htp.formSelectClose;
5515: htp.p('');
5516: htp.tableRowClose;
5517:
5518: htp.tableClose;
5519: htp.p('');
5520: htp.tableRowClose;
5521: htp.p('');
5522:

Line 5519: htp.p('');

5515: htp.p('');
5516: htp.tableRowClose;
5517:
5518: htp.tableClose;
5519: htp.p('');
5520: htp.tableRowClose;
5521: htp.p('');
5522:
5523: htp.p('');

Line 5520: htp.tableRowClose;

5516: htp.tableRowClose;
5517:
5518: htp.tableClose;
5519: htp.p('');
5520: htp.tableRowClose;
5521: htp.p('');
5522:
5523: htp.p('');
5524: htp.tableRowOpen;

Line 5521: htp.p('');

5517:
5518: htp.tableClose;
5519: htp.p('');
5520: htp.tableRowClose;
5521: htp.p('');
5522:
5523: htp.p('');
5524: htp.tableRowOpen;
5525: htp.p('

');
5520: htp.tableRowClose;
5521: htp.p('');
5522:
5523: htp.p('');
5524: htp.tableRowOpen;
5525: htp.p('');
5527: htp.tableRowClose;

Line 5524: htp.tableRowOpen;

5520: htp.tableRowClose;
5521: htp.p('');
5522:
5523: htp.p('');
5524: htp.tableRowOpen;
5525: htp.p('

');
5527: htp.tableRowClose;
5528:

Line 5525: htp.p('
');
5527: htp.tableRowClose;
5528:
5529: htp.tableRowOpen;

Line 5527: htp.tableRowClose;

5523: htp.p('');
5524: htp.tableRowOpen;
5525: htp.p('

');
5527: htp.tableRowClose;
5528:
5529: htp.tableRowOpen;
5530: htp.p('');
5531: htp.tableRowClose;

Line 5529: htp.tableRowOpen;

5525: htp.p('

');
5527: htp.tableRowClose;
5528:
5529: htp.tableRowOpen;
5530: htp.p('');
5531: htp.tableRowClose;
5532:
5533: htp.p('');

Line 5530: htp.p('
');

5526: '');
5527: htp.tableRowClose;
5528:
5529: htp.tableRowOpen;
5530: htp.p('

');
5531: htp.tableRowClose;
5532:
5533: htp.p('');
5534: htp.tableRowOpen;

Line 5531: htp.tableRowClose;

5527: htp.tableRowClose;
5528:
5529: htp.tableRowOpen;
5530: htp.p('

');
5531: htp.tableRowClose;
5532:
5533: htp.p('');
5534: htp.tableRowOpen;
5535: htp.p('');
5531: htp.tableRowClose;
5532:
5533: htp.p('');
5534: htp.tableRowOpen;
5535: htp.p('');

Line 5534: htp.tableRowOpen;

5530: htp.p('

');
5531: htp.tableRowClose;
5532:
5533: htp.p('');
5534: htp.tableRowOpen;
5535: htp.p('');
5538: htp.tableRowClose;

Line 5535: htp.p('
');
5538: htp.tableRowClose;
5539:

Line 5536: htp.p(c_displabel);

5532:
5533: htp.p('');
5534: htp.tableRowOpen;
5535: htp.p('

');
5538: htp.tableRowClose;
5539:
5540: htp.tableRowOpen;

Line 5537: htp.p('');

5533: htp.p('');
5534: htp.tableRowOpen;
5535: htp.p('

');
5538: htp.tableRowClose;
5539:
5540: htp.tableRowOpen;
5541: htp.p('');
5538: htp.tableRowClose;
5539:
5540: htp.tableRowOpen;
5541: htp.p('');
5538: htp.tableRowClose;
5539:
5540: htp.tableRowOpen;
5541: htp.p('');
5544: htp.tableRowClose;

Line 5541: htp.p('
');
5538: htp.tableRowClose;
5539:
5540: htp.tableRowOpen;
5541: htp.p('');
5544: htp.tableRowClose;
5545:

Line 5542: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);

5538: htp.tableRowClose;
5539:
5540: htp.tableRowOpen;
5541: htp.p('

');
5544: htp.tableRowClose;
5545:
5546:

Line 5543: htp.p('');

5539:
5540: htp.tableRowOpen;
5541: htp.p('

');
5544: htp.tableRowClose;
5545:
5546:
5547: htp.tableRowOpen;

Line 5544: htp.tableRowClose;

5540: htp.tableRowOpen;
5541: htp.p('

');
5544: htp.tableRowClose;
5545:
5546:
5547: htp.tableRowOpen;
5548: htp.p('');

Line 5547: htp.tableRowOpen;

5543: htp.p('');
5544: htp.tableRowClose;
5545:
5546:
5547: htp.tableRowOpen;
5548: htp.p('

');
5549: htp.tableRowClose;
5550:
5551: htp.p('');

Line 5548: htp.p('
');

5544: htp.tableRowClose;
5545:
5546:
5547: htp.tableRowOpen;
5548: htp.p('

');
5549: htp.tableRowClose;
5550:
5551: htp.p('');
5552: htp.tableClose; -- close embedded table containing dim labels and input boxes

Line 5549: htp.tableRowClose;

5545:
5546:
5547: htp.tableRowOpen;
5548: htp.p('

');
5549: htp.tableRowClose;
5550:
5551: htp.p('');
5552: htp.tableClose; -- close embedded table containing dim labels and input boxes
5553: htp.p(''); -- close cell with dim labels and input boxes

Line 5551: htp.p('');

5547: htp.tableRowOpen;
5548: htp.p('

');
5549: htp.tableRowClose;
5550:
5551: htp.p('');
5552: htp.tableClose; -- close embedded table containing dim labels and input boxes
5553: htp.p(''); -- close cell with dim labels and input boxes
5554:
5555: htp.p('');

Line 5552: htp.tableClose; -- close embedded table containing dim labels and input boxes

5548: htp.p('

');
5549: htp.tableRowClose;
5550:
5551: htp.p('');
5552: htp.tableClose; -- close embedded table containing dim labels and input boxes
5553: htp.p(''); -- close cell with dim labels and input boxes
5554:
5555: htp.p('');
5556: htp.p('');

Line 5553: htp.p(''); -- close cell with dim labels and input boxes

5549: htp.tableRowClose;
5550:
5551: htp.p('');
5552: htp.tableClose; -- close embedded table containing dim labels and input boxes
5553: htp.p(''); -- close cell with dim labels and input boxes
5554:
5555: htp.p('');
5556: htp.p('

');
5557: htp.p(''); -- close cell with dim labels and input boxes
5554:
5555: htp.p('');
5556: htp.p('');
5557: htp.p('');
5559: htp.tableRowClose;

Line 5556: htp.p('
');

5552: htp.tableClose; -- close embedded table containing dim labels and input boxes
5553: htp.p(''); -- close cell with dim labels and input boxes
5554:
5555: htp.p('');
5556: htp.p('

');
5557: htp.p('');
5559: htp.tableRowClose;
5560:

Line 5557: htp.p('
'); -- close cell with dim labels and input boxes
5554:
5555: htp.p('');
5556: htp.p('');
5557: htp.p('');
5559: htp.tableRowClose;
5560:
5561: htp.tableRowOpen;

Line 5559: htp.tableRowClose;

5555: htp.p('');
5556: htp.p('

');
5557: htp.p('
');
5559: htp.tableRowClose;
5560:
5561: htp.tableRowOpen;
5562: htp.p('');
5563: htp.p('
');
5559: htp.tableRowClose;
5560:
5561: htp.tableRowOpen;
5562: htp.p('');
5563: htp.p('
');
5565: htp.tableRowClose;

Line 5562: htp.p('');

5558: '');
5559: htp.tableRowClose;
5560:
5561: htp.tableRowOpen;
5562: htp.p('');
5563: htp.p('

');
5565: htp.tableRowClose;
5566:

Line 5563: htp.p('
');
5565: htp.tableRowClose;
5566:
5567: htp.p('');

Line 5565: htp.tableRowClose;

5561: htp.tableRowOpen;
5562: htp.p('');
5563: htp.p('

');
5565: htp.tableRowClose;
5566:
5567: htp.p('');
5568: htp.tableClose;
5569: htp.p('');

Line 5567: htp.p('');

5563: htp.p('

');
5565: htp.tableRowClose;
5566:
5567: htp.p('');
5568: htp.tableClose;
5569: htp.p('');
5570: htp.tableRowClose;
5571:

Line 5568: htp.tableClose;

5564: '');
5565: htp.tableRowClose;
5566:
5567: htp.p('');
5568: htp.tableClose;
5569: htp.p('');
5570: htp.tableRowClose;
5571:
5572: htp.tableClose;

Line 5569: htp.p('');

5565: htp.tableRowClose;
5566:
5567: htp.p('');
5568: htp.tableClose;
5569: htp.p('');
5570: htp.tableRowClose;
5571:
5572: htp.tableClose;
5573: htp.p('');

Line 5570: htp.tableRowClose;

5566:
5567: htp.p('');
5568: htp.tableClose;
5569: htp.p('');
5570: htp.tableRowClose;
5571:
5572: htp.tableClose;
5573: htp.p('');
5574: htp.tableRowClose;

Line 5572: htp.tableClose;

5568: htp.tableClose;
5569: htp.p('');
5570: htp.tableRowClose;
5571:
5572: htp.tableClose;
5573: htp.p('');
5574: htp.tableRowClose;
5575:
5576: htp.tableRowOpen;

Line 5573: htp.p('');

5569: htp.p('');
5570: htp.tableRowClose;
5571:
5572: htp.tableClose;
5573: htp.p('');
5574: htp.tableRowClose;
5575:
5576: htp.tableRowOpen;
5577: htp.p('

');

Line 5574: htp.tableRowClose;

5570: htp.tableRowClose;
5571:
5572: htp.tableClose;
5573: htp.p('');
5574: htp.tableRowClose;
5575:
5576: htp.tableRowOpen;
5577: htp.p('

');
5578:

Line 5576: htp.tableRowOpen;

5572: htp.tableClose;
5573: htp.p('');
5574: htp.tableRowClose;
5575:
5576: htp.tableRowOpen;
5577: htp.p('

');
5578:
5579: htp.p('');
5580: htp.tableRowOpen;

Line 5577: htp.p('
');

5573: htp.p('');
5574: htp.tableRowClose;
5575:
5576: htp.tableRowOpen;
5577: htp.p('

');
5578:
5579: htp.p('');
5580: htp.tableRowOpen;
5581: htp.p('
');
5578:
5579: htp.p('');
5580: htp.tableRowOpen;
5581: htp.p('
');
5612: htp.p('');
5613: htp.tableRowClose;
5614:
5615: htp.tableClose;
5616: htp.centerClose;
5617:

Line 5615: htp.tableClose;

5611: htp.p('');
5612: htp.p('');
5613: htp.tableRowClose;
5614:
5615: htp.tableClose;
5616: htp.centerClose;
5617:
5618: htp.p('');
5619: htp.formClose;

Line 5616: htp.centerClose;

5612: htp.p('');
5613: htp.tableRowClose;
5614:
5615: htp.tableClose;
5616: htp.centerClose;
5617:
5618: htp.p('');
5619: htp.formClose;
5620: htp.p('');

Line 5618: htp.p('');

5614:
5615: htp.tableClose;
5616: htp.centerClose;
5617:
5618: htp.p('');
5619: htp.formClose;
5620: htp.p('');
5621:
5622: htp.bodyClose;

Line 5619: htp.formClose;

5615: htp.tableClose;
5616: htp.centerClose;
5617:
5618: htp.p('');
5619: htp.formClose;
5620: htp.p('');
5621:
5622: htp.bodyClose;
5623: htp.htmlClose;

Line 5620: htp.p('');

5616: htp.centerClose;
5617:
5618: htp.p('');
5619: htp.formClose;
5620: htp.p('');
5621:
5622: htp.bodyClose;
5623: htp.htmlClose;
5624:

Line 5622: htp.bodyClose;

5618: htp.p('');
5619: htp.formClose;
5620: htp.p('');
5621:
5622: htp.bodyClose;
5623: htp.htmlClose;
5624:
5625: end if; -- icx_validate session
5626:

Line 5623: htp.htmlClose;

5619: htp.formClose;
5620: htp.p('');
5621:
5622: htp.bodyClose;
5623: htp.htmlClose;
5624:
5625: end if; -- icx_validate session
5626:
5627: exception

Line 5629: htp.p(SQLERRM);

5625: end if; -- icx_validate session
5626:
5627: exception
5628: when others then
5629: htp.p(SQLERRM);
5630:
5631: end editDimensions;*/
5632:
5633:

Line 6068: htp.p('err='||x_error_tbl(i).Error_Description);

6064:
6065: --dbms_output.put_line('l_return_status='|| x_return_status);
6066: FOR i in 1 .. x_error_tbl.COUNT LOOP
6067: NULL;
6068: htp.p('err='||x_error_tbl(i).Error_Description);
6069: --dbms_output.put_line('err='||x_error_tbl(i).Error_Description);
6070: END LOOP;
6071:
6072: END IF;

Line 6660: --htp.p('' || p_label || ' '); -- 2164190 sashaik --

6656: BEGIN
6657: l_html_string := l_html_string || '

');

Line 4994: htp.tableRowOpen;

4990: htp.formHidden('dim0_level_id',l_Org_Level_ID);
4991: -- meastmon 06/07/2001
4992: htp.formHidden('set_sob','FALSE');
4993: --
4994: htp.tableRowOpen;
4995: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');
4996: htp.p('

');
4997: htp.formSelectOpen('dim0');
4998: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),

Line 4995: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');

4991: -- meastmon 06/07/2001
4992: htp.formHidden('set_sob','FALSE');
4993: --
4994: htp.tableRowOpen;
4995: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');
4996: htp.p('

');
4997: htp.formSelectOpen('dim0');
4998: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),
4999: cselected=>'YES',

Line 4996: htp.p('
');

4992: htp.formHidden('set_sob','FALSE');
4993: --
4994: htp.tableRowOpen;
4995: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');
4996: htp.p('

');
4997: htp.formSelectOpen('dim0');
4998: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),
4999: cselected=>'YES',
5000: cattributes=>'VALUE=-1');

Line 4997: htp.formSelectOpen('dim0');

4993: --
4994: htp.tableRowOpen;
4995: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');
4996: htp.p('

');
4997: htp.formSelectOpen('dim0');
4998: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),
4999: cselected=>'YES',
5000: cattributes=>'VALUE=-1');
5001: htp.formSelectClose;

Line 4998: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),

4994: htp.tableRowOpen;
4995: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');
4996: htp.p('

');
4997: htp.formSelectOpen('dim0');
4998: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),
4999: cselected=>'YES',
5000: cattributes=>'VALUE=-1');
5001: htp.formSelectClose;
5002: else

Line 5001: htp.formSelectClose;

4997: htp.formSelectOpen('dim0');
4998: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(LOWER(l_Org_Level_Short_Name)),
4999: cselected=>'YES',
5000: cattributes=>'VALUE=-1');
5001: htp.formSelectClose;
5002: else
5003: -- Print out NOCOPY label and input box for dimension0
5004: htp.formHidden('dim0_level_id',l_Org_Level_ID);
5005:

Line 5004: htp.formHidden('dim0_level_id',l_Org_Level_ID);

5000: cattributes=>'VALUE=-1');
5001: htp.formSelectClose;
5002: else
5003: -- Print out NOCOPY label and input box for dimension0
5004: htp.formHidden('dim0_level_id',l_Org_Level_ID);
5005:
5006: -- Set flag to True if we need to pass the related sob info
5007: -- along
5008: --

Line 5010: htp.formHidden('set_sob','TRUE');

5006: -- Set flag to True if we need to pass the related sob info
5007: -- along
5008: --
5009: if (l_Org_Level_Short_Name='SET OF BOOKS') then
5010: htp.formHidden('set_sob','TRUE');
5011: else
5012: htp.formHidden('set_sob','FALSE');
5013: end if;
5014:

Line 5012: htp.formHidden('set_sob','FALSE');

5008: --
5009: if (l_Org_Level_Short_Name='SET OF BOOKS') then
5010: htp.formHidden('set_sob','TRUE');
5011: else
5012: htp.formHidden('set_sob','FALSE');
5013: end if;
5014:
5015: htp.tableRowOpen;
5016: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');

Line 5015: htp.tableRowOpen;

5011: else
5012: htp.formHidden('set_sob','FALSE');
5013: end if;
5014:
5015: htp.tableRowOpen;
5016: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');
5017: htp.p('

');
5018: htp.formSelectOpen('dim0',cattributes=>'onchange="setdim0()"');
5019: htp.formSelectOption(l_blank);

Line 5016: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');

5012: htp.formHidden('set_sob','FALSE');
5013: end if;
5014:
5015: htp.tableRowOpen;
5016: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');
5017: htp.p('

');
5018: htp.formSelectOpen('dim0',cattributes=>'onchange="setdim0()"');
5019: htp.formSelectOption(l_blank);
5020:

Line 5017: htp.p('
');

5013: end if;
5014:
5015: htp.tableRowOpen;
5016: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');
5017: htp.p('

');
5018: htp.formSelectOpen('dim0',cattributes=>'onchange="setdim0()"');
5019: htp.formSelectOption(l_blank);
5020:
5021: if (l_d0 <> c_hash) then

Line 5018: htp.formSelectOpen('dim0',cattributes=>'onchange="setdim0()"');

5014:
5015: htp.tableRowOpen;
5016: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');
5017: htp.p('

');
5018: htp.formSelectOpen('dim0',cattributes=>'onchange="setdim0()"');
5019: htp.formSelectOption(l_blank);
5020:
5021: if (l_d0 <> c_hash) then
5022: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed

Line 5019: htp.formSelectOption(l_blank);

5015: htp.tableRowOpen;
5016: htp.tableData(bis_utilities_pvt.escape_html(l_Org_Level_Name),calign=>'RIGHT',cnowrap=>'YES');
5017: htp.p('

');
5018: htp.formSelectOpen('dim0',cattributes=>'onchange="setdim0()"');
5019: htp.formSelectOption(l_blank);
5020:
5021: if (l_d0 <> c_hash) then
5022: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5023: l_d0 := REPLACE(l_d0, c_hash, ' ');

Line 5050: htp.formSelectOption

5046: -- x_Return_Status => l_return_status,
5047: -- x_error_Tbl => l_error_tbl
5048: --);
5049:
5050: htp.formSelectOption
5051: (cvalue=>bis_utilities_pvt.escape_html_input(l_dim0_level_value_rec.Dimension_level_Value_Name),
5052: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(l_dim0_level_value_rec.Dimension_level_Value_ID),
5053: cselected=>'YES');
5054:

Line 5062: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d0_tbl(i).name),

5058: p_value => l_d0,
5059: x_unique_tbl => l_d0_tbl);
5060: for i in 1 ..l_d0_tbl.COUNT LOOP
5061: exit when (l_d0_tbl(i).id is NULL);
5062: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d0_tbl(i).name),
5063: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(l_d0_tbl(i).id));
5064: end loop;
5065: end if;
5066: htp.formSelectOption(c_choose);

Line 5066: htp.formSelectOption(c_choose);

5062: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d0_tbl(i).name),
5063: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(l_d0_tbl(i).id));
5064: end loop;
5065: end if;
5066: htp.formSelectOption(c_choose);
5067: htp.formSelectClose;
5068: htp.p('

');

Line 5087: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension1_Level_Name)||' '

5083: else
5084: -- Print out NOCOPY label and input box for dimension1
5085: htp.formHidden('dim1_level_id',c_recs.Dimension1_Level_ID);
5086: htp.tableRowOpen;
5087: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension1_Level_Name)||' '
5088: ,calign=>'RIGHT'
5089: ,cnowrap=>'YES');
5090: htp.p('

');
5091: htp.formSelectOpen('dim1',cattributes=>'onchange="setdim1()"');

Line 5090: htp.p('
');

5086: htp.tableRowOpen;
5087: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension1_Level_Name)||' '
5088: ,calign=>'RIGHT'
5089: ,cnowrap=>'YES');
5090: htp.p('

');
5091: htp.formSelectOpen('dim1',cattributes=>'onchange="setdim1()"');
5092: htp.formSelectOption(l_blank);
5093:
5094: if (l_d1 <> c_hash) then

Line 5091: htp.formSelectOpen('dim1',cattributes=>'onchange="setdim1()"');

5087: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension1_Level_Name)||' '
5088: ,calign=>'RIGHT'
5089: ,cnowrap=>'YES');
5090: htp.p('

');
5091: htp.formSelectOpen('dim1',cattributes=>'onchange="setdim1()"');
5092: htp.formSelectOption(l_blank);
5093:
5094: if (l_d1 <> c_hash) then
5095: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed

Line 5092: htp.formSelectOption(l_blank);

5088: ,calign=>'RIGHT'
5089: ,cnowrap=>'YES');
5090: htp.p('

');
5091: htp.formSelectOpen('dim1',cattributes=>'onchange="setdim1()"');
5092: htp.formSelectOption(l_blank);
5093:
5094: if (l_d1 <> c_hash) then
5095: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5096: l_d1 := REPLACE(l_d1, c_hash, ' ');

Line 5109: htp.formSelectOption

5105: x_Dim_Level_Value_rec => l_dim1_level_value_rec,
5106: x_Return_Status => l_return_status,
5107: x_error_Tbl => l_error_tbl
5108: );
5109: htp.formSelectOption
5110:
5111: -- mdamle - 01/15/2001 - Add quotes around VALUE
5112: (cvalue=>bis_utilities_pvt.escape_html_input(l_dim1_level_value_rec.Dimension_level_Value_Name),
5113: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_dim1_level_value_rec.Dimension_level_Value_ID)||'"',

Line 5124: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d1_tbl(i).name),

5120: x_unique_tbl => l_d1_tbl);
5121: for i in 1 ..l_d1_tbl.COUNT LOOP
5122: exit when (l_d1_tbl(i).id is NULL);
5123: -- mdamle - 01/15/2001 - Add quotes around VALUE
5124: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d1_tbl(i).name),
5125: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d1_tbl(i).id)||'"');
5126: end loop;
5127: end if;
5128: htp.formSelectOption(c_choose);

Line 5128: htp.formSelectOption(c_choose);

5124: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d1_tbl(i).name),
5125: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d1_tbl(i).id)||'"');
5126: end loop;
5127: end if;
5128: htp.formSelectOption(c_choose);
5129: htp.formSelectClose;
5130: htp.p('

');

Line 5148: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension2_Level_Name)||' '

5144: end if;
5145: else -- Print out NOCOPY label and input box for dimension2
5146: htp.formHidden('dim2_level_id',c_recs.Dimension2_Level_ID);
5147: htp.tableRowOpen;
5148: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension2_Level_Name)||' '
5149: ,calign=>'RIGHT'
5150: ,cnowrap=>'YES');
5151: htp.p('

');
5152: htp.formSelectOpen('dim2',cattributes=>'onchange="setdim2()"');

Line 5151: htp.p('
');

5147: htp.tableRowOpen;
5148: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension2_Level_Name)||' '
5149: ,calign=>'RIGHT'
5150: ,cnowrap=>'YES');
5151: htp.p('

');
5152: htp.formSelectOpen('dim2',cattributes=>'onchange="setdim2()"');
5153: htp.formSelectOption(l_blank);
5154: if (l_d2 <> c_hash) then
5155: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed

Line 5152: htp.formSelectOpen('dim2',cattributes=>'onchange="setdim2()"');

5148: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension2_Level_Name)||' '
5149: ,calign=>'RIGHT'
5150: ,cnowrap=>'YES');
5151: htp.p('

');
5152: htp.formSelectOpen('dim2',cattributes=>'onchange="setdim2()"');
5153: htp.formSelectOption(l_blank);
5154: if (l_d2 <> c_hash) then
5155: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5156: l_d2 := REPLACE(l_d2, c_hash, ' ');

Line 5153: htp.formSelectOption(l_blank);

5149: ,calign=>'RIGHT'
5150: ,cnowrap=>'YES');
5151: htp.p('

');
5152: htp.formSelectOpen('dim2',cattributes=>'onchange="setdim2()"');
5153: htp.formSelectOption(l_blank);
5154: if (l_d2 <> c_hash) then
5155: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5156: l_d2 := REPLACE(l_d2, c_hash, ' ');
5157:

Line 5172: htp.formSelectOption

5168: x_error_Tbl => l_error_tbl
5169: );
5170:
5171:
5172: htp.formSelectOption
5173: -- mdamle - 01/15/2001 - Add quotes around VALUE
5174: (cvalue=>bis_utilities_pvt.escape_html_input(l_dim2_level_value_rec.Dimension_level_Value_Name),
5175: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_dim2_level_value_rec.Dimension_level_Value_ID)||'"',
5176: cselected=>'YES');

Line 5186: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d2_tbl(i).name),

5182: x_unique_tbl => l_d2_tbl);
5183: for i in 1 ..l_d2_tbl.COUNT LOOP
5184: exit when (l_d2_tbl(i).id is NULL);
5185: -- mdamle - 01/15/2001 - Add quotes around VALUE
5186: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d2_tbl(i).name),
5187: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d2_tbl(i).id)||'"');
5188: end loop;
5189: end if;
5190: htp.formSelectOption(c_choose);

Line 5190: htp.formSelectOption(c_choose);

5186: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d2_tbl(i).name),
5187: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d2_tbl(i).id)||'"');
5188: end loop;
5189: end if;
5190: htp.formSelectOption(c_choose);
5191: htp.formSelectClose;
5192: htp.p('

');

Line 5210: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension3_Level_Name)||' '

5206: end if;
5207: else -- Print out NOCOPY label and input box for dimension3
5208: htp.formHidden('dim3_level_id',c_recs.Dimension3_Level_ID);
5209: htp.tableRowOpen;
5210: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension3_Level_Name)||' '
5211: ,calign=>'RIGHT'
5212: ,cnowrap=>'YES');
5213: htp.p('

');
5214: htp.formSelectOpen('dim3',cattributes=>'onchange="setdim3()"');

Line 5213: htp.p('
');

5209: htp.tableRowOpen;
5210: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension3_Level_Name)||' '
5211: ,calign=>'RIGHT'
5212: ,cnowrap=>'YES');
5213: htp.p('

');
5214: htp.formSelectOpen('dim3',cattributes=>'onchange="setdim3()"');
5215: htp.formSelectOption(l_blank);
5216: if (l_d3 <> c_hash) then
5217: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed

Line 5214: htp.formSelectOpen('dim3',cattributes=>'onchange="setdim3()"');

5210: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension3_Level_Name)||' '
5211: ,calign=>'RIGHT'
5212: ,cnowrap=>'YES');
5213: htp.p('

');
5214: htp.formSelectOpen('dim3',cattributes=>'onchange="setdim3()"');
5215: htp.formSelectOption(l_blank);
5216: if (l_d3 <> c_hash) then
5217: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5218: l_d3 := REPLACE(l_d3, c_hash, ' ');

Line 5215: htp.formSelectOption(l_blank);

5211: ,calign=>'RIGHT'
5212: ,cnowrap=>'YES');
5213: htp.p('

');
5214: htp.formSelectOpen('dim3',cattributes=>'onchange="setdim3()"');
5215: htp.formSelectOption(l_blank);
5216: if (l_d3 <> c_hash) then
5217: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5218: l_d3 := REPLACE(l_d3, c_hash, ' ');
5219:

Line 5232: htp.formSelectOption

5228: x_Return_Status => l_return_status,
5229: x_error_Tbl => l_error_tbl
5230: );
5231:
5232: htp.formSelectOption
5233: -- mdamle - 01/15/2001 - Add quotes around VALUE
5234: (cvalue=>bis_utilities_pvt.escape_html_input(l_dim3_level_value_rec.Dimension_level_Value_Name),
5235: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_dim3_level_value_rec.Dimension_level_Value_ID)||'"',
5236: cselected=>'YES');

Line 5246: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d3_tbl(i).name),

5242: x_unique_tbl => l_d3_tbl);
5243: for i in 1 ..l_d3_tbl.COUNT LOOP
5244: exit when (l_d3_tbl(i).id is NULL);
5245: -- mdamle - 01/15/2001 - Add quotes around VALUE
5246: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d3_tbl(i).name),
5247: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d3_tbl(i).id)||'"');
5248: end loop;
5249: end if;
5250: htp.formSelectOption(c_choose);

Line 5250: htp.formSelectOption(c_choose);

5246: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d3_tbl(i).name),
5247: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d3_tbl(i).id)||'"');
5248: end loop;
5249: end if;
5250: htp.formSelectOption(c_choose);
5251: htp.formSelectClose;
5252: htp.p('

');

Line 5271: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension4_Level_Name)||' '

5267: else
5268: -- Print out NOCOPY label and input box for dimension4
5269: htp.formHidden('dim4_level_id',c_recs.Dimension4_Level_ID);
5270: htp.tableRowOpen;
5271: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension4_Level_Name)||' '
5272: ,calign=>'RIGHT'
5273: ,cnowrap=>'YES');
5274: htp.p('

');
5275: htp.formSelectOpen('dim4',cattributes=>'onchange="setdim4()"');

Line 5274: htp.p('
');

5270: htp.tableRowOpen;
5271: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension4_Level_Name)||' '
5272: ,calign=>'RIGHT'
5273: ,cnowrap=>'YES');
5274: htp.p('

');
5275: htp.formSelectOpen('dim4',cattributes=>'onchange="setdim4()"');
5276: htp.formSelectOption(l_blank);
5277: if (l_d4 <> c_hash) then
5278: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed

Line 5275: htp.formSelectOpen('dim4',cattributes=>'onchange="setdim4()"');

5271: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension4_Level_Name)||' '
5272: ,calign=>'RIGHT'
5273: ,cnowrap=>'YES');
5274: htp.p('

');
5275: htp.formSelectOpen('dim4',cattributes=>'onchange="setdim4()"');
5276: htp.formSelectOption(l_blank);
5277: if (l_d4 <> c_hash) then
5278: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5279: l_d4 := REPLACE(l_d4, c_hash, ' ');

Line 5276: htp.formSelectOption(l_blank);

5272: ,calign=>'RIGHT'
5273: ,cnowrap=>'YES');
5274: htp.p('

');
5275: htp.formSelectOpen('dim4',cattributes=>'onchange="setdim4()"');
5276: htp.formSelectOption(l_blank);
5277: if (l_d4 <> c_hash) then
5278: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5279: l_d4 := REPLACE(l_d4, c_hash, ' ');
5280:

Line 5292: htp.formSelectOption

5288: x_Dim_Level_Value_rec => l_dim4_level_value_rec,
5289: x_Return_Status => l_return_status,
5290: x_error_Tbl => l_error_tbl
5291: );
5292: htp.formSelectOption
5293: -- mdamle - 01/15/2001 - Add quotes around VALUE
5294: (cvalue=>bis_utilities_pvt.escape_html_input(l_dim4_level_value_rec.Dimension_level_Value_Name),
5295: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_dim4_level_value_rec.Dimension_level_Value_ID)||'"',
5296: cselected=>'YES');

Line 5306: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d4_tbl(i).name),

5302: x_unique_tbl => l_d4_tbl);
5303: for i in 1 ..l_d4_tbl.COUNT LOOP
5304: exit when (l_d4_tbl(i).id is NULL);
5305: -- mdamle - 01/15/2001 - Add quotes around VALUE
5306: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d4_tbl(i).name),
5307: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d4_tbl(i).id)||'"');
5308: end loop;
5309: end if;
5310: htp.formSelectOption(c_choose);

Line 5310: htp.formSelectOption(c_choose);

5306: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d4_tbl(i).name),
5307: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d4_tbl(i).id)||'"');
5308: end loop;
5309: end if;
5310: htp.formSelectOption(c_choose);
5311: htp.formSelectClose;
5312: htp.p('

');

Line 5331: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension5_Level_Name)||' '

5327: else
5328: -- Print out NOCOPY label and input box for dimension5
5329: htp.formHidden('dim5_level_id',c_recs.Dimension5_Level_ID);
5330: htp.tableRowOpen;
5331: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension5_Level_Name)||' '
5332: ,calign=>'RIGHT'
5333: ,cnowrap=>'YES');
5334: htp.p('

');
5335: htp.formSelectOpen('dim5',cattributes=>'onchange="setdim5()"');

Line 5334: htp.p('
');

5330: htp.tableRowOpen;
5331: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension5_Level_Name)||' '
5332: ,calign=>'RIGHT'
5333: ,cnowrap=>'YES');
5334: htp.p('

');
5335: htp.formSelectOpen('dim5',cattributes=>'onchange="setdim5()"');
5336: htp.formSelectOption(l_blank);
5337: if (l_d5 <> c_hash) then
5338: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed

Line 5335: htp.formSelectOpen('dim5',cattributes=>'onchange="setdim5()"');

5331: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension5_Level_Name)||' '
5332: ,calign=>'RIGHT'
5333: ,cnowrap=>'YES');
5334: htp.p('

');
5335: htp.formSelectOpen('dim5',cattributes=>'onchange="setdim5()"');
5336: htp.formSelectOption(l_blank);
5337: if (l_d5 <> c_hash) then
5338: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5339: l_d5 := REPLACE(l_d5, c_hash, ' ');

Line 5336: htp.formSelectOption(l_blank);

5332: ,calign=>'RIGHT'
5333: ,cnowrap=>'YES');
5334: htp.p('

');
5335: htp.formSelectOpen('dim5',cattributes=>'onchange="setdim5()"');
5336: htp.formSelectOption(l_blank);
5337: if (l_d5 <> c_hash) then
5338: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5339: l_d5 := REPLACE(l_d5, c_hash, ' ');
5340:

Line 5352: htp.formSelectOption

5348: x_Dim_Level_Value_rec => l_dim5_level_value_rec,
5349: x_Return_Status => l_return_status,
5350: x_error_Tbl => l_error_tbl
5351: );
5352: htp.formSelectOption
5353: -- mdamle - 01/15/2001 - Add quotes around VALUE
5354: (cvalue=>bis_utilities_pvt.escape_html_input(l_dim5_level_value_rec.Dimension_level_Value_Name),
5355: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_dim5_level_value_rec.Dimension_level_Value_ID)||'"',
5356: cselected=>'YES');

Line 5365: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d5_tbl(i).name),

5361: x_unique_tbl => l_d5_tbl);
5362: for i in 1 ..l_d5_tbl.COUNT LOOP
5363: exit when (l_d5_tbl(i).id is NULL);
5364: -- mdamle - 01/15/2001 - Add quotes around VALUE
5365: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d5_tbl(i).name),
5366: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d5_tbl(i).id)||'"');
5367: end loop;
5368: end if;
5369: htp.formSelectOption(c_choose);

Line 5369: htp.formSelectOption(c_choose);

5365: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d5_tbl(i).name),
5366: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d5_tbl(i).id)||'"');
5367: end loop;
5368: end if;
5369: htp.formSelectOption(c_choose);
5370: htp.formSelectClose;
5371: htp.p('

');

Line 5390: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension6_Level_Name)||' '

5386: end if;
5387: else -- Print out NOCOPY label and input box for dimension6
5388: htp.formHidden('dim6_level_id',c_recs.Dimension6_Level_ID);
5389: htp.tableRowOpen;
5390: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension6_Level_Name)||' '
5391: ,calign=>'RIGHT'
5392: ,cnowrap=>'YES');
5393: htp.p('

');
5394: htp.formSelectOpen('dim6',cattributes=>'onchange="setdim6()"');

Line 5393: htp.p('
');

5389: htp.tableRowOpen;
5390: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension6_Level_Name)||' '
5391: ,calign=>'RIGHT'
5392: ,cnowrap=>'YES');
5393: htp.p('

');
5394: htp.formSelectOpen('dim6',cattributes=>'onchange="setdim6()"');
5395: htp.formSelectOption(l_blank);
5396: if (l_d6 <> c_hash) then
5397: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed

Line 5394: htp.formSelectOpen('dim6',cattributes=>'onchange="setdim6()"');

5390: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension6_Level_Name)||' '
5391: ,calign=>'RIGHT'
5392: ,cnowrap=>'YES');
5393: htp.p('

');
5394: htp.formSelectOpen('dim6',cattributes=>'onchange="setdim6()"');
5395: htp.formSelectOption(l_blank);
5396: if (l_d6 <> c_hash) then
5397: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5398: l_d6 := REPLACE(l_d6, c_hash, ' ');

Line 5395: htp.formSelectOption(l_blank);

5391: ,calign=>'RIGHT'
5392: ,cnowrap=>'YES');
5393: htp.p('

');
5394: htp.formSelectOpen('dim6',cattributes=>'onchange="setdim6()"');
5395: htp.formSelectOption(l_blank);
5396: if (l_d6 <> c_hash) then
5397: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5398: l_d6 := REPLACE(l_d6, c_hash, ' ');
5399:

Line 5411: htp.formSelectOption

5407: x_Dim_Level_Value_rec => l_dim6_level_value_rec,
5408: x_Return_Status => l_return_status,
5409: x_error_Tbl => l_error_tbl
5410: );
5411: htp.formSelectOption
5412: -- mdamle - 01/15/2001 - Add quotes around VALUE
5413: (cvalue=>bis_utilities_pvt.escape_html_input(l_dim6_level_value_rec.Dimension_level_Value_Name),
5414: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_dim6_level_value_rec.Dimension_level_Value_ID)||'"',
5415: cselected=>'YES');

Line 5424: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d6_tbl(i).name),

5420: x_unique_tbl => l_d6_tbl);
5421: for i in 1 ..l_d6_tbl.COUNT LOOP
5422: exit when (l_d6_tbl(i).id is NULL);
5423: -- mdamle - 01/15/2001 - Add quotes around VALUE
5424: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d6_tbl(i).name),
5425: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d6_tbl(i).id)||'"');
5426: end loop;
5427: end if;
5428: htp.formSelectOption(c_choose);

Line 5428: htp.formSelectOption(c_choose);

5424: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d6_tbl(i).name),
5425: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d6_tbl(i).id)||'"');
5426: end loop;
5427: end if;
5428: htp.formSelectOption(c_choose);
5429: htp.formSelectClose;
5430: htp.p('

');

Line 5449: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension7_Level_Name)||' '

5445: end if;
5446: else -- Print out NOCOPY label and input box for dimension7
5447: htp.formHidden('dim7_level_id',c_recs.Dimension7_Level_ID);
5448: htp.tableRowOpen;
5449: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension7_Level_Name)||' '
5450: ,calign=>'RIGHT'
5451: ,cnowrap=>'YES');
5452: htp.p('

');
5453: htp.formSelectOpen('dim7',cattributes=>'onchange="setdim7()"');

Line 5452: htp.p('
');

5448: htp.tableRowOpen;
5449: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension7_Level_Name)||' '
5450: ,calign=>'RIGHT'
5451: ,cnowrap=>'YES');
5452: htp.p('

');
5453: htp.formSelectOpen('dim7',cattributes=>'onchange="setdim7()"');
5454: htp.formSelectOption(l_blank);
5455: if (l_d7 <> c_hash) then
5456: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed

Line 5453: htp.formSelectOpen('dim7',cattributes=>'onchange="setdim7()"');

5449: htp.tableData(bis_utilities_pvt.escape_html(c_recs.Dimension7_Level_Name)||' '
5450: ,calign=>'RIGHT'
5451: ,cnowrap=>'YES');
5452: htp.p('

');
5453: htp.formSelectOpen('dim7',cattributes=>'onchange="setdim7()"');
5454: htp.formSelectOption(l_blank);
5455: if (l_d7 <> c_hash) then
5456: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5457: l_d7 := REPLACE(l_d7, c_hash, ' ');

Line 5454: htp.formSelectOption(l_blank);

5450: ,calign=>'RIGHT'
5451: ,cnowrap=>'YES');
5452: htp.p('

');
5453: htp.formSelectOpen('dim7',cattributes=>'onchange="setdim7()"');
5454: htp.formSelectOption(l_blank);
5455: if (l_d7 <> c_hash) then
5456: -- mdamle 01/15/2001 - Replace c_hash with ' ' icase data was changed
5457: l_d7 := REPLACE(l_d7, c_hash, ' ');
5458:

Line 5470: htp.formSelectOption

5466: x_Dim_Level_Value_rec => l_dim7_level_value_rec,
5467: x_Return_Status => l_return_status,
5468: x_error_Tbl => l_error_tbl
5469: );
5470: htp.formSelectOption
5471: -- mdamle - 01/15/2001 - Add quotes around VALUE
5472: (cvalue=>bis_utilities_pvt.escape_html_input(l_dim7_level_value_rec.Dimension_level_Value_Name),
5473: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_dim7_level_value_rec.Dimension_level_Value_ID)||'"',
5474: cselected=>'YES');

Line 5483: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d7_tbl(i).name),

5479: x_unique_tbl => l_d7_tbl);
5480: for i in 1 ..l_d7_tbl.COUNT LOOP
5481: exit when (l_d7_tbl(i).id is NULL);
5482: -- mdamle - 01/15/2001 - Add quotes around VALUE
5483: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d7_tbl(i).name),
5484: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d7_tbl(i).id)||'"');
5485: end loop;
5486: end if;
5487: htp.formSelectOption(c_choose);

Line 5487: htp.formSelectOption(c_choose);

5483: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(l_d7_tbl(i).name),
5484: cattributes=>'VALUE="'||bis_utilities_pvt.escape_html_input(l_d7_tbl(i).id)||'"');
5485: end loop;
5486: end if;
5487: htp.formSelectOption(c_choose);
5488: htp.formSelectClose;
5489: htp.p('

');
5504: htp.formSelectOpen('plan');

Line 5501: htp.tableRowOpen;

5497: -- ***********************************************
5498:
5499: -- Have a poplist for the Business Plan
5500: htp.p('');
5501: htp.tableRowOpen;
5502: htp.tableData(bis_utilities_pvt.escape_html(c_plan)||' ',calign=>'RIGHT',cnowrap=>'YES');
5503: htp.p('

');
5504: htp.formSelectOpen('plan');
5505: for pl in plan_cur loop

Line 5502: htp.tableData(bis_utilities_pvt.escape_html(c_plan)||' ',calign=>'RIGHT',cnowrap=>'YES');

5498:
5499: -- Have a poplist for the Business Plan
5500: htp.p('');
5501: htp.tableRowOpen;
5502: htp.tableData(bis_utilities_pvt.escape_html(c_plan)||' ',calign=>'RIGHT',cnowrap=>'YES');
5503: htp.p('

');
5504: htp.formSelectOpen('plan');
5505: for pl in plan_cur loop
5506: if pl.plan_id = TO_NUMBER(l_plan) then

Line 5503: htp.p('
');

5499: -- Have a poplist for the Business Plan
5500: htp.p('');
5501: htp.tableRowOpen;
5502: htp.tableData(bis_utilities_pvt.escape_html(c_plan)||' ',calign=>'RIGHT',cnowrap=>'YES');
5503: htp.p('

');
5504: htp.formSelectOpen('plan');
5505: for pl in plan_cur loop
5506: if pl.plan_id = TO_NUMBER(l_plan) then
5507: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),cselected=>'YES',

Line 5504: htp.formSelectOpen('plan');

5500: htp.p('');
5501: htp.tableRowOpen;
5502: htp.tableData(bis_utilities_pvt.escape_html(c_plan)||' ',calign=>'RIGHT',cnowrap=>'YES');
5503: htp.p('

');
5504: htp.formSelectOpen('plan');
5505: for pl in plan_cur loop
5506: if pl.plan_id = TO_NUMBER(l_plan) then
5507: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),cselected=>'YES',
5508: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(pl.plan_id));

Line 5507: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),cselected=>'YES',

5503: htp.p('

');
5504: htp.formSelectOpen('plan');
5505: for pl in plan_cur loop
5506: if pl.plan_id = TO_NUMBER(l_plan) then
5507: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),cselected=>'YES',
5508: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(pl.plan_id));
5509: else
5510: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),
5511: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(pl.plan_id));

Line 5510: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),

5506: if pl.plan_id = TO_NUMBER(l_plan) then
5507: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),cselected=>'YES',
5508: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(pl.plan_id));
5509: else
5510: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),
5511: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(pl.plan_id));
5512: end if;
5513: end loop;
5514: htp.formSelectClose;

Line 5514: htp.formSelectClose;

5510: htp.formSelectOption(cvalue=>bis_utilities_pvt.escape_html_input(pl.name),
5511: cattributes=>'VALUE='||bis_utilities_pvt.escape_html_input(pl.plan_id));
5512: end if;
5513: end loop;
5514: htp.formSelectClose;
5515: htp.p('

'||

Line 5523: htp.p('');

5519: htp.p('

'||
5526: '
'||
5526: '
'||

5521: htp.p('');
5522:
5523: htp.p('');
5524: htp.tableRowOpen;
5525: htp.p('

'||
5526: '
'||
5526: '
'||
5526: '
');

Line 5533: htp.p('');

5529: htp.tableRowOpen;
5530: htp.p('

');
5536: htp.p(c_displabel);
5537: htp.p('
');
5536: htp.p(c_displabel);
5537: htp.p('
');

5531: htp.tableRowClose;
5532:
5533: htp.p('');
5534: htp.tableRowOpen;
5535: htp.p('

');
5536: htp.p(c_displabel);
5537: htp.p('
');
5536: htp.p(c_displabel);
5537: htp.p('
');
5536: htp.p(c_displabel);
5537: htp.p('
');

Line 5538: htp.tableRowClose;

5534: htp.tableRowOpen;
5535: htp.p('

');
5536: htp.p(c_displabel);
5537: htp.p('
');
5542: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);

Line 5540: htp.tableRowOpen;

5536: htp.p(c_displabel);
5537: htp.p('

');
5542: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);
5543: htp.p('
');

5537: htp.p('

');
5542: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);
5543: htp.p('
');
5542: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);
5543: htp.p('
');
5542: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);
5543: htp.p('
');
5542: htp.formText(cname=>'label',csize=>41,cmaxlength=>40);
5543: htp.p('
'||

Line 5555: htp.p('');

5551: htp.p('');
5552: htp.tableClose; -- close embedded table containing dim labels and input boxes
5553: htp.p('

'||
5558: '
'||
5558: '
'||

5553: htp.p('

'||
5558: '
'||
5558: '
'||

Line 5561: htp.tableRowOpen;

5557: htp.p('

'||
5558: '
'||
5564: '
'||
5564: '
'||

5559: htp.tableRowClose;
5560:
5561: htp.tableRowOpen;
5562: htp.p('');
5563: htp.p('

'||
5564: '
'||
5564: '
'||
5564: '





');

Line 5579: htp.p('');

5575:
5576: htp.tableRowOpen;
5577: htp.p('


');
5582: htp.p('');
5583: htp.p('');
5578:
5579: htp.p('');
5580: htp.tableRowOpen;
5581: htp.p('');
5612: htp.p('');
5613: htp.tableRowClose;
5614:
5615: htp.tableClose;
5616: htp.centerClose;

Line 5613: htp.tableRowClose;

5609:
5610: htp.p('

');

Line 5580: htp.tableRowOpen;

5576: htp.tableRowOpen;
5577: htp.p('


');
5582: htp.p('');
5583: htp.p('');
5578:
5579: htp.p('');
5580: htp.tableRowOpen;
5581: htp.p('');
5612: htp.p('');
5613: htp.tableRowClose;
5614:
5615: htp.tableClose;

Line 5612: htp.p('');

5608:
5609:
5610: htp.p('

');
5584:

Line 5581: htp.p('
');

5577: htp.p('


');
5582: htp.p('');
5583: htp.p('');
5612: htp.p('');
5613: htp.tableRowClose;
5614:

Line 5611: htp.p('');

5607: htp.p(l_button_str);
5608:
5609:
5610: htp.p('

');
5584:
5585: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.

Line 5582: htp.p('');

5578:
5579: htp.p('');
5580: htp.tableRowOpen;
5581: htp.p('

');
5582: htp.p('');
5583: htp.p('');

Line 5610: htp.p('
');
5584:
5585: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
5586: --icx_plug_utilities.buttonLeft

Line 5583: htp.p('
');

5579: htp.p('');
5580: htp.tableRowOpen;
5581: htp.p('

');
5582: htp.p('');
5583: htp.p('
');
5584:
5585: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
5586: --icx_plug_utilities.buttonLeft
5587: -- (BIS_UTILITIES_PVT.getPrompt('BIS_OK'),'javascript:saveRename()');

Line 5594: htp.p(l_button_str);

5590: l_button_tbl(1).disabled := FND_API.G_FALSE;
5591: l_button_tbl(1).label := BIS_UTILITIES_PVT.getPrompt('BIS_OK');
5592: l_button_tbl(1).href := 'javascript:saveRename()';
5593: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
5594: htp.p(l_button_str);
5595:
5596: htp.p('

');
5597:
5598: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.

Line 5596: htp.p('
');

5592: l_button_tbl(1).href := 'javascript:saveRename()';
5593: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
5594: htp.p(l_button_str);
5595:
5596: htp.p('

');
5597:
5598: --meastmon ICX Button is not ADA Complaint. ICX is not going to fix that.
5599: --icx_plug_utilities.buttonRight
5600: -- (BIS_UTILITIES_PVT.getPrompt('BIS_CANCEL'),'javascript:window.close()');

Line 5607: htp.p(l_button_str);

5603: l_button_tbl(1).disabled := FND_API.G_FALSE;
5604: l_button_tbl(1).label := BIS_UTILITIES_PVT.getPrompt('BIS_CANCEL');
5605: l_button_tbl(1).href := 'javascript:window.close()';
5606: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
5607: htp.p(l_button_str);
5608:
5609:
5610: htp.p('

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

5606: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
5607: htp.p(l_button_str);
5608:
5609:
5610: htp.p('

');
5611: htp.p('
');
5611: htp.p('
');
5611: htp.p('
');
5611: htp.p('
6658: l_html_string := l_html_string || ' style="BORDER-BOTTOM: #cccc99 1px solid; BORDER-TOP: #f7f7e7 1px solid " align=left>';
6659: IF p_actual_url IS NOT NULL THEN
6660: --htp.p('' || p_label || ' '); -- 2164190 sashaik --
6661: l_html_string := l_html_string || (bis_utilities_pvt.escape_html(LTRIM(p_label)));
6662: ELSE
6663: l_html_string := l_html_string || (bis_utilities_pvt.escape_html(LTRIM(p_label)));
6664: END IF;

Line 7040: htp.p(SQLERRM);

7036: WHERE PLUG_ID = p_plug_id;
7037:
7038: EXCEPTION
7039: WHEN OTHERS THEN
7040: htp.p(SQLERRM);
7041:
7042: END delete_all_demo_rows;
7043:
7044:

Line 7074: htp.p('');

7070: 'bisptdta.jsp?dbc=' || FND_WEB_CONFIG.database_id() || -- 2454902
7071: '&pPlugId=' || p_plug_id ||
7072: '&sessionid=' || p_session_id;
7073:
7074: htp.p('

');
7075: htp.p('');
7077: htp.p('
' || l_url_lbl
7076: ||'
');
7078:

Line 7075: htp.p('
' || l_url_lbl

7071: '&pPlugId=' || p_plug_id ||
7072: '&sessionid=' || p_session_id;
7073:
7074: htp.p('');
7075: htp.p('');
7077: htp.p('
' || l_url_lbl
7076: ||'
');
7078:
7079:

Line 7077: htp.p('
');

7073:
7074: htp.p('');
7075: htp.p('');
7077: htp.p('
' || l_url_lbl
7076: ||'
');
7078:
7079:
7080: -- juwang
7081:

Line 7137: -- htp.p(l_msg_data);

7133: x_comparison_actual_value := l_act_out.COMPARISON_ACTUAL_VALUE;
7134:
7135: EXCEPTION
7136: WHEN OTHERS THEN
7137: -- htp.p(l_msg_data);
7138: x_actual_url := NULL;
7139: x_actual_value := NULL;
7140: x_comparison_actual_value := NULL;
7141: x_err := SQLERRM;