Search Results fnd_profile_option_values
Overview
The FND_PROFILE_OPTION_VALUES table is a core repository within the Oracle E-Business Suite Application Object Library (FND). It stores the specific values assigned to user profile options across the application's multi-level hierarchy. Profile options are system-wide settings that control application behavior, security, and functionality. The table's primary role is to persist the effective value for a given profile option at a specific level—such as Site, Application, Responsibility, or User—enabling the flexible and granular configuration that is fundamental to Oracle EBS operations in both 12.1.1 and 12.2.2 versions.
Key Information Stored
The table's structure is designed to uniquely identify a profile value assignment through its primary key and to define its context through foreign key relationships. Key columns include APPLICATION_ID and PROFILE_OPTION_ID, which together identify the specific profile option from the FND_PROFILE_OPTIONS table. The LEVEL_ID column indicates the hierarchical level (e.g., Site, Application, Responsibility, User) at which the value is set. The LEVEL_VALUE column holds the identifier for that specific level, such as a Responsibility ID or User ID. The LEVEL_VALUE_APPLICATION_ID is particularly relevant for the Responsibility level, storing the application ID of the responsibility referenced in LEVEL_VALUE. The actual value assigned to the profile option is stored in the PROFILE_OPTION_VALUE column.
Common Use Cases and Queries
A primary use case is auditing and troubleshooting system behavior by querying the effective settings of critical profile options. Developers and administrators frequently query this table to understand configuration hierarchies or to diagnose issues. A common pattern is to join with FND_PROFILE_OPTIONS and descriptive tables like FND_USER or FND_RESPONSIBILITY_TL for meaningful reports.
- Sample Query for User-Level Values:
SELECT fu.user_name, fpot.profile_option_name, fpov.profile_option_value FROM fnd_profile_option_values fpov, fnd_profile_options_tl fpot, fnd_user fu WHERE fpov.profile_option_id = fpot.profile_option_id AND fpov.level_id = 10004 AND fpov.level_value = fu.user_id AND fpot.language = USERENV('LANG'); - Identifying a Specific Option's Settings: Queries often filter by PROFILE_OPTION_NAME (via a join) to see all value assignments for a single option across different levels, which is essential for resolving precedence conflicts.
Related Objects
FND_PROFILE_OPTION_VALUES is centrally linked to several key FND tables, as indicated by its foreign keys. The FND_PROFILE_OPTIONS table defines the master list of available options. For level-specific context, it references FND_USER for the User level, FND_RESPONSIBILITY for the Responsibility level, and FND_APPLICATION for the Application and Site levels. The primary API for interacting with these values programmatically is FND_PROFILE, which provides procedures for GET, PUT, and SAVE operations. For reporting, the views FND_PROFILE_OPTION_VALUES_VL and FND_PROFILE_OPTIONS_VL provide translated and more readily readable descriptions.
-
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: 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 ,
-
APPS.IGS_PE_CONFIG_PVT dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.GL_PUBLIC_SECTOR dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.FND_DISCONNECTED dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.CSM_HA_EVENT_PKG dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.PV_PROCESS_RULE_PVT dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.JG_ZZ_SHARED_PKG dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.AD_CONFIG dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.AR_INVOICE_API_PUB dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.MO_GLOBAL dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.BOMPLDCB dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.PV_CONTEXT_VALUES dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.AS_SCORECARD_RULES_PVT dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.JTF_UM_UTIL_PVT dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.HZ_MIXNM_WEBUI_UTILITY dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.AR_GTA_CONC_PROG dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.OKS_RULE_MIGRATE dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.RCV_HXT_GRP dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.IGC_UPGRADE_DATA_R12 dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.OZF_SD_REQUEST_PUB dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.BEN_CWB_DATA_MODEL_UPGRADE dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.POS_URL_PKG dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.PAY_IE_P35_XML_PKG dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.AS_SALES_METH_WF dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.BOMPLDCI dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.IGI_ITR_PREP_APPRV_PKG dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.BEN_CWB_UTILS dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.XLA_MO_REPORTING_API dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.GR_PROCESS_DOCUMENTS dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.PSA_FUNDS_CHECKER_PKG dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.IBU_REQ_PKG dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.OKC_AQ_PVT dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.FND_CORE_LOG dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.ARW_CMREQ_COVER dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.JTF_DIAGNOSTIC_COREAPI dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.GL_AUTO_ALLOC_WF_PKG dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.AS_VALIDATE_SETUP dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.HXC_SECURITY dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.WF_DIAGNOSTICS dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.POS_PASSWORD_UTIL_PKG dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.PA_IND_RATE_SCHEDULES_PKG dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.GL_FLEX_INSERT_PKG dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.JTF_DIAGNOSTIC_COREAPI dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.XTR_RISK_DEBUG_PKG dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.IRC_PARTY_API dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.MRP_CL_REFRESH_SNAPSHOT dependencies on FND_PROFILE_OPTION_VALUES
12.1.1
-
APPS.PO_ATTRIBUTE_VALUES_PVT dependencies on FND_PROFILE_OPTION_VALUES
12.2.2
-
APPS.GMS_WF_PKG dependencies on FND_PROFILE_OPTION_VALUES
12.2.2