Search Results po_vendors
Overview
The PO_VENDORS table is the central repository for supplier master data within the Oracle E-Business Suite Purchasing (PO) module. It stores the foundational information for all trading partners from whom an organization procures goods and services. This table is critical for the procure-to-pay lifecycle, as it is referenced by numerous transactions in Purchasing, Payables (AP), and other integrated modules. The table's primary key, VENDOR_ID, serves as the unique identifier for a supplier across the application. The metadata indicates a complex relational structure, with foreign key relationships to core tables like GL_CODE_COMBINATIONS for accounting and FND_CURRENCIES for financial settings, underscoring its integral role in financial and operational processes.
Key Information Stored
The table's structure, as indicated by its foreign keys, stores comprehensive supplier information. Key columns include VENDOR_ID (the primary key), VENDOR_NAME, and various control and financial attributes. Critical financial columns link to other key entities: DISTRIBUTION_SET_ID (from AP_DISTRIBUTION_SETS_ALL) defaults accounting distributions; SET_OF_BOOKS_ID (from GL_SETS_OF_BOOKS) defines the supplier's accounting context; and INVOICE_CURRENCY_CODE and PAYMENT_CURRENCY_CODE (from FND_CURRENCIES) govern transactional currency. The table also holds several General Ledger account code combinations for liabilities (ACCTS_PAY_CODE_COMBINATION_ID), discounts, expenses, and prepayments. The PARENT_VENDOR_ID column supports hierarchical vendor relationships, and HOLD_BY can link to a purchasing agent (PO_AGENTS) for approval controls.
Common Use Cases and Queries
This table is fundamental for supplier management reporting, data validation, and integration tasks. Common queries involve joining with related transactional tables to analyze supplier activity. For instance, to generate a list of active suppliers with their associated Payables invoices, a query would join PO_VENDORS with AP_INVOICES_ALL on VENDOR_ID. Another typical use case is validating supplier setup by checking for missing critical accounting flexfields, such as the liability account. The user's search for "fv_inv_selected_duedate_temp," while not directly related to PO_VENDORS, suggests a Payables invoice workflow; a relevant query might trace from an invoice payment hold back to the vendor's financial or hold settings in PO_VENDORS to diagnose issues.
- Basic Supplier List:
SELECT vendor_id, vendor_name, segment1 FROM po_vendors WHERE enabled_flag = 'Y'; - Supplier with Invoice Summary:
SELECT pv.vendor_name, COUNT(aia.invoice_id) FROM po_vendors pv, ap_invoices_all aia WHERE pv.vendor_id = aia.vendor_id GROUP BY pv.vendor_name;
Related Objects
As evidenced by the extensive foreign key metadata, PO_VENDORS is a hub table with dependencies across multiple EBS modules. Within Purchasing and Payables, it is directly referenced by core transactional tables including AP_INVOICES_ALL, AP_CHECKS_ALL, AP_SELECTED_INVOICES_ALL, and PO_AGENTS. Its relationships extend to financial setup tables like GL_CODE_COMBINATIONS and AP_DISTRIBUTION_SETS_ALL. Furthermore, integration with other product families is shown through references from tables in modules like Complex Maintenance (AHL_OSP_ORDERS_B) and Marketing (AMV_VENDOR_KEYS). This wide integration highlights that PO_VENDORS is not merely a Purchasing table but a shared enterprise master data entity critical for financial integrity and cross-functional processes.
-
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 ,
-
View: EDWBV_TPRT_P1_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_P1_TPARTNER_LCV, object_name:EDWBV_TPRT_P1_TPARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDWBV_TPRT_P1_TPARTNER_LCV ,
-
View: EDW_TPRT_P0_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: PO_SOURCE_VENDORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SOURCE_VENDORS_V, object_name:PO_SOURCE_VENDORS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_SOURCE_VENDORS_V ,
-
View: PO_SOURCE_VENDORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SOURCE_VENDORS_V, object_name:PO_SOURCE_VENDORS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_SOURCE_VENDORS_V ,
-
View: EDWBV_TPRT_P2_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_P2_TPARTNER_LCV, object_name:EDWBV_TPRT_P2_TPARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDWBV_TPRT_P2_TPARTNER_LCV ,
-
View: EDW_TPRT_P0_TPARTNER_LCV
12.1.1
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: EDWBV_TPRT_P1_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: PO_PURCHASE_ORDER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_PURCHASE_ORDER_V, object_name:PO_PURCHASE_ORDER_V, status:VALID, product: PO - Purchasing , description: Purchase order , implementation_dba_data: APPS.PO_PURCHASE_ORDER_V ,
-
View: EDWBV_TPRT_P2_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: PO_PURCHASE_ORDER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_PURCHASE_ORDER_V, object_name:PO_PURCHASE_ORDER_V, status:VALID, product: PO - Purchasing , description: Purchase order , implementation_dba_data: APPS.PO_PURCHASE_ORDER_V ,
-
View: POA_BIS_SUPPERF_PRESUPP_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_BIS_SUPPERF_PRESUPP_LOV_V, object_name:POA_BIS_SUPPERF_PRESUPP_LOV_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POA_BIS_SUPPERF_PRESUPP_LOV_V ,
-
View: POA_BIS_SUPPERF_PRESUPP_LOV_V
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: POA_BIS_SUPPERF_CONSUPP_LOV_V
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: POA_BIS_SAVINGS_SUPPLIER_LOV_V
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: POA_BIS_SUPPERF_CONSUPP_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_BIS_SUPPERF_CONSUPP_LOV_V, object_name:POA_BIS_SUPPERF_CONSUPP_LOV_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POA_BIS_SUPPERF_CONSUPP_LOV_V ,
-
Table: PO_HISTORY_RECEIPTS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HISTORY_RECEIPTS, object_name:PO_HISTORY_RECEIPTS, status:VALID, product: PO - Purchasing , description: Purged receipts , implementation_dba_data: PO.PO_HISTORY_RECEIPTS ,
-
Table: PO_HISTORY_RECEIPTS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HISTORY_RECEIPTS, object_name:PO_HISTORY_RECEIPTS, status:VALID, product: PO - Purchasing , description: Purged receipts , implementation_dba_data: PO.PO_HISTORY_RECEIPTS ,
-
View: POA_CM_SUPPLIER_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_CM_SUPPLIER_LOV_V, object_name:POA_CM_SUPPLIER_LOV_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POA_CM_SUPPLIER_LOV_V ,
-
View: POA_BIS_SAVINGS_SUPPLIER_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_BIS_SAVINGS_SUPPLIER_LOV_V, object_name:POA_BIS_SAVINGS_SUPPLIER_LOV_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POA_BIS_SAVINGS_SUPPLIER_LOV_V ,
-
Table: PO_PURGE_VENDOR_LIST
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_PURGE_VENDOR_LIST, object_name:PO_PURGE_VENDOR_LIST, status:VALID, product: PO - Purchasing , description: Supplier candidates for purging , implementation_dba_data: PO.PO_PURGE_VENDOR_LIST ,
-
View: EDW_TRD_PARTNER_SUPP_FKV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
Table: PO_HISTORY_POS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HISTORY_POS_ALL, object_name:PO_HISTORY_POS_ALL, status:VALID, product: PO - Purchasing , description: Purged purchase orders , implementation_dba_data: PO.PO_HISTORY_POS_ALL ,
-
View: POA_CM_SUPPLIER_LOV_V
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TRD_PARTNER_SUPP_FKV
12.1.1
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
Table: PO_AUTOSOURCE_VENDORS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_AUTOSOURCE_VENDORS, object_name:PO_AUTOSOURCE_VENDORS, status:VALID, product: PO - Purchasing , description: No longer used , implementation_dba_data: PO.PO_AUTOSOURCE_VENDORS ,
-
Table: PO_APPROVED_SUPPLIER_LIST
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_APPROVED_SUPPLIER_LIST, object_name:PO_APPROVED_SUPPLIER_LIST, status:VALID, product: PO - Purchasing , description: Approved supplier list , implementation_dba_data: PO.PO_APPROVED_SUPPLIER_LIST ,
-
Table: PO_PURGE_VENDOR_LIST
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_PURGE_VENDOR_LIST, object_name:PO_PURGE_VENDOR_LIST, status:VALID, product: PO - Purchasing , description: Supplier candidates for purging , implementation_dba_data: PO.PO_PURGE_VENDOR_LIST ,
-
Table: PO_AUTOSOURCE_VENDORS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_AUTOSOURCE_VENDORS, object_name:PO_AUTOSOURCE_VENDORS, status:VALID, product: PO - Purchasing , description: No longer used , implementation_dba_data: PO.PO_AUTOSOURCE_VENDORS ,
-
Table: PO_HISTORY_POS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HISTORY_POS_ALL, object_name:PO_HISTORY_POS_ALL, status:VALID, product: PO - Purchasing , description: Purged purchase orders , implementation_dba_data: PO.PO_HISTORY_POS_ALL ,
-
Table: PO_APPROVED_SUPPLIER_LIST
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_APPROVED_SUPPLIER_LIST, object_name:PO_APPROVED_SUPPLIER_LIST, status:VALID, product: PO - Purchasing , description: Approved supplier list , implementation_dba_data: PO.PO_APPROVED_SUPPLIER_LIST ,
-
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_AUTOSOURCE_DOCUMENTS_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_AUTOSOURCE_DOCUMENTS_ALL, object_name:PO_AUTOSOURCE_DOCUMENTS_ALL, status:VALID, product: PO - Purchasing , description: No longer used , implementation_dba_data: PO.PO_AUTOSOURCE_DOCUMENTS_ALL ,
-
Table: PO_AUTOSOURCE_DOCUMENTS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_AUTOSOURCE_DOCUMENTS_ALL, object_name:PO_AUTOSOURCE_DOCUMENTS_ALL, status:VALID, product: PO - Purchasing , description: No longer used , implementation_dba_data: PO.PO_AUTOSOURCE_DOCUMENTS_ALL ,
-
Table: PO_HISTORY_VENDORS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HISTORY_VENDORS, object_name:PO_HISTORY_VENDORS, status:VALID, product: PO - Purchasing , description: Purged suppliers , implementation_dba_data: PO.PO_HISTORY_VENDORS ,
-
Table: PO_HISTORY_VENDORS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HISTORY_VENDORS, object_name:PO_HISTORY_VENDORS, status:VALID, product: PO - Purchasing , description: Purged suppliers , implementation_dba_data: PO.PO_HISTORY_VENDORS ,
-
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 ,
-
View: POA_CM_SITE_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_CM_SITE_LOV_V, object_name:POA_CM_SITE_LOV_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POA_CM_SITE_LOV_V ,
-
View: EDWBV_TPRT_TRADE_PARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDOR_LIST_ENTRIES
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_VENDOR_LIST_ENTRIES, object_name:PO_VENDOR_LIST_ENTRIES, status:VALID, product: PO - Purchasing , description: RFQ supplier list entries , implementation_dba_data: PO.PO_VENDOR_LIST_ENTRIES ,
-
Table: PO_VENDOR_LIST_ENTRIES
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_VENDOR_LIST_ENTRIES, object_name:PO_VENDOR_LIST_ENTRIES, status:VALID, product: PO - Purchasing , description: RFQ supplier list entries , implementation_dba_data: PO.PO_VENDOR_LIST_ENTRIES ,
-
View: RCV_RECEIPTS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.RCV_RECEIPTS_ALL_V, object_name:RCV_RECEIPTS_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.RCV_RECEIPTS_ALL_V ,
-
View: POA_CM_SITE_LOV_V
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: EDWBV_TPRT_TRADE_PARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_TRADE_PARTNER_LCV, object_name:EDWBV_TPRT_TRADE_PARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDWBV_TPRT_TRADE_PARTNER_LCV ,
-
View: PO_SUPPLIERS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SUPPLIERS_ALL_V, object_name:PO_SUPPLIERS_ALL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_SUPPLIERS_ALL_V ,
-
View: PO_VENDORS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDORS_VIEW, object_name:PO_VENDORS_VIEW, status:VALID, product: PO - Purchasing , description: Suppliers view , implementation_dba_data: APPS.PO_VENDORS_VIEW ,
-
Table: PO_MASSCANCEL_INTERIM
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_MASSCANCEL_INTERIM, object_name:PO_MASSCANCEL_INTERIM, status:VALID, product: PO - Purchasing , description: MassCancel temporary table , implementation_dba_data: PO.PO_MASSCANCEL_INTERIM ,
-
View: EDW_POA_SPIM_SPLRITEM_FKV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_POA_SPIM_SPLRITEM_FKV, object_name:EDW_POA_SPIM_SPLRITEM_FKV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_POA_SPIM_SPLRITEM_FKV ,
-
Table: PO_ACCRUAL_WRITE_OFFS_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_ACCRUAL_WRITE_OFFS_ALL, object_name:PO_ACCRUAL_WRITE_OFFS_ALL, status:VALID, product: PO - Purchasing , description: Accrual write-offs , implementation_dba_data: PO.PO_ACCRUAL_WRITE_OFFS_ALL ,