What are the different types of Modules available in Oracle?


There are three types of modules in Oralcle Forms :
Form Module - A collection of objects and code routines
Menu Module - A collection of Menus( a main menu and any number of submenu objects) and menu item commands that together make up an application menu.
Library Module - A collection of user-named procedures,functions, and packages that can be called from other modules in the application.



Explore posts in the same categories: Oracle Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is J2EE module
  • A software unit that consists of one or more J2EE components of the same container type and one deployment descriptor...
  • How would you execute a SQL query in Oracle 8 ?
  • Again, if you ever worked with Oracle, this question should be trivial for you to answer (from command prompt, of...
  • What is reflection?
  • All .NET compilers produce metadata about the types defined in the modules they produce. This metadata is packaged along with...
  • What are the components of physical database structure of Oracle database ?
  • Oracle database is comprised of three types of files. One or more datafiles, two are more redo log files, and...
  • How do you call other Oracle Products from Oracle Forms?
  • Run_product is a built-in, Used to invoke one of the supported oracle tools products and specifies the name of the...
  • What is an Oracle Instance?
  • The Oracle system processes, also known as Oracle background processes, provide functions for the user processes—functions that would otherwise be...
  • What is the difference between Oracle and SQL Server ?
  • Often people in newsgroups ask about some comparison of Oracle and SQL Server. In the article below, you can find...
  • What is Oracle Block? Can two Oracle Blocks have the same address?
  • Oracle "formats" the database files into a number of Oracle blocks when they are first created—making it easier for the...
  • What are the functional modules used in sequence in BDC?
  • These are the 3 functional modules which are used in a sequence to perform a data transfer successfully using BDC...
  • What is an Oracle Instance?
  • The Oracle system processes, also known as Oracle background processes, provide functions for the user processes—functions that would otherwise be...

    Comments are closed.