What are the two panes that Appear in the design time pl/sql ?
Answer Posted / guest
1.Source pane
2. Interpreter pane
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name the different triggers supported by oracle reports and their firing order.
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
Explain how one can iterate through items and records in a specified block?
all steps of bitmap report?
how do u compile a form i.e .fmb file in Unix or in dos
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
from where do u receive the information to develop report
What do you understand by lov and how can it be used?
what is the difference between call_form, new_form and open_form?
Explain master-detail relationship with some examples.
how to send file attachment from oracle forms
What is a user exit program in oracle reports?
what are the oracle forms services components include?
in after report trigger if you don't write Srw.user_exit(Fnd_user exit) what it will do it will stop report execution or it will just not free the memory
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?