Registering parametric report?
Answer / niranjan
Any applications will have two parameters,
1) from-period 2) to-period
a) Go to object navigator and create the parameters.
User parameters  from_no, to_no (data type
char and width 30)
b) Open the report layout and write the query(we have
to reg the table in AOL)
Select empno,ename,from g_emp where empno between
:from_no and to_no
c) Compile and put the .RDP file in the server directory.
d) Registering in AOL.
Concurrent  executable
Concurrent  program then go to ?PARAMETERS?
e) Go to Application  validation set. then go to
?EDIT INTO?
After entering the VALUE SETS (1) And TOKENS (2)
f) Go to Administrations
Sequrity  responsibility  Request
h) Add and assign a concurrent program to a request group
Q) HOW DO YOU RECTIFY THE ERRORS IN INTERFACE TABLES?
Depending on the naming convention used, errors appear in
either alphabetical order or by error code number.
| Is This Answer Correct ? | 1 Yes | 1 No |
We have to show a logo/image in a report? what are the steps and which format it is?whether in pdf format is applicable or not?
Can you have two stored functions with in the same name?
How can we import the data into a database using sql * loader?
Challenges faced during upgradation of 11i to R12
Is that Possible To create package without Specification , If Yes Give any Examples
what is pay run id ?
where is chandra institute in hyderabad for oracle apps technical training ?
What is function?
What are the benefits of using soa architecture?
what are the different types of parameters avialable in reports?
what is the difference between procedure and function
in oracle workflow if i want to send a mail to the user after sending if the user didn't approve the mail after 10 mins it is automatimatically approved how we can approach?