what is meant by bind parameter?
Answers were Sorted based on User's Feedback
Answer / jay
Bind parameters are used to substitute one value at runtime
for evaluation and are identified by a preceding ‘:’. An
example of a bind parameter in a select statement is
provided below, where :P_EMP is the bind parameter
reference.
Example:
select *
from emp
where emp.name = :P_EMP;
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sridhars.s
->there are denoted by columns
->it accepts single automic value
->bind parameters can be included in lexical parameter
->there parameters are denoted by ':'
exp: :num
| Is This Answer Correct ? | 0 Yes | 1 No |
what are the functions you are used in utl_file at the time of transferring the data?
HOW U DISPLAY THE FLEXFIELD DATA IN APPS?
when will formula,place holder and summary columns fire in reports?
what is difference between po_headers_all and po_headers
why do we validate the records while developing interface?
You are working with interfaces if client doesnot give any flat then what will u do?
Is it possible calling from one report to another? if possible means tell me ?
3 Answers Intelligroup, Satyam,
what type of testing u r doing?
what is MRC? Why it is needed?
In which tables receopt application form Appliy to field Value will come. I know one table i.e, ra_customer_trx.trx_number. Could U please any one tell me other than this except(ra_customer_trx and ar_payment_schedules_all tables). plz mentioned tables_name.Column_name.
After execution of a report we get parameter layout where we have enter From_date and To_date.After entering From_date and without entering To_date what happen a report will execute or not?
tell me the scenarios of between pages in reports