Answer Posted / a.kondala rao.
client-side program units and sharing them among multipule
applications. Once you create a library, you can attach it
to any other form,menu,or library modules. When you can call
library program units from triggers menu items commands and
user named routine, you write in the modules to which
you have attach the library.
when a library attaches another library ,program units in
the first library can reference program units in the
attached library. Library support dynamic loading-that
is library program units are loaded into an
application only when needed. This can significantly
reduce the run-time memory requirements of an applications.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between bind and lexical parameter?
What is a user exit program in oracle reports?
How to create Drill down report?
What are the Features of Forms 6i over 4.5? What are the Features of Forms 10g? What are the Features of Reports 6i? What are the Features of Reports 10g ?
why the Ctl file u put only in bin folder why not in other folder
Name the different triggers supported by oracle reports and their firing order.
What do you understand by lov and how can it be used?
what exactly u write in when_new_form_instance
List out the oracle forms configuration files?
What is the difference between flex mode and confined mode?
In what situation u create the BPA.
Is it possible to have multiple layouts in a report?
how to send file attachment from oracle forms
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
Is it possible to execute a dynamic sql from forms?