Search Results eval_sr_kb_option




Overview

CS_CF_UPG_UTL_PKG is a utility package in the APPS schema that supports the Configurator Foundation (CS_CF) upgrade and migration framework within Oracle E-Business Suite 12.1.1 and 12.2.2. The package name prefix "UPG" indicates its role as a helper library during the upgrade of Service (CS) Configurator data, and it works in tandem with the higher-level packages CS_CF_UPG_PKG and CS_CF_UPG_BUGFIX1_PKG. Its primary business function is to evaluate and resolve the many profile-option-driven behaviors and user-interface attributes that govern Service Request (SR) entry, address handling, product selection, and interaction logging as those configurations are carried forward from a source environment to a target environment. Because the evaluator routines are grouped in a single utility package, the upgrade driver can query the effective setting of an SR option, region, or target independently of the runtime forms, ensuring that migrated configurations behave consistently after the upgrade completes.

Key Procedures and Functions

The ETRM metadata documents 31 procedures and functions. They fall into four functional clusters.

No parameter lists are published in the metadata; callers should reference the packaged specification rather than assume signatures.

Tables Accessed

Usage Notes

CS_CF_UPG_UTL_PKG is not invoked directly from forms or concurrent programs. It is called internally by CS_CF_UPG_PKG and CS_CF_UPG_BUGFIX1_PKG during the Configurator Foundation upgrade path, and it also references itself for internal helper dispatch. As an APPS-owned, VALID package, it is available in both 12.1.1 and 12.2.2, but it should be treated as upgrade-only infrastructure: custom code should not call it, because its behavior and existence are tied to the upgrade lifecycle and it may be superseded in later patch levels.