DBA Data[Home] [Help]

APPS.BIS_LOV_PUB dependencies on BIS_UTILITIES_PVT

Line 268: l_button_tbl BIS_UTILITIES_PVT.HTML_Button_Tbl_Type;

264:
265: -- meastmon 06/20/2001
266: -- Fix for ADA buttons
267: l_button_str varchar2(32000);
268: l_button_tbl BIS_UTILITIES_PVT.HTML_Button_Tbl_Type;
269: l_append_string VARCHAR2(1000);
270: l_swan_enabled BOOLEAN;
271: l_button_edge VARCHAR2(100);
272:

Line 276: l_swan_enabled := BIS_UTILITIES_PVT.checkSWANEnabled();

272:
273: begin
274:
275: --if icx_sec.validateSession then
276: l_swan_enabled := BIS_UTILITIES_PVT.checkSWANEnabled();
277: l_startnum := NVL(p_startnum,1);
278: -- Replace the asterisk with the percent sign
279: l_search_str := REPLACE(p_search_str,c_asterisk,c_percent);
280: l_string := l_string || '';

Line 307: l_button_edge := BIS_UTILITIES_PVT.G_ROUND_EDGE;

303: IF(NOT l_swan_enabled)THEN
304: l_string := l_string ||'';
305: l_string := l_string ||'';
306: l_string := l_string ||'';
307: l_button_edge := BIS_UTILITIES_PVT.G_ROUND_EDGE;
308: ELSE
309: l_button_edge :=BIS_UTILITIES_PVT.G_FLAT_EDGE;
310: END IF;
311: /*l_string := l_string ||'';

Line 309: l_button_edge :=BIS_UTILITIES_PVT.G_FLAT_EDGE;

305: l_string := l_string ||'';
306: l_string := l_string ||'';
307: l_button_edge := BIS_UTILITIES_PVT.G_ROUND_EDGE;
308: ELSE
309: l_button_edge :=BIS_UTILITIES_PVT.G_FLAT_EDGE;
310: END IF;
311: /*l_string := l_string ||'';
312: l_string := l_string ||'';
313: l_string := l_string ||'';*/

Line 323: l_string := l_string ||''||bis_utilities_pvt.escape_html(l_titlename)||' '||'('||bis_utilities_pvt.escape_html(l_totalpossible)||' '||bis_utilities_pvt.escape_html(c_possible)||')'||'';

319:
320: --l_string := l_string ||'';
321: l_string := l_string ||'';
322:
323: l_string := l_string ||''||bis_utilities_pvt.escape_html(l_titlename)||' '||'('||bis_utilities_pvt.escape_html(l_totalpossible)||' '||bis_utilities_pvt.escape_html(c_possible)||')'||'';
324:
325: l_string := l_string ||'';
326:
327: -- table for input box and find button

Line 334: l_string := l_string ||'';

330:
331: l_string := l_string ||'';
332: l_string := l_string ||'';
333: l_string := l_string ||'';
334: l_string := l_string ||'';
335: l_string := l_string ||'';
349: l_string := l_string ||'';

Line 553: l_linktext := bis_utilities_pvt.escape_html(l_colstore(l_pos1));

549: if (l_count >= l_startnum AND l_count < l_startnum + p_rowcount) then
550: -- Start painting the column values
551: for l_pos1 in p_head.FIRST .. p_head.COUNT loop
552: if (p_link(l_pos1) = FND_API.G_TRUE) then
553: l_linktext := bis_utilities_pvt.escape_html(l_colstore(l_pos1));
554: for l_pos2 in p_head.FIRST..p_head.COUNT loop
555: if (p_value(l_pos2) = FND_API.G_TRUE) then
556: l_linkvalue := bis_utilities_pvt.escape_html(l_colstore(l_pos2));
557: exit;

Line 556: l_linkvalue := bis_utilities_pvt.escape_html(l_colstore(l_pos2));

