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. |
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 ...
|
|||||||
|
|||
|
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.
|
| Sponsored Links |
|
|||
|
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 |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
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 |