Assume i have three Procedures defined in a Package Spec.
I have created the Package Specification.
now i create the Package Body
by including the three procedures in addition to that i
include a fourth procedure which is not included in my
Package Spec.
I compile the Package Body.
Will the Package body Compile ?
What will the end result ?
what will happen if the execute the package by calling the
4th procedure ?
Answer Posted / nishant srivastava
package will get compliled and three procedure will be
accessible from package while the fourth one can only be
access with package body
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is sca and how is it useful?
Can u give the Documentation of Custom.pll in oracle apps
What do you understand by a set of books?
do you know is it possible to run the interface without using oracle apps?
In oracle application how do you debug or trace errors?
How is choreography different from orchestration?
Tell me how to find the custom directory in front end?
In sequence i want to 11 and 15th values how we will write?
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
Are you familiar with internet architecture of oracle apps 11i?
What does appl_top directory contain?
List of all the modules under Manufacturing, Finance and Distribution in oracle applications?
In hierarchical structure of a database? we have write query from where we should start?
How can you achieve loose coupling in soa framework?
How can we import the data into a database using sql * loader?