Can you have two functions with the same name in a pl/sql
block?
Answers were Sorted based on User's Feedback
Answer / mahes
yes u can have two functions with same name and parameters
of differet data types .
these type of functions are called overloading function
| Is This Answer Correct ? | 28 Yes | 1 No |
Answer / srinivas.r
Yes.We can create the two functions with same name,but tyhe
parameter datatypes should be different.other wise it raise
an error.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / pavan kumar
We can not create in plsql block or as a database object with same name but yes we can create in
package with same name and different parameters
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / muneer
WE CAN NOT CREATE IN PLSQL BLOCK BUT YES WE CAN CREATE IN
PACKAGE
| Is This Answer Correct ? | 2 Yes | 3 No |
How to create user and how u attach with responsibility.
what are the prerequisite set ups for inter organization transaction?
How we will receive the work from the client? what type of documents we will develop in the entire implementation project? plz tell me the total scinario?
2 Answers Deloitte, Intelligroup,
How to print multi currency,multi language in xml?
How to call oracle database stored procedure from form in form coding ?
What are do's and dont's of Interface?
how many groups we can create for query?
Explain oracle apps architecture.
Assume i have three Procedures defined in a Package Spec. I have created the Package Specification. now i create the Package Body by including the three procedures in addition to that i include a fourth procedure which is not included in my Package Spec. I compile the Package Body. Will the Package body Compile ? What will the end result ? what will happen if the execute the package by calling the 4th procedure ?
Which one Module is Biggest Module in oracle apps?
Hi Experts How to Create a purchase order without a requisition ?
6 Answers Amdocs, KPMG, Oracle,
cursor 1 and cursor 2 are there did you open both the cursors at a time or not?