Search Results get_request_info




Overview

APPS.PON_LARGE_AUCTION_UTIL_PKG is a utility package body in the Oracle E-Business Suite Sourcing (Oracle Sourcing / Oracle iProcurement) module. Its principal business function is to support the high-volume import and management of supplier bids for large auctions within Oracle Sourcing. Large auctions — those with substantial bid volumes that risk exceeding normal processing limits — require dedicated utility routines to track concurrent request status, detect errors, cancel in-flight requests, and clean up bid data. This package encapsulates that logic.

The package is classified as an OTHER API (not a public, documented, callable interface), meaning it is an internal helper intended for use by other Sourcing components rather than by external integrations. It resides in the APPS schema with a VALID status and is referenced by 15 other database objects, confirming its role as a shared utility layer consumed by higher-level Sourcing packages.

Key Procedures and Functions

The package exposes 19 documented subprograms, organized into several functional groups:

Tables Accessed

The package reads and writes Sourcing transactional and administrative tables through APPS synonyms:

Usage Notes

PON_LARGE_AUCTION_UTIL_PKG is invoked internally by Oracle Sourcing forms and concurrent programs that process large auction bid imports and their cleanup. The presence of a public concurrent-program entry point (PURGE_INTERFACE_ERRORS_CP) and multiple status-checking functions indicates it is called from the "Purge Interface Errors" and related Sourcing concurrent requests, as well as from UI actions such as bid deletion. Because it is not referenced by any external database object and is classified as OTHER, customers and integrators should treat it as a private implementation utility. Custom code should not call it directly; instead, use supported Sourcing APIs. Any modification is unsupported and may compromise bid import integrity across releases 12.1.1 and 12.2.2.