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?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / pranab
If is possible that two library contain the same function.
But the order of exection depend on the attachement of
library i.e when we refer to function fun1 theen it will
call the function from the library which is attached first.
Is This Answer Correct ? | 4 Yes | 0 No |
what is an object groups?
What are the Coordination Properties in a Master-Detail relationship?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
Where do u define the select statement of the parameter? is it followed by the & variable ?
What is an SQL FORMS ?
if u want to delete all these detail block etc what will happen in form
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
What is a predefined exception available in forms 4.0?
What is a predefined exception available in forms 4.0?
what is bit map and character mode
What do you understand by lov and how can it be used?
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the smae block level ?