can we write multiple procedures in package with same name
like A p1,p2(parameters)
B p1,p2(same parameters)
Answers were Sorted based on User's Feedback
Answer / suresh
Yes this is what called "Procedure Overloading" Concept....
Might be all the given parameters be same, but the data
types will be different which produces different operations
as per defined in the procedure.
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / ranga reddy
Yes,This is called "Overloading"
We can use same names with different data types or
same names and same data types with different number of
parameters
(Ex:p1(3 parameters),p1(4 parameters))
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / devi nossam
yes,
we can write any number of procedures in one package
with the same name it is called as procedure overloading.
but those variables datatype must be different.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mahesh
in packages subprograms with same name
but the parameters are different data types
called 'SUBPROGRAM OVERLODING'
| Is This Answer Correct ? | 2 Yes | 2 No |
Can anybody tell me, What is the Implementation Process?
What are the User PARAMETERS in the Reports?
What multi org tables . example - difference between app table non all table . Po_header and po_headers_all
What is instead of trigger in where we will use?
How to link modules in apps
After execution of a report we get parameter layout where we have enter From_date and To_date.After entering From_date and without entering To_date what happen a report will execute or not?
We have to show a logo/image in a report? what are the steps and which format it is?whether in pdf format is applicable or not?
in reports token is casesensitive or not?
How can you achieve loose coupling in soa framework?
Can you differentiate between mediator and osb?
what is the defference between credit memo and debit memo
Suppose for report I have to parameters those are from_date and to_date, so to_date should be greater when compare to from_date, if we are giving to_date is lessthen it must shows some error how we will make?