Search Results get_profile_option




Overview

FV_CCR_UTIL_PVT is a private PL/SQL package owned by the APPS schema in Oracle E-Business Suite, classified as a PVT (private) API within the Federal Financials (FV) module. The package supports the Common Cost Reimbursement (CCR) functionality, which is used by federal agencies to process vendor and supplier information in compliance with government-wide requirements such as those defined by the Central Contractor Registration (CCR) / System for Award Management (SAM). The package encapsulates utility logic for validating, inserting, and updating supplier records, supplier sites, bank accounts, and associated organization data. Because it is a private package, it is not intended as a public integration API but rather serves as an internal utility layer invoked by other Federal Financials components, concurrent programs, and CCR processing workflows. Its status is VALID, and it depends only on the SYS.STANDARD package at the database level, meaning its functional dependencies on EBS objects are expressed through SQL statements referencing APPS synonyms rather than through declared package-level references.

Key Procedures and Functions

The ETRM metadata documents 25 procedures and functions, of which the following are named. They fall into several functional groupings:

The exact parameter lists are not published in the metadata and are therefore not reproduced here.

Tables Accessed

The package reads and writes data through APPS synonyms across supplier, party, location, and payment tables:

Usage Notes

As a private (PVT) package, FV_CCR_UTIL_PVT is not exposed as a supported public API and is referenced by zero other packages according to the metadata, indicating that it is invoked primarily by forms, concurrent programs, or other application logic internal to Federal Financials CCR processing rather than by external customizations. Developers integrating with supplier or bank account maintenance in a federal context should preferentially use the corresponding public APIs (for example, AP_VENDOR_PUB_PKG or IBY payment APIs); FV_CCR_UTIL_PVT should be treated as an internal implementation artifact. Because it is documented as VALID in both 12.1.1 and 12.2.2, it can be relied upon as present in those releases, but its private classification means its interface may change between patches without notice. Custom code should not call it directly without a formal supportability assessment.