Search Results po_rfq_vendors
Overview
The PO_RFQ_VENDORS table is a core transactional entity within the Oracle E-Business Suite Purchasing (PO) module. It serves as the definitive repository for storing the list of suppliers invited to respond to a specific Request for Quotation (RFQ). An RFQ is a formal solicitation document used to obtain price and delivery terms from potential suppliers for goods or services. This table is essential for managing the competitive bidding process, as it maintains the relationship between the RFQ document (header) and each invited vendor, along with their specific contact and site details. Its integrity is enforced by a primary key and multiple foreign key relationships to master data tables, ensuring referential consistency across the procurement system.
Key Information Stored
The table's structure is designed to capture the essential details of each invited vendor for an RFQ. The primary key is a composite of PO_HEADER_ID and SEQUENCE_NUM, uniquely identifying each vendor record within a specific RFQ. Key columns include PO_HEADER_ID, which links to the parent RFQ document in PO_HEADERS_ALL, and SEQUENCE_NUM, which orders the vendors. The VENDOR_ID column references the master supplier record in PO_VENDORS. To specify the exact location and point of contact for the RFQ, the table stores VENDOR_SITE_ID (linking to PO_VENDOR_SITES_ALL) and VENDOR_CONTACT_ID (linking to PO_VENDOR_CONTACTS). Additional columns, not detailed in the excerpt but typical for such a table, would track the status of the vendor's response and other transactional flags.
Common Use Cases and Queries
This table is central to reporting and process management for RFQs. Common use cases include generating a vendor list for a specific RFQ to track invitation status, analyzing supplier participation history, and auditing the competitive bidding process. A typical query would join PO_RFQ_VENDORS with PO_HEADERS_ALL and PO_VENDORS to produce a report of all RFQs and their invited suppliers. For example:
- Identifying all vendors invited to a particular RFQ:
SELECT v.vendor_name, prv.* FROM po_rfq_vendors prv, po_vendors v WHERE prv.vendor_id = v.vendor_id AND prv.po_header_id = <RFQ_ID>; - Finding all RFQs where a specific vendor was invited:
SELECT ph.segment1 AS rfq_number FROM po_rfq_vendors prv, po_headers_all ph WHERE prv.po_header_id = ph.po_header_id AND prv.vendor_id = <VENDOR_ID>;
Data from this table is also critical for the system's automatic creation of quotations from vendor responses.
Related Objects
As indicated by its foreign keys, PO_RFQ_VENDORS has strong dependencies on several master and transactional tables. Its primary relationship is with PO_HEADERS_ALL, the parent RFQ document. For vendor master data, it references PO_VENDORS. For location and contact specifics, it relies on PO_VENDOR_SITES_ALL and PO_VENDOR_CONTACTS, respectively. This table is also a likely parent to other transactional tables that store the detailed line-level responses from each vendor. In application logic, it is accessed and maintained by the standard Purchasing APIs and forms, particularly during the RFQ creation and vendor invitation processes.
-
Table: PO_RFQ_VENDORS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RFQ_VENDORS, object_name:PO_RFQ_VENDORS, status:VALID, product: PO - Purchasing , description: Suppliers on an RFQ , implementation_dba_data: PO.PO_RFQ_VENDORS ,
-
Table: PO_RFQ_VENDORS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_RFQ_VENDORS, object_name:PO_RFQ_VENDORS, status:VALID, product: PO - Purchasing , description: Suppliers on an RFQ , implementation_dba_data: PO.PO_RFQ_VENDORS ,
-
Table: PO_VENDOR_CONTACTS
12.1.1
product: PO - Purchasing , description: Supplier contacts , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDOR_CONTACTS
12.2.2
product: PO - Purchasing , description: Supplier contacts , implementation_dba_data: Not implemented in this database ,
-
View: PO_RFQS_FOR_QUOTE_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RFQS_FOR_QUOTE_ALL_V, object_name:PO_RFQS_FOR_QUOTE_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_RFQS_FOR_QUOTE_ALL_V ,
-
View: POBV_RFQ_SUPPLIERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RFQ_SUPPLIERS, object_name:POBV_RFQ_SUPPLIERS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_RFQ_SUPPLIERS ,
-
View: POBV_RFQ_SUPPLIERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_RFQ_SUPPLIERS, object_name:POBV_RFQ_SUPPLIERS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_RFQ_SUPPLIERS ,
-
View: PO_RFQS_FOR_QUOTE_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RFQS_FOR_QUOTE_ALL_V, object_name:PO_RFQS_FOR_QUOTE_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_RFQS_FOR_QUOTE_ALL_V ,
-
View: POFV_RFQ_SUPPLIERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RFQ_SUPPLIERS, object_name:POFV_RFQ_SUPPLIERS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_RFQ_SUPPLIERS ,
-
View: POFV_RFQ_SUPPLIERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RFQ_SUPPLIERS, object_name:POFV_RFQ_SUPPLIERS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_RFQ_SUPPLIERS ,
-
View: PO_RFQ_VENDORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RFQ_VENDORS_V, object_name:PO_RFQ_VENDORS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_RFQ_VENDORS_V ,
-
View: PO_RFQ_VENDORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RFQ_VENDORS_V, object_name:PO_RFQ_VENDORS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_RFQ_VENDORS_V ,
-
Table: PO_VENDOR_SITES_ALL
12.1.1
product: PO - Purchasing , description: Supplier sites , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDOR_SITES_ALL
12.2.2
product: PO - Purchasing , description: Supplier sites , implementation_dba_data: Not implemented in this database ,
-
View: PO_RFQ_HEADERS_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RFQ_HEADERS_PRINT, object_name:PO_RFQ_HEADERS_PRINT, status:VALID, product: PO - Purchasing , description: Print view of RFQ headers , implementation_dba_data: APPS.PO_RFQ_HEADERS_PRINT ,
-
View: PO_RFQ_HEADERS_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RFQ_HEADERS_PRINT, object_name:PO_RFQ_HEADERS_PRINT, status:VALID, product: PO - Purchasing , description: Print view of RFQ headers , implementation_dba_data: APPS.PO_RFQ_HEADERS_PRINT ,
-
Table: PO_HEADERS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL, object_name:PO_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Document headers (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_HEADERS_ALL ,
-
Table: PO_HEADERS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ALL, object_name:PO_HEADERS_ALL, status:VALID, product: PO - Purchasing , description: Document headers (for purchase orders, purchase agreements, quotations, RFQs) , implementation_dba_data: PO.PO_HEADERS_ALL ,
-
View: POS_PO_RFQ_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_RFQ_HEADERS_V, object_name:POS_PO_RFQ_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_RFQ_HEADERS_V ,
-
View: POS_PO_RFQ_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_RFQ_HEADERS_V POS.POS_PO_RFQ_HEADERS_V, object_name:POS_PO_RFQ_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_RFQ_HEADERS_V ,
-
Table: PO_VENDORS
12.1.1
product: PO - Purchasing , description: Suppliers , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDORS
12.2.2
product: PO - Purchasing , description: Suppliers , implementation_dba_data: Not implemented in this database ,