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
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
what is a package n what r the packages availbla in report
how do u compile a form i.e .fmb file in Unix or in dos
Can we invoke one form from another in a multi-forms application?
Name the different triggers supported by oracle reports and their firing order.
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
where do u put the report file
how report can be generated if we have the database designed in oracle 10g?
why the Ctl file u put only in bin folder why not in other folder
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
what are bind variables?
a text item is there what r the different types of triggers associated with it
What is the difference between flex mode and confined mode?
What is the difference between bind and lexical parameter?
what is tripstop report?