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

In what sequence do triggers get fired by oracle forms?

619


Explain how one can iterate through items and records in a specified block?

619


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

1643


What do we mean by record group in oracle forms?

691


What is a canvas in oracle forms?

672






What is a user exit program in oracle reports?

637


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

1586


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

2683


What is the difference between flex mode and confined mode?

592


If the valueset if of type –TABLE then how many tables can we attach in the valueset ?

1905


why the Ctl file u put only in bin folder why not in other folder

1675


What is responsibility and how u attach How to create user and how u attach with responsibility.

1693


Explain the various types of oracle report?

635


did u p prepared complex report

1675


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

2581