What are the User PARAMETERS in the Reports?

Answers were Sorted based on User's Feedback



What are the User PARAMETERS in the Reports?..

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

What are the User PARAMETERS in the Reports?..

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

What are the User PARAMETERS in the Reports?..

Answer / muneer

2 types
lexical
bind

Is This Answer Correct ?    3 Yes 0 No

What are the User PARAMETERS in the Reports?..

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

What are the User PARAMETERS in the Reports?..

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

What are the User PARAMETERS in the Reports?..

Answer / sushil

P_CONC_REQUEST_ID
P_FLEX_VALUE

Is This Answer Correct ?    4 Yes 8 No

Post New Answer

More Oracle Apps Technical Interview Questions

what are the different types of triggers in reports

2 Answers   Oracle,


How will u register concurrent request ?

1 Answers   Convergys,


How many standard interface programs in oracle purchasing module and oracle inventory? What are they?

3 Answers   KPIT,


i have 100 pages output. i want to print 10 records per page in Template?

2 Answers   Sierra Atlantica,


FLEX FIELDS?

2 Answers  






In a package have predefined exception and user defined exception. while execution which exception will be executed first? why?

1 Answers   Oracle,


what is the difference between character mode,bitmap mode

2 Answers   IBM, Sierra Atlantica,


What are profile options?

4 Answers   Accenture,


In report we have to show two Layout? how it is and how we can see from where it?

3 Answers   IBM,


How to report output like below supplier name date amount abc software jan/11 10000 /* jan month total transactions*/ abc software feb/12 30000 /* feb month total transactions*/ dell computers jan/13 45000 /* jan month total transactions*/

4 Answers   Satyam,


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

0 Answers  


HOW U DISPLAY THE FLEXFIELD DATA IN APPS?

2 Answers  


Categories
  • Oracle Apps Technical Interview Questions Oracle Apps Technical (547)
  • Oracle Apps Financial Interview Questions Oracle Apps Financial (793)
  • Oracle Apps Manufacturing Interview Questions Oracle Apps Manufacturing (53)
  • Oracle Apps HRMS Interview Questions Oracle Apps HRMS (169)
  • Oracle Apps CRM Interview Questions Oracle Apps CRM (9)
  • Oracle Apps SCM Interview Questions Oracle Apps SCM (141)
  • Oracle Install Base Interview Questions Oracle Install Base (62)
  • Oracle Service Contracts Interview Questions Oracle Service Contracts (101)
  • Oracle Apps AllOther Interview Questions Oracle Apps AllOther (114)