What is the between Function and Procedure?
Answers were Sorted based on User's Feedback
Answer / guest
fun returns values
proc may or may not return values
fun always contain a return statement
proc not.
fun can be used in select queries
proc can not be.
| Is This Answer Correct ? | 19 Yes | 0 No |
Answer / honnaiah
Function computes results.
Procedure performes an action
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / venkat
Function has to return a value where as a procedure may or may not return a value
| Is This Answer Correct ? | 0 Yes | 0 No |
List system variables available in forms 4.0, and not available in forms ?
There are Two pl/sql Libraries Lib1,Lib2 are attached to a form and these two libraries contains functions with same name fun1 (i,e lib1 have a function fun1 and lib2 also have a function fun1).how to call these functios from forms?
How can you format a character field in a report Layout editor ?
What is WHEN-Database-record trigger?
What is a Layout Editor?
What Enter package procedure does ?
What is a library?
What are the types of calculated columns available?
What is the use of Page Protect Property?
What is the main difference between Reports 2.0 & Reports 2.5?
Where is a procedure return in an external pl/sql library executed at the client or at the server?
Is it possible to attach same library to more than one form?