Search Results fnd_product_installations
Overview
The FND_PRODUCT_INSTALLATIONS table is a core Applications DBA (AD) table within the APPLSYS schema that serves as the system of record for tracking which Oracle E-Business Suite products and modules are installed at a given site. It is a fundamental component of the application's architecture, enabling the system to manage product-specific features, dependencies, and configurations. Its primary role is to maintain the inventory of installed applications, linking each product to its designated ORACLE_ID (database schema). This relationship is critical for operations that require context about the owning schema for a particular application, such as patch management, module initialization, and dependency validation.
Key Information Stored
The table's structure centers on two primary foreign key columns that form its composite primary key. The APPLICATION_ID column references FND_APPLICATION.APPLICATION_ID, uniquely identifying an E-Business Suite product like General Ledger (SQLGL) or Payables (SQLAP). The ORACLE_ID column references FND_ORACLE_USERID.ORACLE_ID, which maps to the specific database schema (e.g., GL, AP) that owns the database objects for that product. Together, these columns create a definitive list of valid application-to-schema mappings for the installation. While the provided metadata highlights these core columns, the table typically includes additional status columns (like STATUS or PATCH_LEVEL) to indicate the installation state of each product.
Common Use Cases and Queries
This table is frequently queried for installation audits, troubleshooting, and during upgrade or patching activities. A common use case is generating a simple report of all installed products with their corresponding database schemas. Another critical use is validating the installation environment before applying patches or performing upgrades. Database administrators and functional consultants often reference this table to confirm that prerequisite products are installed and active. For example, a typical query to list installed applications would be:
- SELECT fpi.application_id, fa.application_short_name, fa.application_name, fou.oracle_username FROM apps.fnd_product_installations fpi, apps.fnd_application fa, apps.fnd_oracle_userid fou WHERE fpi.application_id = fa.application_id AND fpi.oracle_id = fou.oracle_id ORDER BY fa.application_short_name;
Related Objects
As indicated by the foreign key relationships, FND_PRODUCT_INSTALLATIONS is centrally linked to several key metadata tables. It has foreign key dependencies on FND_APPLICATION (for the product definition) and FND_ORACLE_USERID (for the schema definition). Furthermore, it is referenced by other important configuration tables. The table ALR_ACTION_SET_CHECKS references it to define product-specific alert checking. Most significantly, the FND_PRODUCT_DEPENDENCIES table references it twice: once to define the dependent product (APPLICATION_ID, ORACLE_ID) and again to define the product that is required (REQUIRED_APPLICATION_ID, REQUIRED_ORACLE_ID). This makes FND_PRODUCT_INSTALLATIONS essential for the system's dependency resolution engine.
-
Table: FND_PRODUCT_INSTALLATIONS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:AD.FND_PRODUCT_INSTALLATIONS, object_name:FND_PRODUCT_INSTALLATIONS, status:VALID, product: AD - Applications DBA , description: Oracle Applications products installed at your site , implementation_dba_data: APPLSYS.FND_PRODUCT_INSTALLATIONS ,
-
Table: FND_PRODUCT_INSTALLATIONS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:AD.FND_PRODUCT_INSTALLATIONS, object_name:FND_PRODUCT_INSTALLATIONS, status:VALID, product: AD - Applications DBA , description: Oracle Applications products installed at your site , implementation_dba_data: APPLSYS.FND_PRODUCT_INSTALLATIONS ,
-
APPS.IGI_SLS_SECURITY_PKG dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.MSC_GET_BIS_VALUES dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.MSC_CL_COLLECTION dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.MSC_ATP_PEG dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.XLA_CMP_COMMON_PKG dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.MSC_ATP_PF dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.FND_XDF_APP_UTIL dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.PER_ORG_STRUCTURES_PKG dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.PER_IMAGE_UPLOAD_PKG dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.BIM_EVENT_FACTS dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.AD_TSPACE_UTIL dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.AD_TABLESPACE_UTILS dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.ZX_TCM_GET_EXCEPT_PKG dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.HXC_MAPPING_UTILITIES dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.OM_SETUP_VALID_PKG dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.PA_INSTALL dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.MSC_ATP_REFRESH_MVIEW dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.EAM_ASSET_NUM_IMPORT_PUB dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.ZX_TCM_CONTROL_PKG dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.PAY_ADHOC_UTILS_PKG dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.GL_FLEX_INSERT_PKG dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.BIS_VG_TYPES dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.HXC_TIMEKEEPER_UTILITIES dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.FND_IMUTL dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.AMS_LIST_RUNNING_TOTAL_PVT dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.PJM_INSTALL dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.AZW_GROUP dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.FND_CONC_CLONE dependencies on FND_PRODUCT_INSTALLATIONS
12.1.1
-
APPS.PAY_PAYGTN_PKG dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.FND_OBJECT_TABLESPACES_PUB dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.FF_DATA_DICT dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.MSC_ATP_PF dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.AD_UTIL dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.ALR_DBTRIGGER dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.FND_XDF_APP_UTIL dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.BOM_COMPONENT_API dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.MRP_CL_FUNCTION dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.BIM_EVENT_FACTS dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.BOMPVALB dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.PO_RETROACTIVE_PRICING_PVT dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.MSC_MANAGE_PLAN_PARTITIONS dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.PV_CATEGORY_MIGRATION dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.AZW_FLOW dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.IGI_EXP_UTILS dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.ENG_VALIDATE_REV_COMPONENT dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.JTF_RS_SRP_GROUPS_CONC_PUB dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.PER_ORG_STRUCTURES_PKG dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2
-
APPS.OTA_TIMEZONE_UPGRADE dependencies on FND_PRODUCT_INSTALLATIONS
12.2.2