Answer Posted / lokanatha reddy
Using RUN_PRODUCT Built in we can call a Report from a Form.
It will take 7 Parameters as follows
1) Product name :: REPORT/GRAPHICS
2) Module name :: Report name
3) Communication Mode :: Synchronous /Asynchronous
SYN :: we cannot work with the Form until and unless you
closes the Report.
Asyn:: We can work with Form & Reprot (Navigate)
4) Exec :: Batch/Run time
Batch :: it will fetch all records at a time
Run time :: It will fetch only one Record at a time
5) File name :: database/Filesystem
6) Parameters :: Report Parameters
7) Display :: For Graphics (Mostly null)
Ex :: If i have :p_deptno parameter then we can call as
Follows
RUN_PRODUCT
('REPORT','C:\TEST1.rep',SYN,BATCH,DATABASE,p_deptno,' ');
| Is This Answer Correct ? | 16 Yes | 2 No |
Post New Answer View All Answers
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
I have a frame that contains headings. This frame is enclosed in side a repeating frame. However the headings are not displayed on all pages it is displayed only on the last page. Please let me know why is this happening. print object on = All pages base printing on = enclosing object
how to send file attachment from oracle forms
all steps of bitmap report?
List out the oracle forms configuration files?
What is responsibility and how u attach How to create user and how u attach with responsibility.
How can we generate report output in excel format?
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?
What do you understand by lov and how can it be used?
how to use buttons,check boxes in paper layout,paper design and paper parameter form in oracle report developer 10g
what is tripstop report?
Explain how one can iterate through items and records in a specified block?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
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
What do you understand by lov?