difference b/w procedures&functions
Answers were Sorted based on User's Feedback
Answer / abhi choudary
procedure may or may not return a value, but function must return a value.
procedure can not be used in select statement but function can use except one situation whenever select stmt contains dml operation thats time not possible to use
| Is This Answer Correct ? | 14 Yes | 0 No |
Answer / raghu
procedure may or may not return a value.
function return a value
procedure will be storeed in db as a compiled object
but funtion will be stored as text what we written
| Is This Answer Correct ? | 3 Yes | 1 No |
what are the prerequisite set ups for inter organization transaction?
why do we validate the records while developing interface?
how to enable Zoom function and steps?
What is responsibility?
Can you differentiate between mediator and osb?
How many phases of implementation and what are those.
what is the invoice matching
Is there any limitations on responsibility assigned to a apps user?
What is GLOBAL TEMPORARY TABLE and It's significance ?
What are the benefits of using soa architecture?
can u explain which situation automonus transaction is used
What is the Exception. Types of exception, Difference between those. And example