552: if (p_link(l_pos1) = FND_API.G_TRUE) then
553: l_linktext := bis_utilities_pvt.escape_html(l_colstore(l_pos1));
554: for l_pos2 in p_head.FIRST..p_head.COUNT loop
555: if (p_value(l_pos2) = FND_API.G_TRUE) then
556: l_linkvalue := bis_utilities_pvt.escape_html(l_colstore(l_pos2));
557: exit;
558: end if;
559: end loop;
560: --l_string := l_string ||'

';

Line 569: l_string := l_string ||'
';

565: elsif (p_disp(l_pos1) = FND_API.G_TRUE) AND
566: (p_link(l_pos1) = FND_API.G_FALSE) then
567: --l_string := l_string ||'

';
568: l_string := l_string ||'';
569: l_string := l_string ||'';
570: end if; -- to check type of column
571: end loop; -- p_coldata loop to determine the context of each col
572: l_string := l_string ||'';
573:

Line 636: l_button_tbl BIS_UTILITIES_PVT.HTML_Button_Tbl_Type;

632:
633: -- meastmon 06/20/2001
634: -- Fix for ADA buttons
635: l_button_str varchar2(32000);
636: l_button_tbl BIS_UTILITIES_PVT.HTML_Button_Tbl_Type;
637: l_append_string VARCHAR2(1000);
638: l_swan_enabled BOOLEAN;
639: l_button_edge VARCHAR2(100);
640:

Line 644: l_swan_enabled := BIS_UTILITIES_PVT.checkSWANEnabled();

640:
641: begin
642:
643: --if icx_sec.validateSession then
644: l_swan_enabled := BIS_UTILITIES_PVT.checkSWANEnabled();
645: l_startnum := NVL(p_startnum,1);
646:
647: -- Set the numbers for the buttons for next set of rows
648: l_snext := l_startnum + p_rowcount;

Line 689: l_button_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;

685: l_string := l_string ||'';
686: l_string := l_string ||'

';
336:
337: -- meastmon 06/20/2001. ICX Button is not ADA Complaint. ICX is not going to fix that.
338: --icx_plug_utilities.buttonBoth(c_find,'javascript:chkString()');

Line 345: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);

341: l_button_tbl(1).right_edge := l_button_edge;
342: l_button_tbl(1).disabled := FND_API.G_FALSE;
343: l_button_tbl(1).label := c_find;
344: l_button_tbl(1).href := 'javascript:chkString()';
345: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
346: l_string := l_string ||l_button_str;
347:
348: l_string := l_string ||'

'||bis_utilities_pvt.escape_html(l_colstore(l_pos1))||'
'||bis_utilities_pvt.escape_html(l_colstore(l_pos1))||'
';
687:
688: IF(l_swan_enabled)THEN
689: l_button_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;
690: ELSE
691: l_button_edge := BIS_UTILITIES_PVT.G_ROUND_EDGE;
692: END IF;
693:

Line 691: l_button_edge := BIS_UTILITIES_PVT.G_ROUND_EDGE;

687:
688: IF(l_swan_enabled)THEN
689: l_button_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;
690: ELSE
691: l_button_edge := BIS_UTILITIES_PVT.G_ROUND_EDGE;
692: END IF;
693:
694:
695: -- Check if the Buttons need to be painted

Line 714: l_button_tbl(1).right_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;

710: --meastmon 06/20/2001. ICX Button is not ADA Complaint. ICX is not going to fix that.
711: --icx_plug_utilities.buttonLeft(c_previous||' '
712: -- ||p_rowcount,'Javascript:doNothing()');
713: l_button_tbl(1).left_edge := l_button_edge;
714: l_button_tbl(1).right_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;
715: l_button_tbl(1).disabled := FND_API.G_FALSE;
716: l_button_tbl(1).label := c_previous||' '||p_rowcount;
717: l_button_tbl(1).href := 'Javascript:doNothing()';
718: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);

Line 718: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);

