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 |
Explain what are the tables of auto invoice?
what is difference between API and Interface?
What is a value set? List its various types.
how to get the on hand quantity of an item across all organizations? name the underlying tables.
2 Answers Ranves IT Solutions, Scan Steel,
How to compile the Forms & Reports in Linux Apps Server which are created in WindowsXP client?
How to print invoice from APPS(front end).if we have invoice number in hand with us???
Do you know where we can check the status of po?
what is the differences between internal requisition and internal sales order?
What is GLOBAL TEMPORARY TABLE and It's significance ?
what are stock locators and how to define them? name the tables where the stock locator information is stored. at least two.
what is difference between d2k report and oracle apps report
Hi Anil, When we importing the journals in GL module we need to insert the one row into GL_INTERFACE_CONTROL for each group_id.Now my question is what is the use of inserting the data into GL_INTERFACE_CONTROL table and if I not inserted into GL_INTERFACE_CONTROL what will happen