What are the Built-ins used for sending Parameters to forms?
Answer Posted / guest
You can pass parameter values to a form when an
application executes the call_form, New_form, Open_form or
Run_product.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the oracle forms services components include?
what are bind variables?
What do you understand by lov and how can it be used?
What is the difference between bind and lexical parameter?
Explain the different levels at which oracle form services interact.
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
List the different types of columns in oracle reports.
i am writing a query select EmpNo from Emp how can i call in after parameter form
all steps of bitmap report?
what is the difference between call_form, new_form and open_form?
What is a user exit program in oracle reports?
What is an oracle report? List its various types.
Explain how one can iterate through items and records in a specified block?
what are the new features introduced in oracle form services in 11g release 2?
What is an SQL FORMS ?