Search Results fnd_application
Overview
The FND_APPLICATION table is a core repository table within the Oracle E-Business Suite Application Object Library (FND). It serves as the master registry for all applications, modules, and products registered within the Oracle EBS 12.1.1 and 12.2.2 instances. Every discrete software component, from major product families like General Ledger (GL) to underlying technology stacks, must have a corresponding entry in this table. Its primary role is to provide a centralized, unique identifier for all applications, enabling the EBS architecture to manage and reference them consistently across the entire system for functions like data partitioning, security, navigation, and module integration.
Key Information Stored
The table's structure is designed to uniquely identify and describe each registered application. The most critical columns, as indicated by the primary and unique keys in the metadata, are APPLICATION_ID and APPLICATION_SHORT_NAME. APPLICATION_ID is the numeric primary key (FND_APPLICATION_PK) used as a foreign key by hundreds of other tables throughout the EBS database. APPLICATION_SHORT_NAME is a unique, abbreviated identifier (FND_APPLICATION_UK2), such as 'SQLAP' for Payables or 'FND' for the Application Object Library itself, frequently used in API calls and seed data scripts. While the provided metadata excerpt does not list all columns, standard implementations of this table also typically include columns for the full APPLICATION_NAME, a BASE_PATH, and product version information.
Common Use Cases and Queries
This table is fundamental for technical administration, reporting, and development. Common use cases include resolving module-specific data by joining to transaction tables, generating application-level inventory reports, and writing conditional logic in database scripts or concurrent programs. A foundational query retrieves all registered applications:
- SELECT application_id, application_short_name, application_name FROM fnd_application ORDER BY application_id;
To identify the source application for specific transactional data, a developer would join FND_APPLICATION to a related table using the APPLICATION_ID foreign key. For instance, querying alerts might involve joining ALR_DISTRIBUTION_LISTS to FND_APPLICATION. The APPLICATION_SHORT_NAME is essential when using many FND APIs, such as FND_GLOBAL.APPS_INITIALIZE, to set the correct application context.
Related Objects
As the central application registry, FND_APPLICATION has extensive dependencies. The provided metadata lists a subset of foreign key relationships, demonstrating its reach across diverse modules like Alert Manager (ALR_DISTRIBUTION_LISTS), Application Desktop Integrator (AD_MERGE_ACTIONS), and Marketing (AMS_CAMPAIGNS_ALL_B). This pattern repeats across virtually all EBS modules, confirming that any table storing data specific to a product module will typically include an APPLICATION_ID column referencing FND_APPLICATION. Key related views include FND_APPLICATION_TL for translated names and FND_APPLICATION_VL. The table is also intrinsically linked to the FND_PRODUCT_INSTALLATIONS table, which tracks installation status and version details for each registered application.
-
Table: FND_APPLICATION
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
Table: FND_APPLICATION
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION, object_name:FND_APPLICATION, status:VALID, product: FND - Application Object Library , description: Applications registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_APPLICATION ,
-
Table: FND_APPLICATION_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION_TL, object_name:FND_APPLICATION_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_APPLICATION , implementation_dba_data: APPLSYS.FND_APPLICATION_TL ,
-
Table: FND_APPLICATION_TL
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_APPLICATION_TL, object_name:FND_APPLICATION_TL, status:VALID, product: FND - Application Object Library , description: Translations for FND_APPLICATION , implementation_dba_data: APPLSYS.FND_APPLICATION_TL ,
-
View: FND_APPLICATION_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_APPLICATION_VL, object_name:FND_APPLICATION_VL, status:VALID, product: FND - Application Object Library , description: View of FND_APPLICATION and FND_APPLICATION_TL , implementation_dba_data: APPS.FND_APPLICATION_VL ,
-
View: FND_APPLICATION_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_APPLICATION_VL, object_name:FND_APPLICATION_VL, status:VALID, product: FND - Application Object Library , description: View of FND_APPLICATION and FND_APPLICATION_TL , implementation_dba_data: APPS.FND_APPLICATION_VL ,
-
View: FND_APPLICATION_UNKNOWN_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_APPLICATION_UNKNOWN_VIEW, object_name:FND_APPLICATION_UNKNOWN_VIEW, status:VALID, product: FND - Application Object Library , description: Union of all rows in the table FND_APPLICATION and the row "Unknown" indicating unknown application , implementation_dba_data: APPS.FND_APPLICATION_UNKNOWN_VIEW ,
-
View: FND_APPLICATION_UNKNOWN_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_APPLICATION_UNKNOWN_VIEW, object_name:FND_APPLICATION_UNKNOWN_VIEW, status:VALID, product: FND - Application Object Library , description: Union of all rows in the table FND_APPLICATION and the row "Unknown" indicating unknown application , implementation_dba_data: APPS.FND_APPLICATION_UNKNOWN_VIEW ,
-
View: FND_APPLICATION_ALL_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_APPLICATION_ALL_VIEW, object_name:FND_APPLICATION_ALL_VIEW, status:VALID, product: FND - Application Object Library , description: Union of all rows in the table FND_APPLICATION and the row "All" indicating all applications , implementation_dba_data: APPS.FND_APPLICATION_ALL_VIEW ,
-
View: FND_APPLICATION_ALL_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_APPLICATION_ALL_VIEW, object_name:FND_APPLICATION_ALL_VIEW, status:VALID, product: FND - Application Object Library , description: Union of all rows in the table FND_APPLICATION and the row "All" indicating all applications , implementation_dba_data: APPS.FND_APPLICATION_ALL_VIEW ,
-
View: FND_RESP_SEC_UR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_RESP_SEC_UR, object_name:FND_RESP_SEC_UR, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_RESP_SEC_UR ,
-
View: FND_RESP_SEC_UR
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_RESP_SEC_UR, object_name:FND_RESP_SEC_UR, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.FND_RESP_SEC_UR ,
-
Table: FND_DEFAULT_FOLDERS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DEFAULT_FOLDERS, object_name:FND_DEFAULT_FOLDERS, status:VALID, product: FND - Application Object Library , description: Default folder definitions , implementation_dba_data: APPLSYS.FND_DEFAULT_FOLDERS ,
-
Table: FND_OAM_BIZEX_SUBSCRIP
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_BIZEX_SUBSCRIP, object_name:FND_OAM_BIZEX_SUBSCRIP, status:VALID, product: FND - Application Object Library , description: OAM Notification Setup Table for Exceptions , implementation_dba_data: APPLSYS.FND_OAM_BIZEX_SUBSCRIP ,
-
Table: FND_KBF_SUBSCRIPTION
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_KBF_SUBSCRIPTION, object_name:FND_KBF_SUBSCRIPTION, status:VALID, product: FND - Application Object Library , description: OAM Notification Setup Table for Exceptions , implementation_dba_data: APPLSYS.FND_KBF_SUBSCRIPTION ,
-
Table: FND_KBF_SUBSCRIPTION
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_KBF_SUBSCRIPTION, object_name:FND_KBF_SUBSCRIPTION, status:VALID, product: FND - Application Object Library , description: OAM Notification Setup Table for Exceptions , implementation_dba_data: APPLSYS.FND_KBF_SUBSCRIPTION ,
-
Table: FND_DEFAULT_FOLDERS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DEFAULT_FOLDERS, object_name:FND_DEFAULT_FOLDERS, status:VALID, product: FND - Application Object Library , description: Default folder definitions , implementation_dba_data: APPLSYS.FND_DEFAULT_FOLDERS ,
-
Table: FND_OAM_BIZEX_SUBSCRIP
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_OAM_BIZEX_SUBSCRIP, object_name:FND_OAM_BIZEX_SUBSCRIP, status:VALID, product: FND - Application Object Library , description: OAM Notification Setup Table for Exceptions , implementation_dba_data: APPLSYS.FND_OAM_BIZEX_SUBSCRIP ,
-
Table: FND_AUDIT_SCHEMAS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_AUDIT_SCHEMAS, object_name:FND_AUDIT_SCHEMAS, status:VALID, product: FND - Application Object Library , description: Audit schema , implementation_dba_data: APPLSYS.FND_AUDIT_SCHEMAS ,
-
Table: FND_AUDIT_SCHEMAS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_AUDIT_SCHEMAS, object_name:FND_AUDIT_SCHEMAS, status:VALID, product: FND - Application Object Library , description: Audit schema , implementation_dba_data: APPLSYS.FND_AUDIT_SCHEMAS ,
-
Table: FND_LOOKUP_TYPES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOOKUP_TYPES, object_name:FND_LOOKUP_TYPES, status:VALID, product: FND - Application Object Library , description: Oracle Application Object Library QuickCodes , implementation_dba_data: APPLSYS.FND_LOOKUP_TYPES ,
-
Table: FND_CONCURRENT_TIME_PERIODS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_TIME_PERIODS, object_name:FND_CONCURRENT_TIME_PERIODS, status:VALID, product: FND - Application Object Library , description: Concurrent processing work shifts , implementation_dba_data: APPLSYS.FND_CONCURRENT_TIME_PERIODS ,
-
Table: FND_DOCUMENT_CATEGORIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DOCUMENT_CATEGORIES, object_name:FND_DOCUMENT_CATEGORIES, status:VALID, product: FND - Application Object Library , description: Document categories , implementation_dba_data: APPLSYS.FND_DOCUMENT_CATEGORIES ,
-
Table: FND_SEQUENCES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_SEQUENCES, object_name:FND_SEQUENCES, status:VALID, product: FND - Application Object Library , description: Sequences registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_SEQUENCES ,
-
Table: FND_REQUEST_GROUPS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_GROUPS, object_name:FND_REQUEST_GROUPS, status:VALID, product: FND - Application Object Library , description: Report security groups , implementation_dba_data: APPLSYS.FND_REQUEST_GROUPS ,
-
Table: FND_DOCUMENT_ENTITIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DOCUMENT_ENTITIES, object_name:FND_DOCUMENT_ENTITIES, status:VALID, product: FND - Application Object Library , description: Document entities , implementation_dba_data: APPLSYS.FND_DOCUMENT_ENTITIES ,
-
Table: FND_CONCURRENT_TIME_PERIODS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_TIME_PERIODS, object_name:FND_CONCURRENT_TIME_PERIODS, status:VALID, product: FND - Application Object Library , description: Concurrent processing work shifts , implementation_dba_data: APPLSYS.FND_CONCURRENT_TIME_PERIODS ,
-
Table: FND_PROFILE_OPTIONS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PROFILE_OPTIONS, object_name:FND_PROFILE_OPTIONS, status:VALID, product: FND - Application Object Library , description: User profile options , implementation_dba_data: APPLSYS.FND_PROFILE_OPTIONS ,
-
Table: FND_REQUEST_GROUPS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_GROUPS, object_name:FND_REQUEST_GROUPS, status:VALID, product: FND - Application Object Library , description: Report security groups , implementation_dba_data: APPLSYS.FND_REQUEST_GROUPS ,
-
Table: FND_LOOKUP_TYPES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOOKUP_TYPES, object_name:FND_LOOKUP_TYPES, status:VALID, product: FND - Application Object Library , description: Oracle Application Object Library QuickCodes , implementation_dba_data: APPLSYS.FND_LOOKUP_TYPES ,
-
Table: FND_DOCUMENT_ENTITIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DOCUMENT_ENTITIES, object_name:FND_DOCUMENT_ENTITIES, status:VALID, product: FND - Application Object Library , description: Document entities , implementation_dba_data: APPLSYS.FND_DOCUMENT_ENTITIES ,
-
Table: FND_CONCURRENT_COMPLEX_RULES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_COMPLEX_RULES, object_name:FND_CONCURRENT_COMPLEX_RULES, status:VALID, product: FND - Application Object Library , description: Complex rules for specializing concurrent managers , implementation_dba_data: APPLSYS.FND_CONCURRENT_COMPLEX_RULES ,
-
Table: FND_CONCURRENT_PROCESSORS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_PROCESSORS, object_name:FND_CONCURRENT_PROCESSORS, status:VALID, product: FND - Application Object Library , description: Immediate concurrent program libraries , implementation_dba_data: APPLSYS.FND_CONCURRENT_PROCESSORS ,
-
Table: FND_SEQUENCES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_SEQUENCES, object_name:FND_SEQUENCES, status:VALID, product: FND - Application Object Library , description: Sequences registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_SEQUENCES ,
-
Table: FND_PROFILE_OPTION_VALUES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PROFILE_OPTION_VALUES, object_name:FND_PROFILE_OPTION_VALUES, status:VALID, product: FND - Application Object Library , description: Values of user profile options defined at different profile levels , implementation_dba_data: APPLSYS.FND_PROFILE_OPTION_VALUES ,
-
Table: FND_EXECUTABLES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_EXECUTABLES, object_name:FND_EXECUTABLES, status:VALID, product: FND - Application Object Library , description: Concurrent program executables , implementation_dba_data: APPLSYS.FND_EXECUTABLES ,
-
Table: FND_NEW_MESSAGES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_NEW_MESSAGES, object_name:FND_NEW_MESSAGES, status:VALID, product: FND - Application Object Library , description: Application messages for Oracle Applications in GUI mode , implementation_dba_data: APPLSYS.FND_NEW_MESSAGES ,
-
Table: FND_VIEWS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_VIEWS, object_name:FND_VIEWS, status:VALID, product: FND - Application Object Library , description: Views registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_VIEWS ,
-
Table: FND_DOCUMENT_CATEGORIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_DOCUMENT_CATEGORIES, object_name:FND_DOCUMENT_CATEGORIES, status:VALID, product: FND - Application Object Library , description: Document categories , implementation_dba_data: APPLSYS.FND_DOCUMENT_CATEGORIES ,
-
Table: FND_CONCURRENT_PROCESSORS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_PROCESSORS, object_name:FND_CONCURRENT_PROCESSORS, status:VALID, product: FND - Application Object Library , description: Immediate concurrent program libraries , implementation_dba_data: APPLSYS.FND_CONCURRENT_PROCESSORS ,
-
Table: FND_CONCURRENT_COMPLEX_RULES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_COMPLEX_RULES, object_name:FND_CONCURRENT_COMPLEX_RULES, status:VALID, product: FND - Application Object Library , description: Complex rules for specializing concurrent managers , implementation_dba_data: APPLSYS.FND_CONCURRENT_COMPLEX_RULES ,
-
Table: FND_REQUEST_GROUP_UNITS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_GROUP_UNITS, object_name:FND_REQUEST_GROUP_UNITS, status:VALID, product: FND - Application Object Library , description: Reports and groups within each report security group , implementation_dba_data: APPLSYS.FND_REQUEST_GROUP_UNITS ,
-
Table: FND_CONCURRENT_REQUEST_CLASS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_CONCURRENT_REQUEST_CLASS, object_name:FND_CONCURRENT_REQUEST_CLASS, status:VALID, product: FND - Application Object Library , description: Concurrent request types , implementation_dba_data: APPLSYS.FND_CONCURRENT_REQUEST_CLASS ,
-
Table: FND_PROFILE_OPTIONS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PROFILE_OPTIONS, object_name:FND_PROFILE_OPTIONS, status:VALID, product: FND - Application Object Library , description: User profile options , implementation_dba_data: APPLSYS.FND_PROFILE_OPTIONS ,
-
Table: FND_VIEWS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_VIEWS, object_name:FND_VIEWS, status:VALID, product: FND - Application Object Library , description: Views registered with Oracle Application Object Library , implementation_dba_data: APPLSYS.FND_VIEWS ,
-
Table: FND_REQUEST_GROUP_UNITS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_REQUEST_GROUP_UNITS, object_name:FND_REQUEST_GROUP_UNITS, status:VALID, product: FND - Application Object Library , description: Reports and groups within each report security group , implementation_dba_data: APPLSYS.FND_REQUEST_GROUP_UNITS ,
-
Table: FND_PROFILE_OPTION_VALUES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_PROFILE_OPTION_VALUES, object_name:FND_PROFILE_OPTION_VALUES, status:VALID, product: FND - Application Object Library , description: Values of user profile options defined at different profile levels , implementation_dba_data: APPLSYS.FND_PROFILE_OPTION_VALUES ,
-
Table: UMX_REG_SERVICES_B
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.UMX_REG_SERVICES_B, object_name:UMX_REG_SERVICES_B, status:VALID, product: FND - Application Object Library , description: Stores metadata for various registration processes available through the Oracle User Management module. , implementation_dba_data: APPLSYS.UMX_REG_SERVICES_B ,
-
Table: FND_NEW_MESSAGES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_NEW_MESSAGES, object_name:FND_NEW_MESSAGES, status:VALID, product: FND - Application Object Library , description: Application messages for Oracle Applications in GUI mode , implementation_dba_data: APPLSYS.FND_NEW_MESSAGES ,
-
Table: FND_EXECUTABLES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_EXECUTABLES, object_name:FND_EXECUTABLES, status:VALID, product: FND - Application Object Library , description: Concurrent program executables , implementation_dba_data: APPLSYS.FND_EXECUTABLES ,