in procedure how to return a value
Answers were Sorted based on User's Feedback
Answer / santhi
Using OUT parameter we can return any number of values.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sneha
declare the procedure with out variable, assign the value
to the out variable inside the procedure. out variable
should not be declared again inside the procedure.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suresh.somayajula
execute <procedure name> ( required val);
| Is This Answer Correct ? | 0 Yes | 0 No |
What r the type Models in the system parameters of the report?
what is the difference between varchar and varchar(2)?
please explain open interface import
in one report using two layout models.if yes how to do
What do you understand by a set of books?
difference between 2 way and 4 way matching
List some exceptions other than NO_DATA_FOUND, TOO_MANY_ROWS and WHEN OTHERS
what are the pl/sql tables
what is back order in OM
what is the prerequisite for defining unit of measure?
tell me the scenarios of between pages in reports
What is the package?