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
What do you understand by oracle forms?
In what sequence do triggers get fired by oracle forms?
did u p prepared complex report
what is oracle forms?
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
hiding item in report how like that properly,thats manually but at runtime i want to do
did u received a single file or multiple files
Explain the various types of oracle report?
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
What do we mean by record group in oracle forms?
how report can be generated if we have the database designed in oracle 10g?
a text item is there what r the different types of triggers associated with it
how do u compile a form i.e .fmb file in Unix or in dos
Is it possible to execute a dynamic sql from forms?
Explain how can you use the same lov for 2 columns?