What are the User PARAMETERS in the Reports?

Answer Posted / vasu

Whenever you need to change the query value at runtime then
create a parameter which reads the value during run time.
In this scenario which you are creating the parameters are
known as user parameters.
eg: create a sql query as below:
select * from emp where deptno=:p_deptno

Then system creates a parameter named p_deptno. This bind
parameter is a user parameter.

Run the report, During run time system expect the deptno
value from the user.

I hope you understood.

Is This Answer Correct ?    20 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a flexfield? List out its types.

669


how can i print random rows in plsql table

1944


Can you explain the difference between architecture followed in 10g & 11g?

667


what is global tempory table?

6313


Can we create tables in apps schema?

625






Do you know where we can check the status of po?

643


What are do's and dont's of Interface?

1909


what are the different transaction clauses in AR?

1606


can we use look up type instead of a pofile option?or valueset?is it possible how?

1791


Which oracle applications pl/sql standard apis you are familiar, have you used most of them?

640


In oracle application how do you debug or trace errors?

643


List of all the modules under Manufacturing, Finance and Distribution in oracle applications?

1806


how can develope the po variance and po summary report? with tables mandatory columns and query please?

1980


Can u give the Documentation of Custom.pll in oracle apps

2998


CAN YOU CUSTOMISE THE COUTOMISE CUS_TOP

2099