Search Results set_aside




Overview

APPS.PO_FED_FIELD_FUNCTIONS is a federal-specific PL/SQL package body within the Oracle Purchasing (PO) application. It encapsulates the field-derivation and address-handling logic used by Oracle EBS federal deployments, particularly where legislative mandates, funding, and supplier-designation requirements apply. The package exposes a broad set of "XD," "XLE," and "XPD" wrapper entry points that are paired with the standard Purchasing interface tables and forms. Its central business purpose is to resolve and populate address, contact, item, shipping, sourcing, and competitive-information attributes as they flow through requisition, purchasing, and supplier-related business objects. The address_xd reference, which appears in the excerpt and matching user search, is a directly invoked routine used by pr_addressdef and po_addressdef to derive address and contact details in federal document flows.

Key Procedures and Functions

Tables Accessed

The package reads from and writes to the following APPS-synonymed tables:

Usage Notes

PO_FED_FIELD_FUNCTIONS is invoked primarily from Oracle Purchasing and iProcurement forms and from federal-specific concurrent programs that populate the interface tables. It is referenced by five other packages, and its procedures are exposed for form-level and programmatic invocation. The address routines (PR_ADDRESSDEF, PO_ADDRESSDEF, ADDRESS_XD) are typically called when users enter or modify requisition or purchase-order addresses and contacts, while the project, sourcing, shipping, and competitive-information routines support federal compliance data collection. Custom code should reuse these public procedures rather than re-implementing derivation logic.