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 |
HI in report builder am creating paramters.for that i have taken emp table from scott user . in deptnum am displaying distinct deptno.if i select dept 10 ,empnum drop down should display empno's of deptno 10. .if i select dept 20 ,empnum drop down should display empno's of deptno 20.for this wat i have to do.
What is the usuage of an ON-INSERT,ON-DELETE and ON-UPDATE TRIGGERS ?
how to hide the scroll bar in forms 6i
When to use Place holder columns in Oracle Reports and what is a place holder column?
What are modalless windows?
How image_items can be populate to field in forms 4.0?
What built-in is used for showing the alert during run-time?
What are the Built-ins used for sending Parameters to forms?
Name the two files that are created when you generate the form give the filex extension ?
did u p prepared complex report
What is the remove on exit property?
What is the difference between an ON-VALIDATE-FIELD trigger and a trigger ?