What are the User PARAMETERS in the Reports?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / pr@$@d.
Good Eplanation V@$u.
User paramters created by user according to thier needs.
Those we call it as bind variable in report it will be
prefix with :var1 like that.
We can refer Vasu Explanation.
Regards,
-Prasad.
Regards,
-Prasad.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / pulla.reddy@oracle.com
Hi Prasad,
Muneer answer is correct according to question.
Good explanation from vasu.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / siva
when ever u create a bind parameter in select statement
it tends to user parameter
| Is This Answer Correct ? | 1 Yes | 0 No |
sourcing in GL
WHAT IS REFCURSOR IN ORACLE ?
Can u give the Documentation of Custom.pll in oracle apps
Can We Create a Synonym On Trigger?
What is MO operating units. Why it need to to set this and where .
which is the table for storing organization information?
9 Answers Infosys, Scan Steel,
how to initialize applications?
what is the use of placeholer column?
Cycle of requestion to receving transaction.
Pls tel me the best text book for Oracle Apps 11i Tech? & I want D2K Text book also?
The report output is 10 pages then how many times between pages report trigger will fire?
List some exceptions other than NO_DATA_FOUND, TOO_MANY_ROWS and WHEN OTHERS