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 / 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 |
Post New Answer View All Answers
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
How can we expand Parameter Form Canvas on Reports 6i?
Is it possible to execute a dynamic sql from forms?
hiding item in report how like that properly,thats manually but at runtime i want to do
suppose u have been seven tables based on that u have to create a report u don't have access to db. then how do u find the relation between tables
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
Why oracle forms required?
from where do u receive the information to develop report
What do you understand by lov and how can it be used?
Can any one send me oracle form and reports tutorials from which i may get help.contact me on my mail cse_kashif@hotmail.com.
can you convert or reverse engineer a fmx back to a fmb file?
What is an SQL FORMS ?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement