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
In what sequence do triggers get fired by oracle forms?
Explain how one can iterate through items and records in a specified block?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
What do we mean by record group in oracle forms?
What is a canvas in oracle forms?
What is a user exit program in oracle reports?
a text item is there what r the different types of triggers associated with it
hiding item in report how like that properly,thats manually but at runtime i want to do
What is the difference between flex mode and confined mode?
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
why the Ctl file u put only in bin folder why not in other folder
What is responsibility and how u attach How to create user and how u attach with responsibility.
Explain the various types of oracle report?
did u p prepared complex report
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory