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 / mahindra
they differ by data types!(over loading)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i am writing a query select EmpNo from Emp how can i call in after parameter form
What is the difference between flex mode and confined mode?
what are the new features introduced in oracle form services in 11g release 2?
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?
What is a matrix report and how many minimum groups are required to prepare the same?
how to send file attachment from oracle forms
i want to print the employee details on department wise with group above report with the fields DEPTNO------group above ENAME ------ SAL-------- COMM------ I WANT OUTPUT LIKE THIS ---------------------------------------------------------- 1)FIRST DEPTNO=10 EMPLOYEES DISPLAYED IN FIRST PAGE AND DEPTNO=20 EMPLOYEES DISPLAYED IN 2ND PAGE WHAT I HAVE TO DO OUTPUT ------- --FIRST_PAGE ----------- DEPTNO:10 ENAME SAL COMM KING 5000 A 2000 2222 ---- =- -- SECONDPAGE DEPTNO:20 ENAME SAL COMM MILLER 220 22 D 45 23 -- - - LIKE THE ABOVE PROCDURE REPORTS HOW MANY DEPARTMENTS ARE EXISITING IN EMP TABLE
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
Explain master-detail relationship with some examples.
What do you understand by oracle forms and why are they required?
what is tripstop report?
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
What is a canvas in oracle forms?
In what sequence do triggers get fired by oracle forms?
what is difference between group above and group left report