Geeks Talk

Prepare for your Next Interview


Welcome to the Geeks Talk forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Registering reports in oracle back end

This is a discussion on Registering reports in oracle back end within the Oracle Apps forums, part of the Enterprise Solutions category; How to register the oracle report from backend?We should not go through the normal procedure like how we register report from front end in oracle apps,same prodecure should be done ...

Go Back   Geeks Talk > Enterprise Solutions > Oracle Apps
Register Blogs FAQ Tag Cloud Calendar Mark Forums Read
  #1 (permalink)  
Old 06-20-2007
Junior Member
 
Join Date: Jun 2007
Location: Bangalore
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Fazeena is on a distinguished road
Registering reports in oracle back end

How to register the oracle report from backend?We should not go through the normal procedure like how we register report from front end in oracle apps,same prodecure should be done from backend.
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-01-2007
Junior Member
 
Join Date: Jul 2007
Location: Mumbai, India
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
siddharth.antaryami is on a distinguished road
Re: Registering reports in oracle back end

Hi Fazeena,

U should prepare a sql script for Report Registration...
STEP 1: Declare the variables for parameters, executable name, application name, description name, valuesetname,etc.....

STEP 2: Validate the Application Name,
Determine if Concurrent Program already exists.. If YES then drop it by
FND_PROGRAM.DELETE_PROGRAM
Determine if Concurrent Executable already exists.. If YES then drop it by
FND_PROGRAM.DELETE_EXECUTABLE
Drop the Parameter if they exists..
FND_PROGRAM.DELETE_PARAMETER

STEP 3: Create the Value sets by API fnd_flex_val_api

STEP 4: Create concurrent program executable
FND_PROGRAM.EXECUTABLE

STEP 5: Create concurrent program
FND_PROGRAM.REGISTER

STEP 6: Add the Parameters (If present else skip this)
FND_PROGRAM.PARAMETER

STEP 7: Add the Conc, Program to the Group

U try this and tell me if there are any difficulties at siddharth DOT shah AT atosorigin DOT com

Cheers,
Siddharth
Reply With Quote
Reply

  Geeks Talk > Enterprise Solutions > Oracle Apps

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
oracle forms and reports 6i question tushar.chitnis Oracle Apps 1 10-08-2009 01:13 AM
Kalayama Is Back... kalayama Geeks Lounge 2 05-06-2007 06:16 AM
Compile a form through back end Geek_Guest Oracle Apps 0 04-07-2007 05:28 AM
Running Business Objects reports in oracle apps Chapel Oracle Apps 0 01-31-2007 08:16 AM
Transfering back my control to the exact point JobHelper Java 0 01-04-2007 10:59 PM


All times are GMT -4. The time now is 03:44 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.1
Copyright © 2009 GeekInterview.com. All Rights Reserved