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 |
Can a sigle canvas be used by different blocks ?
What is a record group?
sequence of firing triggers for text-item is: 1)key_next_item, 2)when_validate_item, 3)post_text_item Now i change sequence of firing triggers like when_validate_item,key_next_item... Is it possible to change sequence? How?
Can we invoke one form from another in a multi-forms application?
How to call Report from other Report ?
Deleting a page removes information about all the fields in that page ?
what are Navigational Triggers?
What do you understand by oracle forms and why are they required?
What is a property clause?
What are display items?
suppose there are two textfields t1,t2 in form and we have some value in textfield t1.now the question is that how can we copy the value of the t1 to textfield t2?
What are the display styles of an alert?