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
What do you understand by oracle forms?
i am having a report Jan to Dec are the columns if the present month is Mar only Mar to Dec columns should appear in report output
Explain master-detail relationship with some examples.
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
List the different types of columns in oracle reports.
What is a user exit program in oracle reports?
where do u put the report file
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
difference between global n context sensitive segments?
hiding item in report how like that properly,thats manually but at runtime i want to do
What do you understand by lov and how can it be used?
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
How to create Drill down report?
How can we expand Parameter Form Canvas on Reports 6i?
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