Search Results pon_backing_requisitions
Overview
The PON_BACKING_REQUISITIONS table is a core data structure within the Oracle E-Business Suite (EBS) Sourcing (PON) module. It functions as a critical junction table that maintains the relationship between sourcing documents, specifically negotiation item lines, and the internal procurement requisitions they fulfill. Its primary role is to track which requisition lines are being sourced through a given auction or negotiation line item, enabling traceability from the sourcing event back to the original demand. This linkage is fundamental for processes like requisition import during negotiation creation and for ensuring procurement compliance.
Key Information Stored
The table's structure is defined by a composite primary key and several foreign key relationships. The essential columns are AUCTION_HEADER_ID, which identifies the parent negotiation document; LINE_NUMBER, specifying the particular line within that negotiation; and REQUISITION_LINE_ID, which points to the specific requisition line being sourced. This three-part key ensures a unique record for each requisition line tied to a negotiation line. Other significant columns include REQUISITION_HEADER_ID, providing a direct link to the requisition header for broader context. The table does not typically store extensive transactional data itself but serves as a referential map between these key entities.
Common Use Cases and Queries
A primary use case is reporting and auditing the sourcing coverage for requisitions. Analysts can query this table to determine if and how a requisition line is being processed through Sourcing. Common SQL patterns involve joining to related transaction tables. For example, to list all backing requisitions for a specific negotiation, one might use:
- SELECT pbr.auction_header_id, pbr.line_number, pbr.requisition_line_id, prla.item_description FROM pon_backing_requisitions pbr, po_requisition_lines_all prla WHERE pbr.requisition_line_id = prla.requisition_line_id AND pbr.auction_header_id = :p_auction_id;
Conversely, to find the sourcing document for a given requisition line, the query would join to PON_AUCTION_ITEM_PRICES_ALL. This table is also central during the technical troubleshooting of failed requisition imports or mismatches between requisition and negotiation line quantities.
Related Objects
PON_BACKING_REQUISITIONS maintains integral relationships with several key EBS tables. Its primary foreign keys link to PON_AUCTION_ITEM_PRICES_ALL (via AUCTION_HEADER_ID and LINE_NUMBER), which stores the pricing details of the negotiation line. It also has foreign key relationships to PO_REQUISITION_LINES_ALL and PO_REQUISITION_HEADERS_ALL in the Purchasing (PO) module, connecting to the source demand. While not explicitly listed in the provided metadata, this table is often referenced in sourcing reports and may be used by APIs or concurrent programs responsible for generating awards and creating purchase orders from negotiated lines.
-
Table: PON_BACKING_REQUISITIONS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BACKING_REQUISITIONS, object_name:PON_BACKING_REQUISITIONS, status:VALID, product: PON - Sourcing , description: This table stores information about all the backing requisitions ties to a negotiation item line , implementation_dba_data: PON.PON_BACKING_REQUISITIONS ,
-
Table: PON_BACKING_REQUISITIONS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BACKING_REQUISITIONS, object_name:PON_BACKING_REQUISITIONS, status:VALID, product: PON - Sourcing , description: This table stores information about all the backing requisitions ties to a negotiation item line , implementation_dba_data: PON.PON_BACKING_REQUISITIONS ,
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on PON_BACKING_REQUISITIONS
12.1.1
-
APPS.PON_FBO_PKG dependencies on PON_BACKING_REQUISITIONS
12.2.2
-
APPS.PON_NEG_UPDATE_PKG dependencies on PON_BACKING_REQUISITIONS
12.2.2
-
APPS.PO_NEGOTIATIONS_SV1 dependencies on PON_BACKING_REQUISITIONS
12.2.2
-
APPS.PON_AUCTION_PKG dependencies on PON_BACKING_REQUISITIONS
12.2.2
-
APPS.PO_PALT_MS_COMPLETION dependencies on PON_BACKING_REQUISITIONS
12.2.2
-
APPS.PON_AUCTION_PKG dependencies on PON_BACKING_REQUISITIONS
12.1.1
-
APPS.PO_ATTRIBUTE_VALUES_PVT dependencies on PON_BACKING_REQUISITIONS
12.1.1
-
APPS.PON_PO_INTEGRATION_GRP dependencies on PON_BACKING_REQUISITIONS
12.1.1
-
APPS.PO_SGD_PKG dependencies on PON_BACKING_REQUISITIONS
12.2.2
-
APPS.PON_AUCTION_INTERFACE_PKG dependencies on PON_BACKING_REQUISITIONS
12.2.2
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on PON_BACKING_REQUISITIONS
12.2.2
-
APPS.PO_ATTRIBUTE_VALUES_PVT dependencies on PON_BACKING_REQUISITIONS
12.2.2
-
APPS.PON_AWARD_PKG dependencies on PON_BACKING_REQUISITIONS
12.2.2
-
APPS.PON_PO_INTEGRATION_GRP dependencies on PON_BACKING_REQUISITIONS
12.2.2
-
APPS.PO_DATATEMPLATE_PKG dependencies on PON_BACKING_REQUISITIONS
12.2.2
-
APPS.PON_CLM_CLO_UTIL_PKG dependencies on PON_BACKING_REQUISITIONS
12.2.2
-
APPS.PON_AUCTION_INTERFACE_PKG dependencies on PON_BACKING_REQUISITIONS
12.1.1
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on PO_REQUISITION_LINES_ALL
12.1.1
-
APPS.PON_VALIDATE_PAYMENTS_INT dependencies on PO_REQUISITION_LINES_ALL
12.2.2
-
TABLE: PON.PON_BACKING_REQUISITIONS
12.2.2
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BACKING_REQUISITIONS, object_name:PON_BACKING_REQUISITIONS, status:VALID,
-
VIEW: PON.PON_BACKING_REQUISITIONS#
12.2.2
owner:PON, object_type:VIEW, object_name:PON_BACKING_REQUISITIONS#, status:VALID,
-
APPS.PO_ATTRIBUTE_VALUES_PVT dependencies on PO_REQUISITION_LINES_ALL
12.1.1
-
APPS.PO_ATTRIBUTE_VALUES_PVT dependencies on PO_REQUISITION_LINES_ALL
12.2.2
-
APPS.POA_DBI_NEG_F_C dependencies on PON_BID_ITEM_PRICES
12.1.1
-
APPS.POA_DBI_NEG_F_C dependencies on PON_BIDDING_PARTIES
12.1.1
-
APPS.POA_DBI_NEG_F_C dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.POA_DBI_NEG_F_C dependencies on MTL_SYSTEM_ITEMS
12.1.1
-
TABLE: PON.PON_BACKING_REQUISITIONS
12.1.1
owner:PON, object_type:TABLE, fnd_design_data:PON.PON_BACKING_REQUISITIONS, object_name:PON_BACKING_REQUISITIONS, status:VALID,
-
APPS.POA_DBI_NEG_F_C dependencies on MTL_PARAMETERS
12.1.1
-
SYNONYM: APPS.PON_BACKING_REQUISITIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PON_BACKING_REQUISITIONS, status:VALID,
-
VIEW: PON.PON_BACKING_REQUISITIONS#
12.2.2
-
APPS.PO_ATTRIBUTE_VALUES_PVT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.2.2
-
APPS.PO_ATTRIBUTE_VALUES_PVT dependencies on PON_AUCTION_ITEM_PRICES_ALL
12.1.1
-
APPS.PON_AUCTION_INTERFACE_PKG dependencies on PO_REQUISITION_LINES_ALL
12.2.2
-
APPS.POA_DBI_NEG_F_C dependencies on PON_BID_HEADERS
12.1.1
-
SYNONYM: APPS.PON_BACKING_REQUISITIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PON_BACKING_REQUISITIONS, status:VALID,
-
APPS.PON_AUCTION_INTERFACE_PKG dependencies on PO_REQUISITION_LINES_ALL
12.1.1
-
APPS.PON_AUCTION_PKG dependencies on PO_TBL_NUMBER
12.2.2
-
APPS.PON_AUCTION_PKG dependencies on PO_TBL_NUMBER
12.2.2
-
APPS.POA_DBI_NEG_F_C dependencies on FINANCIALS_SYSTEM_PARAMS_ALL
12.1.1
-
APPS.PON_AUCTION_PKG dependencies on PO_REQUISITION_HEADERS_ALL
12.2.2
-
APPS.PON_PO_INTEGRATION_GRP dependencies on FND_LOG
12.1.1
-
APPS.PON_PO_INTEGRATION_GRP dependencies on FND_LOG
12.2.2
-
APPS.PON_AUCTION_INTERFACE_PKG dependencies on PO_VENDOR_SITES_ALL
12.2.2
-
APPS.PON_AUCTION_INTERFACE_PKG dependencies on PO_VENDORS
12.2.2
-
APPS.PON_NEG_UPDATE_PKG dependencies on PO_REQUISITION_LINES_ALL
12.2.2
-
APPS.PON_AUCTION_INTERFACE_PKG dependencies on PO_VENDORS
12.1.1