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 |
Except the SRS window in which we can submit the concurrent program.
where u do setup of operating unit?
what is the back ground program run while transferring data from OM to AR?
what is the defference between credit memo and debit memo
in procedure how to return a value
what are the different calculation columns available in reports?
in order to run utl_file package we need to give any specific path? if yes what is that?where u will run utl_package?
How will you get the concurrent program output as email?
what is mean by confine mode and flexi mode?
where to define interorganization transaction charges and what are the different options?
How to attach the multiple templates in XML Pub Report?
Can 2 functions have same name & input parameters but differ only by return datatype ?