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 |
While connecting to Oracle Db i am getting the following error message- ORA-12154: TNS:could not resolve the connect identifier specified what are the steps to solve this problem?
What does the term panel refer to with regard to pages?
What SYNCHRONIZE procedure does ?
What is the main difference between Reports 2.0 & Reports 2.5?
What is trigger associated with the timer?
What do you mean by a block in forms4.0?
what are the new features introduced in oracle form services in 11g release 2?
What is the use of place holder column?
how can u store a picture file in oracle database? explain the path/command?
What is the difference between a POST-FIELD trigger and a POST-CHANGE trigger ?
What are the sql clauses supported in the link property sheet?
in before report trigger SRW.user_exit(FND_Userinit) what will do