714: l_button_tbl(1).right_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;
715: l_button_tbl(1).disabled := FND_API.G_FALSE;
716: l_button_tbl(1).label := c_previous||' '||p_rowcount;
717: l_button_tbl(1).href := 'Javascript:doNothing()';
718: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
719: l_string := l_string ||l_button_str;
720:
721: l_string := l_string ||'';
722: else

Line 729: l_button_tbl(1).right_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;

725: --meastmon 06/20/2001. ICX Button is not ADA Complaint. ICX is not going to fix that.
726: --icx_plug_utilities.buttonLeft(c_previous||' '
727: -- ||p_rowcount,'Javascript:get_prevNum()');
728: l_button_tbl(1).left_edge := l_button_edge;
729: l_button_tbl(1).right_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;
730: l_button_tbl(1).disabled := FND_API.G_FALSE;
731: l_button_tbl(1).label := c_previous||' '||p_rowcount;
732: l_button_tbl(1).href := 'Javascript:get_prevNum()';
733: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);

Line 733: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);

729: l_button_tbl(1).right_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;
730: l_button_tbl(1).disabled := FND_API.G_FALSE;
731: l_button_tbl(1).label := c_previous||' '||p_rowcount;
732: l_button_tbl(1).href := 'Javascript:get_prevNum()';
733: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
734: l_string := l_string ||l_button_str;
735:
736: l_string := l_string ||'';
737: end if;

Line 773: l_button_tbl(1).left_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;

769:
770: --meastmon 06/20/2001. ICX Button is not ADA Complaint. ICX is not going to fix that.
771: --icx_plug_utilities.buttonRight(c_next||' '
772: -- ||p_rowcount,'Javascript:doNothing()');
773: l_button_tbl(1).left_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;
774: l_button_tbl(1).right_edge := l_button_edge;
775: l_button_tbl(1).disabled := FND_API.G_FALSE;
776: l_button_tbl(1).label := c_next||' '||p_rowcount;
777: l_button_tbl(1).href := 'Javascript:doNothing()';

Line 778: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);

774: l_button_tbl(1).right_edge := l_button_edge;
775: l_button_tbl(1).disabled := FND_API.G_FALSE;
776: l_button_tbl(1).label := c_next||' '||p_rowcount;
777: l_button_tbl(1).href := 'Javascript:doNothing()';
778: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
779: l_string := l_string ||l_button_str;
780:
781: l_string := l_string ||'';
782: else

Line 788: l_button_tbl(1).left_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;

784:
785: --meastmon 06/20/2001. ICX Button is not ADA Complaint. ICX is not going to fix that.
786: --icx_plug_utilities.buttonRight(c_next||' '
787: -- ||p_rowcount,'Javascript:get_nextNum()');
788: l_button_tbl(1).left_edge := BIS_UTILITIES_PVT.G_FLAT_EDGE;
789: l_button_tbl(1).right_edge := l_button_edge;
790: l_button_tbl(1).disabled := FND_API.G_FALSE;
791: l_button_tbl(1).label := c_next||' '||p_rowcount;
792: l_button_tbl(1).href := 'Javascript:get_nextNum()';

Line 793: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);

789: l_button_tbl(1).right_edge := l_button_edge;
790: l_button_tbl(1).disabled := FND_API.G_FALSE;
791: l_button_tbl(1).label := c_next||' '||p_rowcount;
792: l_button_tbl(1).href := 'Javascript:get_nextNum()';
793: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
794: l_string := l_string ||l_button_str;
795:
796: l_string := l_string ||'';
797: end if;

Line 842: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);

838: l_button_tbl(1).right_edge := l_button_edge;
839: l_button_tbl(1).disabled := FND_API.G_FALSE;
840: l_button_tbl(1).label := c_cancel;
841: l_button_tbl(1).href := 'Javascript:cancel()';
842: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
843: l_string := l_string ||l_button_str;
844:
845: l_string := l_string ||'';
846: l_string := l_string ||'';