Answer Posted / barick prabhudatta
An object group is a container for a group of objects.
Object groups provide a way to bundle objects into higher-
level building blocks that can be used in other parts of an
application and in subsequent development projects.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
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 the difference between bind and lexical parameter?
What is a canvas in oracle forms?
Name the different triggers supported by oracle reports and their firing order.
Name the different triggers associated with oracle forms having a master-detail relationship.
Is it possible to execute a dynamic sql from forms?
Is it possible to have multiple layouts in a report?
Why oracle forms required?
how report can be generated if we have the database designed in oracle 10g?
i am writing a query select EmpNo from Emp how can i call in after parameter form
what are bind variables?
What do you understand by oracle forms and why are they required?
hiding item in report how like that properly,thats manually but at runtime i want to do
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
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