Search Results pon_auction_headers_all




The PON_AUCTION_HEADERS_ALL table is a critical component within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically designed to support the Oracle Sourcing module. This table serves as the primary repository for storing header-level information related to auctions, including reverse auctions, forward auctions, and RFx (Request for Information, Request for Proposal, Request for Quotation) documents. It captures essential metadata and transactional data that governs the entire lifecycle of sourcing events, from creation to award.

Key Attributes and Structure

The PON_AUCTION_HEADERS_ALL table is a multi-organization-enabled table, indicated by the _ALL suffix, meaning it stores data across multiple operating units. Key columns include:
  • AUCTION_HEADER_ID: Primary key uniquely identifying each auction.
  • DOCUMENT_NUMBER: User-friendly identifier for the auction.
  • AUCTION_TITLE: Descriptive title of the sourcing event.
  • AUCTION_STATUS: Tracks the auction's lifecycle (e.g., DRAFT, PUBLISHED, CLOSED, AWARDED).
  • BID_START_DATE and BID_END_DATE: Define the active bidding period.
  • ORG_ID: Operating unit identifier for multi-org functionality.
  • SUPPLIER_SCOPE: Determines if the auction is open to all suppliers or restricted.
  • CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY: Standard Oracle audit columns.

Functional Significance

The table acts as the anchor for sourcing events, linking to subsidiary tables such as PON_AUCTION_ITEMS_ALL (line items), PON_BID_HEADERS (supplier bids), and PON_ATTACHMENTS (supporting documents). It supports features like:
  • Multi-Round Auctions: Tracks rounds via status and date fields.
  • Approval Workflows: Integrates with Oracle Workflow for approvals.
  • Supplier Collaboration: Manages visibility rules based on SUPPLIER_SCOPE.
  • Integration with Procurement: Links to PO_HEADERS_ALL upon award.

Technical Considerations

In EBS 12.1.1 and 12.2.2, the table is heavily indexed to optimize performance for queries involving status, dates, and document numbers. Partitioning strategies may be employed for large-scale implementations. The table also integrates with Oracle's security model (VPD, or Virtual Private Database) to enforce data access controls. Customizations often extend this table with descriptive flexfields (DFFs) to capture organization-specific attributes.

Upgrade and Migration Impact

Between 12.1.1 and 12.2.2, structural changes to PON_AUCTION_HEADERS_ALL are minimal, but enhancements in 12.2.2 include improved JSON/XML support for REST APIs and deeper integration with Oracle Supplier Model. Data migration requires careful handling of ORG_ID mappings in multi-org environments.

Common Use Cases

  • Generating auction reports via AUCTION_STATUS filters.
  • Triggering notifications based on BID_END_DATE.
  • Auditing changes via standard who columns.
  • Integrating with third-party sourcing tools via APIs.
In summary, PON_AUCTION_HEADERS_ALL is a foundational table in Oracle Sourcing, enabling complex procurement strategies while maintaining compliance, auditability, and scalability across global enterprises.