DBA Data[Home] [Help]

APPS.BIS_LOV_PUB dependencies on FND_API

Line 56: l_return_sts VARCHAR2(10) := FND_API.G_RET_STS_SUCCESS;

52: l_rel_dim_lev_g_var varchar2(32000);
53: l_Z varchar2(32000);
54:
55: l_var number;
56: l_return_sts VARCHAR2(10) := FND_API.G_RET_STS_SUCCESS;
57: l_sob_id NUMBER;
58: l_plug_id pls_integer;
59: l_string VARCHAR(32000);
60: l_search_rstr VARCHAR(32000);

Line 110: if (p_coldata(l_pos1).link = FND_API.G_TRUE) then

106:
107: -- Set certain numbers and names
108: l_totalpossible := NVL(p_totalcount,l_totalcount);
109: for l_pos1 in p_coldata.FIRST .. p_coldata.COUNT loop
110: if (p_coldata(l_pos1).link = FND_API.G_TRUE) then
111: l_titlename := p_coldata(l_pos1).header;
112: exit;
113: end if;
114: end loop;

Line 342: l_button_tbl(1).disabled := FND_API.G_FALSE;

338: --icx_plug_utilities.buttonBoth(c_find,'javascript:chkString()');
339:
340: l_button_tbl(1).left_edge := l_button_edge;
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;

Line 510: if (p_disp(l_col) = FND_API.G_TRUE) then

506: --l_string := l_string ||'';
507: l_string := l_string ||'';
508:
509: for l_col in p_disp.FIRST..p_disp.COUNT loop
510: if (p_disp(l_col) = FND_API.G_TRUE) then
511: -- l_string := l_string ||''||p_head(l_col)||'';
512: l_string := l_string ||''||p_head(l_col)||'';
513: end if;
514: end loop;

Line 552: if (p_link(l_pos1) = FND_API.G_TRUE) then

548: -- Start painting only those rows in the range specified
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));

Line 555: if (p_value(l_pos2) = FND_API.G_TRUE) then

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;
558: end if;
559: end loop;

Line 565: elsif (p_disp(l_pos1) = FND_API.G_TRUE) AND

561: l_string := l_string ||'';
562: --l_string := l_string ||''||l_linktext||'';
563: l_string := l_string ||''||l_linktext||'';
564:
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 ||''||bis_utilities_pvt.escape_html(l_colstore(l_pos1))||'';

Line 566: (p_link(l_pos1) = FND_API.G_FALSE) then

562: --l_string := l_string ||''||l_linktext||'';
563: l_string := l_string ||''||l_linktext||'';
564:
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 ||''||bis_utilities_pvt.escape_html(l_colstore(l_pos1))||'';
570: end if; -- to check type of column

Line 715: l_button_tbl(1).disabled := FND_API.G_FALSE;

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);
719: l_string := l_string ||l_button_str;

Line 730: l_button_tbl(1).disabled := FND_API.G_FALSE;

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);
734: l_string := l_string ||l_button_str;

Line 775: l_button_tbl(1).disabled := FND_API.G_FALSE;

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()';
778: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
779: l_string := l_string ||l_button_str;

Line 790: l_button_tbl(1).disabled := FND_API.G_FALSE;

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()';
793: BIS_UTILITIES_PVT.GetButtonString(l_button_tbl, l_button_str);
794: l_string := l_string ||l_button_str;

Line 839: l_button_tbl(1).disabled := FND_API.G_FALSE;

835: --meastmon 06/20/2001. ICX Button is not ADA Complaint. ICX is not going to fix that.
836: --icx_plug_utilities.buttonBoth(c_cancel,'Javascript:cancel()');
837: l_button_tbl(1).left_edge := l_button_edge;
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;

Line 1456: x_return_status := FND_API.G_RET_STS_SUCCESS;

1452: )
1453: IS
1454: BEGIN
1455:
1456: x_return_status := FND_API.G_RET_STS_SUCCESS;
1457:
1458: BIS_TARGET_PVT.G_SET_OF_BOOK_ID := TO_NUMBER(p_dim_lev_val_id);
1459:
1460: END setGlobalVar;