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 |
what is the use of anchors?
How to create multi-layout reports ? If we have 5 layouts , then how to get into the 4th one ?
in one report using two layout models.if yes how to do
Can we run a package with out specification?If yes how?
what are the different types of parameters avialable in reports?
The Task is that to register a Form into Oracle Apps on a particular responsiblity. - First i moved the FMX & FMB file into the custom_top through FTP - Using Application Developer i registered the Form through Form menu then Function then Menu..... as we do regularly.. - When i get into the particular responsiblity i can see the Form name getting listed. But when i click that to open..... i cant able to see the form. I need any one your help in advicing me...what would be the problem.
What is SRW Package? (Sql Report Writer)
Matrix Report: Simple, Group above, Nested
is it possible to run the interface without using oracle apps?
Are you familiar with internet architecture of oracle apps 11i?
In which table or database definition we can find the link of organization and operation units.
HOW CAN U KNOW TABLE IS REGISTERD IN APPS?