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 latest version in reports
Who information?s?
Except the SRS window in which we can submit the concurrent program.
Tell me some interface tables on ordermangement.
Tell me how to debug the report?
What and Who is the best Institute or Trainer for Oracle Apps Technical ?
In Per_all_people_f table what is the significance of '_f ' ?
we have 4 managers if one person logon the system automatically displays his siganature and name how?
why r u move in the cus_top only why not move another top
What should be the batch size (number of customer records) general guidelines for optimal performance?
how to initialize applications?
What is Pragma Autonomous transaction. It's Real time Example