There are Two pl/sql Libraries Lib1,Lib2 are attached to a
form and these two libraries contains functions with same
name fun1 (i,e lib1 have a function fun1 and lib2 also
have a function fun1).how to call these functios from forms?

Answer Posted / mahindra

u cannot hav two functions with same name containing
similar data types in one or more libraries! if u do soo u
will b getting error!!
so fun1 in lib1 should hav diff data type as that of fun1
in lib2.(over loading concept)!!

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to create Drill down report?

1689


What is a canvas in oracle forms?

586


What is an SQL FORMS ?

2304


a text item is there what r the different types of triggers associated with it

1504


suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables

1591






Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?

1852


hiding item in report how like that properly,thats manually but at runtime i want to do

2542


what is oracle forms?

598


what are bind variables?

587


difference between global n context sensitive segments?

2200


what are the oracle forms services components include?

551


Explain how can you use the same lov for 2 columns?

636


How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff

1637


Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?

1546


Name the different triggers supported by oracle reports and their firing order.

585