GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  Basics
Go To First  |  Previous Question  |  Next Question 
 Basics  |  Question 49 of 98    Print  
How to attach reports in Oracle Applications ?

The steps are as follows :

  1. Design your report.
  2. Generate the executable file of the report.
  3. Move the executable as well as source file to the appropriate product’s folder.
  4. Register the report as concurrent executable.
  5. Define the concurrent program for the executable registered.
  6. Add the concurrent program to the request group of the responsibility.



  
Total Answers and Comments: 2 Last Update: September 21, 2007   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 11, 2006 07:50:25   #1  
Kiran Kumar        

RE: How to attach reports in Oracle Applications ?

Design your report

put your file into product_top>version>language>file.name

define executable

define concurrent

add to the request group

run the report respective responsibility.


 
Is this answer useful? Yes | No
September 21, 2007 02:05:38   #2  
krish_ORA Member Since: September 2007   Contribution: 14    

RE: How to attach reports in Oracle Applications ?

STEP- ONE: Register the application.

STEP-TWO: Put Report in appropriate server directory.

STEP-THREE: Define Executables. (NavigatoràConcurrentàProgram àExecutables)

STEP-FOUR: Define Program (Concurrent à Program à Define)

STEP_FIVE: Define Responsibility (Sysadmin responsibility). (SecurityàResponsibilityà Define).

STEP-SIX: Define Request Group. (Navigatoràsecurity àResponsibilityàRequest)

STEP-SEVEN: Define Data Group. (Navigatorà oracleàData group).

STEP-EIGHT: Run the request through SRS. A request Id is created Through which u can view the request.


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : Registering Oracle Reports:  Step 1: Register a concurrent program executable   Navigate to the Define Executable form (AOL Reference manual pg 9-84)   This determines the type of program being run,ie an Oracle Report. ...

Latest Answer : FND_CURRENCY is basic foundation class used to format currency. Ex. 1234556 By using above we can print it as  12,34,556 ...

The steps are as follows :Design your report.Generate the executable file of the report.Move the executable as well as source file to the appropriate product’s folder.Register the report as concurrent 
Latest Answer : STEP- ONE: Register the application.   STEP-TWO:   Put Report in appropriate server directory.           STEP-THREE:         Define Executables. (NavigatoràConcurrentàProgram ...

The cursor are used to handle multiple row query in PL/SQL. Oracle uses implicit cursors to handle all it’s queries. Oracle uses unnamed memory spaces to store data used in implicit cursors, with 
Latest Answer : If you have not used REF cursor, then when you need to open cursors multiple time, it will throw an error. Because in a procedure there is a limitation availe for maximum number of cursors to be open at any point of time. ...

An Oracle Applications field made up of segments. Each segment has an assigned name and a set of valid values. Oracle Applications uses flexfields to capture information about your organization. 
Latest Answer : Descriptive FlexFields are the additional fields provided by Oracle Apps to store any Additional Information which cannot be captured elsewhere in the form. There are maximum of 15 Attributes available in 11i whereas 30 Attributes that are available in ...

What are Autonomous transactions ? Give a scenario where you have used Autonomous transaction in your reports ?
An autonomous transaction is an independent transaction started by another transaction, the main transaction. Autonomous transactions let you suspend the main transaction, do SQL operations, commit or 

There are two ways to use Flexfields in report. One way is to use the views (table name + ‘_KFV’ or ’_DFV’) created by apps, and use the concatenated_segments column which holds 
Latest Answer : Can use fnd.flexsql for retreiving data from the flex-fields in the report using lexical reference. ...

Key Flexfield: #unique identifier, storing key information# Used for entering and displaying key information.For example Oracle General uses a key Flexfield called Accounting Flexfield to uniquely 
Latest Answer : Key Flex Field:KFF is  a Mandatory field which is already driving the functionality and it is the field where atleast first segment is made mandatory.KFF willbe filled in segmentsKFF Is mandatoryKFF Drives functionalityNavigation  is Inventory(Navigator)->Setup->FlexField-Key->Segmentsthen ...

API - Application Program Interface is a PL/SQL call made to the application to create business transactions or events. This is an alternative to using the interface tables in applications to insert and 
Latest Answer : In Addition to Following :In ALL_OBJECTS Query for OBJECT_TYPE = 'PACKAGE'%PUB Are Public API's, in Short wrapper Over %PKG APIs. ...
Read Answers (1) | Asked by : sramchand

Latest Answer : _all tables would be typically for transactions. it stores multi org information. Eg: oe_order_headers_all ...stores information of sales order headers information of different OU's. But oe_order_headers stores order header info of a particular ...
Read Answers (5) | Asked by : Rajesh


 Sponsored Links

 
Related Articles

Querying Data with Oracle XQuery

Querying Data with Oracle XQuery Starting with Oracle Database 10g Release 2 you can take advantage of a full featured native XQuery engine integrated with the database With Oracle XQuery you can accomplish various tasks involved in developing PHP Oracle XML applications operating on any kind of dat
 

Using Oracle XML DB Repository

Using Oracle XML DB Repository Another variation on accessing and manipulating XML content stored in Oracle database is provided by Oracle XML DB repository which is an essential component of Oracle XML DB mosgoogle NOTE Oracle XML DB repository also known as XML repository is a hierarchically organ
 

Using Oracle Database for Storing, Modifying, and Retrieving XML Data

Using Oracle Database for Storing Modifying and Retrieving XML Data With Oracle XML DB you have various XML storage and XML processing options allowing you to achieve the required level of performance and scalability One of the most interesting things about Oracle XML DB is that it allows you to per
 

XML Processing in PHP and Oracle Applications

Processing XML in PHP Oracle Applications As mentioned there are two alternatives when it comes to performing XML processing in your PHP Oracle application You can perform any required XML processing using either PHP s XML extensions or PEAR XML packages or Oracle s XML features mosgoogle In the fol
 

PHP Oracle Web Development

PHP Oracle Web Development Data processing Security Caching XML Web Services and Ajax The book is written by Yuli Vaseliev a well known author of different web development and programming books PHP Oracle Web Development Data processing Security Caching XML Web Services and Ajax is a good starting b
 

Business Intelligence Applications

Business Intelligence Applications In this article we are going to take some time to discuss the various applications that are normally provided with Business Intelligence Systems mosgoogle Tools Used to Analyze Performance Projects and Internal Operations First we will look over the tools most comm
 

Getting Started with Oracle and ODP.NET

ODP NET Developer’ s Guide by Jagadish Chatarji Pulakhandam Sunitha Paruchuri A practical guide for developers working with the Oracle Data Provider for NET and the Oracle Developer Tools for Visual Studio 2005 Application development with ODP NET Dealing with XML DB using ODP NET Oracle
 

PHP Oracle Web Development Review

PHP Oracle Web Development Data processing Security Caching XML Web Services and Ajax The book is written by Yuli Vaseliev a well known author of different web development and programming books The author is also an expert in open source technologies and SOA Service Oriented Architecture But besides
 

EDI and Software Applications

EDI and Software Applications EDI and JAVA Java is a programming language originally developed by Sun Microsystems and launched in 1995 While generally compiled to byte code direct hardware execution of byte code by a Java processor is also possible Currently almost all of Java’ s software
 

Step by Step Oracle PL-SQL Tutorial

This introductory tutorial to PL SQL will help you to understand the basic concepts of PL SQL Please review the following tutorials and practice the sample SQL Statements on your local Oracle Database Please note that you must learn these basic things before we actually start getting in to Advanced
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape