Search Results fnd_release
Overview
FND_RELEASE is a foundational Oracle E-Business Suite (EBS) utility package owned by the APPS schema and delivered as a VALID package body. Its business function is to expose the release and version identity of the EBS application environment to any component that must behave differently depending on the installed release level. Rather than requiring each form, concurrent program, or custom routine to hard-code a release string, the package centralizes the retrieval and interpretation of release information, providing a single authoritative source for the installed product group release.
In Oracle EBS 12.1.1 and 12.2.2 environments, this capability is important because the code base, the schema objects, and the technology stack (such as the adoption of the WebLogic-based application tier in 12.2.2) all vary by release. The package allows dependent logic to detect capabilities and conditionally enable behavior without manual maintenance. It is classified by the reference documentation as an API of type OTHER, reflecting that it is an internal utility API rather than a public business API.
Key Procedures and Functions
The documented package exposes seven procedures and functions:
- GET_RELEASE — the primary entry point that retrieves the current release information for the environment.
- RELEASE_NAME — returns the release name, typically the product release designation (for example, "12.2.2") used for display or comparison.
- RELEASE_INFO — returns consolidated release information, allowing callers to obtain the release details in a single invocation.
- MAJOR_VERSION — returns the major version component of the release, the leading portion used for coarse-grained version checks.
- MINOR_VERSION — returns the minor version component, the second segment of the release number.
- POINT_VERSION — returns the point version component, the third segment of the release number.
- RESULT — reports the outcome of a release lookup, supporting callers that must verify success or failure of a retrieval operation.
Collectively, these functions permit both a single release string and its discrete numeric components to be obtained and validated by calling code.
Tables Accessed
FND_RELEASE references the table FND_PRODUCT_GROUPS through an APPS synonym. This table stores one row per installed Oracle EBS product group and holds the release information maintained during installation, upgrade, and patch application. The package reads from it only; no insert, update, or delete operations are documented. Because release data is sourced from this table, the information returned by the package reflects the actual installed release stored in the database rather than any application-tier configuration value.
Usage Notes
The release documentation records that FND_RELEASE is referenced by 36 other database objects and depends on the SYS STANDARD package, confirming its role as a low-level utility consumed broadly throughout the EBS code base. It is typically invoked from Oracle Forms, concurrent programs, and custom PL/SQL that must branch on the installed release. Because the release is read from FND_PRODUCT_GROUPS at runtime, callers should invoke the package at the point of need rather than caching values persistently across upgrades. Custom code should treat the package as a read-only service, relying on the documented version accessors instead of parsing release strings independently; doing so ensures compatibility when the environment is patched or upgraded between 12.1.1 and 12.2.2.
-
PACKAGE BODY: APPS.FND_RELEASE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_RELEASE, status:VALID,
-
PACKAGE BODY: APPS.FND_RELEASE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_RELEASE, status:VALID,
-
PACKAGE: APPS.FND_RELEASE
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_RELEASE, status:VALID,
-
PACKAGE: APPS.FND_RELEASE
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_RELEASE, status:VALID,
-
PACKAGE BODY: APPS.BIS_GNRL_SEARCH_ENGINE_PVT_OA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:BIS_GNRL_SEARCH_ENGINE_PVT_OA, status:VALID,
-
PACKAGE BODY: APPS.AZW_ARCHIVE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AZW_ARCHIVE, status:VALID,
-
PACKAGE BODY: APPS.FND_CLIENT_INFO
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_CLIENT_INFO, status:VALID,
-
PACKAGE BODY: APPS.WIP_DIAG_DATA_COLL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_DIAG_DATA_COLL, status:VALID,
-
PACKAGE BODY: APPS.PA_WORKFLOW_HISTORY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_WORKFLOW_HISTORY, status:VALID,
-
PACKAGE BODY: APPS.FV_WF_BE_APPROVAL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_WF_BE_APPROVAL, status:VALID,
-
PACKAGE BODY: APPS.FND_PROFILE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_PROFILE, status:VALID,
-
PACKAGE BODY: APPS.PAY_CORE_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_CORE_UTILS, status:VALID,
-
PACKAGE BODY: APPS.JAI_OM_UTILS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_OM_UTILS_PKG, status:VALID,
-
PACKAGE BODY: APPS.WIP_REPETITIVE_UTILITIES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_REPETITIVE_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.FND_CLIENT_INFO
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_CLIENT_INFO, status:VALID,
-
PACKAGE BODY: APPS.JAI_AP_OI_PROCESSING_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_AP_OI_PROCESSING_PKG, status:VALID,
-
PACKAGE BODY: APPS.WIP_DIAG_DATA_COLL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_DIAG_DATA_COLL, status:VALID,
-
PACKAGE BODY: APPS.PAY_TXR_INS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_TXR_INS, status:VALID,
-
PACKAGE BODY: APPS.OKS_CCMIGRATE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_CCMIGRATE_PVT, status:VALID,
-
PACKAGE BODY: APPS.WIP_REPETITIVE_UTILITIES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WIP_REPETITIVE_UTILITIES, status:VALID,
-
PACKAGE BODY: APPS.PA_INTERFACE_UTILS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_INTERFACE_UTILS_PUB, status:VALID,
-
PACKAGE BODY: APPS.FA_CACHE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FA_CACHE_PKG, status:VALID,
-
PACKAGE BODY: APPS.PA_INTERFACE_UTILS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_INTERFACE_UTILS_PUB, status:VALID,
-
PACKAGE BODY: APPS.FND_RUN_FUNCTION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_RUN_FUNCTION, status:VALID,
-
PACKAGE BODY: APPS.WFA_SEC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WFA_SEC, status:VALID,
-
PACKAGE BODY: APPS.AZW_ARCHIVE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AZW_ARCHIVE, status:VALID,
-
PACKAGE BODY: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE BODY: APPS.OKS_CCMIGRATE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:OKS_CCMIGRATE_PVT, status:VALID,
-
PACKAGE BODY: APPS.FF_DATA_DICT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FF_DATA_DICT, status:VALID,
-
PACKAGE BODY: APPS.POS_UPDATE_CAPACITY_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:POS_UPDATE_CAPACITY_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_SOE_GLB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_SOE_GLB, status:VALID,
-
PACKAGE BODY: APPS.HR_PRE_PAY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:HR_PRE_PAY, status:VALID,
-
PACKAGE BODY: APPS.POS_ASN_NOTIF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:POS_ASN_NOTIF, status:VALID,
-
PACKAGE BODY: APPS.OKE_K_APPROVAL_WF2
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKE_K_APPROVAL_WF2, status:VALID,
-
PACKAGE BODY: APPS.JAI_CMN_SETUP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_CMN_SETUP_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMS_WFCMPAPR_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AMS_WFCMPAPR_PVT, status:VALID,
-
PACKAGE: APPS.FND_RELEASE
12.2.2
-
PACKAGE BODY: APPS.FND_GFM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_GFM, status:VALID,
-
PACKAGE BODY: APPS.FND_PROFILE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_PROFILE, status:VALID,
-
PACKAGE BODY: APPS.JAI_GST_GENERAL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_GST_GENERAL_PKG, status:VALID,
-
PACKAGE BODY: APPS.PAY_IP_UTILITY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_IP_UTILITY, status:VALID,
-
PACKAGE BODY: APPS.FND_WEB_SEC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_WEB_SEC, status:VALID,
-
PACKAGE BODY: APPS.JAI_GENERAL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_GENERAL_PKG, status:VALID,
-
PACKAGE: APPS.FND_RELEASE
12.1.1
-
PACKAGE BODY: APPS.PAY_PAYWSMEE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PAY_PAYWSMEE_PKG, status:VALID,
-
PACKAGE BODY: APPS.WF_NOTIFICATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WF_NOTIFICATION, status:VALID,
-
PACKAGE BODY: APPS.FND_WEB_SEC
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FND_WEB_SEC, status:VALID,
-
PACKAGE BODY: APPS.OKL_AM_SERVICE_K_INT_WF
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:OKL_AM_SERVICE_K_INT_WF, status:VALID,
-
PACKAGE BODY: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FND_GLOBAL, status:VALID,
-
PACKAGE BODY: APPS.JAI_CMN_MTAX_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_CMN_MTAX_PKG, status:VALID,