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 is the difference between base table and multi-org table?
IN GL,AP,PO,AR WHICH MODULE DOESNOT HAVE _ALL TABLES THEN WHY?
in procedure how to return a value
What is the reason for distribution hold. Why invoices will go on distribution variance hold ??
What is the package?
whats the use of after parameter form and before report?
In xml report, how to print the headings in every page?
What is profile and what is level of profile option and it's hierarchy
mention the interface tables for item open interface and open transaction interface and also their respective production tables.
Assume i have three Procedures defined in a Package Spec. I have created the Package Specification. now i create the Package Body by including the three procedures in addition to that i include a fourth procedure which is not included in my Package Spec. I compile the Package Body. Will the Package body Compile ? What will the end result ? what will happen if the execute the package by calling the 4th procedure ?
While running the concurrent program we will get the status, we have to change the status. How it will be done.
what is the use of format trigger?a