Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


how do u call a report from form

Answers were Sorted based on User's Feedback



how do u call a report from form..

Answer / 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

how do u call a report from form..

Answer / kiran

by using RUN_PRODUCT build-in

Is This Answer Correct ?    9 Yes 1 No

how do u call a report from form..

Answer / manojit

Answer is correct

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More Oracle Forms Reports Interview Questions

What are User Exits and what are different types of User Exits in Oracle Apps ?

2 Answers  


How can a break order be created on a column in an existing group?

1 Answers  


Is a Keystartup trigger fires as result of a operator pressing a key explicitly ?

1 Answers  


difference between repeating frame and frame

3 Answers   IBM,


can u call procedure or function is sq l query in reports

1 Answers  


What is the usage of the confine mode in Layout Editor ?

2 Answers   Convergys,


System.effective_date system variable is read only True/False

1 Answers  


Name the two files that are created when you generate the form give the filex extension ?

2 Answers  


While connecting to Oracle Db i am getting the following error message- ORA-12154: TNS:could not resolve the connect identifier specified what are the steps to solve this problem?

4 Answers   IBM,


Is it possible to disable the parameter from while running the report?

1 Answers  


What is the difference between NAME_IN and COPY ?

2 Answers  


How many Flexfields are there in AR and what are they ?

1 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1803)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)