In Forms 4.0, what is the Library?

Options
- Collection of External field
- Collection of built_in packages
- Collection of PL/SQL functions, procedures and packages
- Collection of PL/SQL procedures and triggers


CORRECT ANSWER : Collection of PL/SQL functions, procedures and packages

Discussion Board
Forms 4.0

A library is a collection of subprograms, including user-named procedures, functions, and packages. Libraries provide a convenient means of storing client-side program units and sharing them among multiple applications. Once you create a library, you can attach it to any other form, menu, or library module. Then, you can call library program units from triggers, menu item commands, and user-named routines you write in the modules to which you have attached the library. The same library can be attached to multiple forms and menus. Conversely, a single form or menu can have more than one attached library. Libraries can also be attached to other libraries. When a library attaches another library, program units in the first library can reference program units in the attached library.

Prajakta Pandit 03-1-2017 03:20 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement