What is the package?
Answers were Sorted based on User's Feedback
Answer / mukesh rathi
Package is a named anonymus block.
It is collection of varible, procedure,function.
There is need of package specification and body and there
name should be same for creating package.
We can also declare global,local procedure function within
the package.
Due to the use of package the performace improved because
it directly interact with the memory location avilable to
the package.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kiran kumar
---- Group logically related pl/sql types, items and
subprograms.
1) package specification
2) package body
Advantages of a package:
? Modularity
? Easier Application Design
? Information Hiding
? Overloading
| Is This Answer Correct ? | 1 Yes | 2 No |
what are the mandatory parameters in suppler Conversion?
What are the Major differences between appcore.pll and appcore2.pll
5 Answers Infosys, Sierra Atlantica,
in one report using two layout models.if yes how to do
while doing the process of conversion if got any data error out what is the next step to reprocess
What are the different components of soa suite?
what is the prerequisite for defining unit of measure?
While running the concurrent program we will get the status, we have to change the status. How it will be done.
HOW MANY LANGUAGES FOLDERS ARE ONE ORACLE APPLICATION
what is flexfield qualifier?
How can u call a standard interface program from sql or pl/sql code?
maximum how many parameters we can pass through pl/sql stored procedure to oracle apps?how many mandatory parameters we can pass through pl/sql program to oracle apps11i?
What is procedure?