what is the use of between page trigers in REPORTS...
(please give answer in a explanatory way...if possible give
screen shots also...)
Answer Posted / ravi goyal
In a Report of more than 1 page information. Then BETWEEN
PAGES trigger fire when one move from one page to other
page. In this trigger we can write process which is required
to affect other page values.
| Is This Answer Correct ? | 8 Yes | 0 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
How can we generate report output in excel format?
What is the difference between BPA AND Contract What are documents and test cases u followed
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
What is responsibility and how u attach How to create user and how u attach with responsibility.
What do you understand by lov and how can it be used?
what is oracle forms?
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
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 oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
What is the difference between flex mode and confined mode?
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
How can we expand Parameter Form Canvas on Reports 6i?
I need a query to list out "Subinventory Transfer" record from Oct 2016 to Oct 2017 for few users
What do you understand by oracle forms and why are they required?