Is that Possible To create package Overloading , If Yes Give any Examples
Answer / siddharth
Package overloading: Packages can contain multiple iterations of procedures with the same name using different parameters. This is called 'overloading'.
Package overloading is possible in Oracle.
Example:
Identify An Overloaded PACKAGE
SELECT overload, position, argument_name, in_out, data_type
FROM all_arguments
ORDER BY overload, position;
CREATE OR REPLACE PACKAGE overload_pkgIS
PROCEDURE insby(namein VARCHAR2);
PROCEDURE insby(numbin PLS_INTEGER);
END overload_pkg;
/
| Is This Answer Correct ? | 5 Yes | 2 No |
What is responsibility and how u attach
How to develop XML report without rdf?
Hi Experts How to Create a purchase order without a requisition ?
6 Answers Amdocs, KPMG, Oracle,
In Oracle Apps Some tables ends with TL,VL,what is the significance of the TL and VL?
what is inbound and outbound interface?
How can u call a standard interface program from sql or pl/sql code?
Tell me how to find the custom directory in front end?
what is difference between d2k report and oracle apps report
what is back order in OM
testing tools?
0 Answers BirlaSoft, Convergys,
what is the difference between request group and request security group in oracle apps?
What is SRW Package? (Sql Report Writer)