can we write multiple procedures in package with same name
like A p1,p2(parameters)
B p1,p2(same parameters)
Answer Posted / 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 |
Post New Answer View All Answers
What do you understand by concurrent programs?
is it possible to run the interface without using oracle apps?
What are the different components of soa suite?
Tell me where we find the status of order information?
Do you know where we can check the status of po?
How do you register report in oracle apps?
please any one provide the oracle erp technical interview questions on modules(PO,AP,AR,INV,GL,OM)wise to my mail id..narendra_609@yahoo.co.in
what are the balancing segments in AR?
WHAT IS CUSTOM VIEW AND CUSTOM COMPONENT?
How can we import the data into a database using sql * loader?
what is the difference between request group and request security in oracle apps?
where to define interorganization transaction charges and what are the different options?
Can we create tables in apps schema?
What are the different components you should consider while defining a responsibility in oracle apps?
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?