Search Results fnd_profile_options
The FND_PROFILE_OPTIONS table is a fundamental repository within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, serving as the backbone for managing system-wide and user-specific profile options. Profile options in Oracle EBS are configuration settings that control application behavior, security, and functionality across modules. This table stores metadata about these options, including their names, descriptions, and hierarchical levels, enabling administrators to customize the application environment according to organizational requirements.
Structure and Key Columns:
The FND_PROFILE_OPTIONS table comprises critical columns such as:
- PROFILE_OPTION_ID: A unique identifier for each profile option.
- PROFILE_OPTION_NAME: The internal name used for referencing the option in code or scripts.
- APPLICATION_ID: Links the profile option to a specific application module.
- USER_PROFILE_OPTION_NAME: The display name visible to end-users in the Oracle EBS interface.
- DESCRIPTION: A detailed explanation of the profile option's purpose.
- SQL_VALIDATION: Optional SQL validation to restrict allowable values.
- HIERARCHY_TYPE: Defines the scope (e.g., Site, Application, Responsibility, User) at which the option can be set.
Hierarchy and Scope:
Profile options in FND_PROFILE_OPTIONS adhere to a hierarchical structure, allowing settings to cascade from broader to narrower scopes. For instance, a "Site-level" setting applies globally, while a "User-level" setting overrides broader defaults. This hierarchy ensures flexibility in configuration, enabling granular control over application behavior. The HIERARCHY_TYPE column dictates whether an option can be set at one or multiple levels (e.g., "S" for Site, "R" for Responsibility).
Integration with Other Tables:
The table interacts with related entities like FND_PROFILE_OPTION_VALUES (stores actual values) and FND_APPLICATIONS (maps options to modules). For example, a profile option like "MO: Operating Unit" (ORG_ID) in FND_PROFILE_OPTIONS may have values stored in FND_PROFILE_OPTION_VALUES for specific responsibilities or users. This relational design ensures data consistency and auditability.
Functional Significance:
Profile options govern critical functionalities such as:
- Security: Enforcing access controls (e.g., "Signon Password Hard to Guess").
- Localization: Setting language or territory preferences.
- Performance: Configuring caching mechanisms (e.g., "Disable Middle Tier Caching").
- Module-Specific Behavior: Customizing workflows in GL, AP, or AR modules.
Administrators use Oracle Forms or scripts to modify these options, often via the "System Profile Values" form (FNDSCSGN).
Technical Considerations:
In EBS 12.2.2, the table remains largely unchanged from 12.1.1, but its usage may involve newer tools like Oracle Fusion Middleware for configuration. Direct DML operations on FND_PROFILE_OPTIONS are discouraged; instead, APIs like FND_PROFILE package (PUT, GET procedures) ensure transactional integrity. Indexes on PROFILE_OPTION_ID and APPLICATION_ID optimize query performance.
Conclusion:
The FND_PROFILE_OPTIONS table is pivotal in Oracle EBS, acting as the metadata repository for profile options that drive system behavior. Its hierarchical design, relational integrity, and integration with configuration tools empower administrators to tailor EBS environments efficiently. Understanding this table is essential for effective system administration and customization in both EBS 12.1.1 and 12.2.2 implementations.
-
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.ICX_CAT_R12_UPGRADE_PVT dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.FND_PROFILE_OPTIONS_PKG dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.GMD_QC_MIGV12 dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.MSC_CONFIG_FF dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.AD_CONFIG dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.EGO_COMMON_PVT dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.PER_RI_CONFIG_TECH_SUMMARY dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.QP_JAVA_ENGINE_CACHE_PVT dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.DPP_PURCHASEPRICE_PVT dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.HR_USER_ACCT_UTILITY dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.IGS_DA_XML_PKG dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.MSC_GET_PROFILE dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.CSP_AUTO_ASLMSL_PVT 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.PN_PROFILE_UPGRADE dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.POS_URL_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.FND_PROFILE_HIERARCHY_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.IGI_SLS_SECURITY_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.PV_CONTEXT_VALUES dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.FND_CORE_LOG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.HR_SECURITY_UTILS dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.MRP_CL_REFRESH_SNAPSHOT dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.CSP_AUTO_ASLMSL_PVT dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.OM_SETUP_VALID_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.HXT_INTERFACE_UTILITIES dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.CTO_CONFIG_ITEM_PK dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.ZX_MIGRATE_TAX_PROFILES dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.CN_UPGRADE_UTL_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.ZX_MIGRATE_AR_TAX_DEF dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.GMA_GET_PROFILE dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.ICX_CAT_R12_UPGRADE_PVT dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.IEU_PVT dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.IBE_MERGE_PVT dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.PER_ITS_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.AS_ATA_TOTAL_PUB dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.FND_OAM_COLLECTION dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.BIS_COMMON_PARAMETERS dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.HR_USER_ACCT_INTERNAL dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.BOMPLDCI dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.JTM_HOOK_UTIL_PKG dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.PER_DELETE_UNWANTED_SEC_PROF dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.WF_DIAGNOSTICS dependencies on FND_PROFILE_OPTIONS
12.2.2
-
APPS.PON_WF_UTL_PKG dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.AS_VALIDATE_SETUP dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.BOMPLDCI dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.JTM_HOOK_UTIL_PKG dependencies on FND_PROFILE_OPTIONS
12.1.1
-
APPS.BOMPLDCB dependencies on FND_PROFILE_OPTIONS
12.1.1