FND (Foundation) Basic Tables in Oracle Apps R12

A quick reference guide to the core tables of the Application Object Library (AOL).

Understanding FND Tables

The FND (Foundation) schema, also known as the Application Object Library (AOL), contains the core tables that manage the underlying structure and security of Oracle E-Business Suite. These tables store crucial information about users, responsibilities, menus, concurrent programs, and more. Understanding these tables is essential for any technical or techno-functional consultant.

Key FND Tables

Here is a list of some of the most important and frequently used FND tables.

Table NameDescription
FND_USERStores user account information, including username and password hashes.
FND_MENUSDefines the navigation menus that users see in the application.
FND_FORM_FUNCTIONSContains information about functions (forms, pages, etc.) that can be called from menus.
FND_APPLICATION / FND_APPLICATION_TLStores information about registered applications and their translated names.
FND_CONCURRENT_PROGRAMS / FND_CONCURRENT_PROGRAMS_TLDefines concurrent programs, their executables, and parameters.
FND_CONCURRENT_QUEUES / FND_CONCURRENT_QUEUES_TLManages the concurrent managers and queues that process requests.
FND_CONCURRENT_QUEUE_CONTENTDefines which programs can be run by which concurrent managers.
FND_CONCURRENT_REQUESTSStores the history and status of all submitted concurrent requests.