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 |
What are the default extensions of the files careated by forms modules?
What is the difference between system.current_field and system.cursor_field ?
What are the Built-ins to display the user-named editor?
What built-in is used for changing the properties of the window dynamically?
What are the triggers available in the reports?
can i write commit in Before report trigger
What is the difference when Flex mode is mode on and when it is off?
What are the built-ins used for Getting cell values?
What is a Text_io Package?
What is a difference between pre-select and pre-query?
plz explain when we are using pre-query,post-query,pre-insert and post-insert?plz explain with one example
How many number of columns a record group can have?