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 |
Is that Possible To create package Overloading , If Yes Give any Examples
types of invoices?
7 Answers BelAir Store, Convergys, Wings Biotech,
IN GL,AP,PO,AR WHICH MODULE DOESNOT HAVE _ALL TABLES THEN WHY?
where we find the status of order information.
How to create a purchase order without a requisition?
tell me the scenarios of the independent in reports
Can you have two functions with the same name in a pl/sql block?
What r the validation types?
Can We Create a Synonym On Trigger?
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?
what are the difference between oracle discoverer and report6i
How to call oracle database stored procedure from form in form coding ?