Search Results fnd_profile_options
Overview
The FND_PROFILE_OPTIONS table is a core Application Object Library (FND) table that serves as the master definition repository for all user profile options within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. A profile option is a configurable system setting that controls application behavior, security, and user personalization across the entire suite. This table defines the metadata for each option, such as its name, associated application, and internal identifiers, establishing the framework that allows administrators to set values at the site, application, responsibility, and user levels. It is a foundational component of the EBS personalization and configuration architecture.
Key Information Stored
The table's structure centers on uniquely identifying and categorizing each profile option. Key columns include PROFILE_OPTION_ID, a numeric primary key for internal relationships; PROFILE_OPTION_NAME, the unique internal name used by the system and APIs (e.g., 'MFG_ORGANIZATION_ID'); and APPLICATION_ID, which links the option to its owning product module via the FND_APPLICATION table. The table's dual primary keys (FND_PROFILE_OPTIONS_PK on APPLICATION_ID and PROFILE_OPTION_ID, and FND_PROFILE_OPTIONS_UK2 on PROFILE_OPTION_NAME) enforce critical data integrity, ensuring options are uniquely identifiable both within an application and across the entire system.
Common Use Cases and Queries
This table is primarily queried for system analysis, troubleshooting, and development. Common scenarios include identifying available profile options for a specific module, tracing the definition of an option causing unexpected behavior, or generating a master list of options for documentation. A typical query retrieves the internal name and ID for options related to a specific application:
- SELECT PROFILE_OPTION_NAME, PROFILE_OPTION_ID FROM APPLSYS.FND_PROFILE_OPTIONS WHERE APPLICATION_ID = 401 ORDER BY 1;
Another frequent pattern joins with the FND_PROFILE_OPTION_VALUES table to audit current settings against their definitions:
- SELECT def.PROFILE_OPTION_NAME, val.LEVEL_ID, val.PROFILE_OPTION_VALUE FROM FND_PROFILE_OPTIONS def, FND_PROFILE_OPTION_VALUES val WHERE def.PROFILE_OPTION_ID = val.PROFILE_OPTION_ID AND def.APPLICATION_ID = val.APPLICATION_ID AND def.PROFILE_OPTION_NAME = 'CONC_REQUEST_GROUP_NAME';
Related Objects
As indicated by the foreign key metadata, FND_PROFILE_OPTIONS is central to the profile option ecosystem. The FND_PROFILE_OPTION_VALUES table stores the actual configured values for each defined option. The FND_PROFILE_OPTIONS_TL table holds translated user-facing names and descriptions for multilingual deployments. The FND_PROFILE_CAT_OPTIONS table manages the categorization of options for display in the profile hierarchy within the EBS front-end. Crucially, the table is linked to FND_APPLICATION, which provides the product context. Administrators typically interact with these definitions via the "System Profile Options" form or the FND_PROFILE public APIs, rather than through direct SQL manipulation.
-
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_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 ,
-
APPS.HR_USER_ACCT_UTILITY dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.FND_PROFILE_OPTIONS_PKG dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.QP_JAVA_ENGINE_CACHE_PVT dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.MSC_GET_PROFILE dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.MSC_CONFIG_FF dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.ICX_CAT_R12_UPGRADE_PVT dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.GMD_QC_MIGV12 dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.AD_CONFIG dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.DPP_PURCHASEPRICE_PVT dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.PN_PROFILE_UPGRADE dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.IGS_DA_XML_PKG dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.EGO_COMMON_PVT dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.CSP_AUTO_ASLMSL_PVT dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.JTM_HOOK_UTIL_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.ICX_CAT_R12_UPGRADE_PVT dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.ZX_MIGRATE_AR_TAX_DEF dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.IEU_PVT dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.AS_ATA_TOTAL_PUB dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.PV_CONTEXT_VALUES dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.CN_UPGRADE_UTL_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.POS_URL_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.PER_RI_CONFIG_TECH_SUMMARY dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.AS_ATA_TOTAL_PUB dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.HR_USER_ACCT_INTERNAL dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.HR_USER_ACCT_INTERNAL dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.BOMPLDCI dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.FND_CORE_LOG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.HXT_INTERFACE_UTILITIES dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.IGI_SLS_SECURITY_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.FND_OAM_COLLECTION dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.FND_PROFILE_HIERARCHY_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.BIS_COMMON_PARAMETERS dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.MRP_CL_REFRESH_SNAPSHOT dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.GMA_GET_PROFILE dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.CTO_CONFIG_ITEM_PK dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.PER_DELETE_UNWANTED_SEC_PROF dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.HR_SECURITY_UTILS dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.WF_DIAGNOSTICS dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.ZX_MIGRATE_TAX_PROFILES dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.OM_SETUP_VALID_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.PER_ITS_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.IBE_MERGE_PVT dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.CSP_AUTO_ASLMSL_PVT dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.PV_PROCESS_RULE_PVT dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.INV_OPM_ITEM_MIGRATION dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.PON_WF_UTL_PKG dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.CTO_CONFIG_ITEM_PK dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.CS_CF_UPG_UTL_PKG dependencies on FND_PROFILE_OPTIONS
12.1.1