Search Results po_vendor_sites_all
Overview
The PO_VENDOR_SITES_ALL table is a fundamental data object within Oracle E-Business Suite (EBS) Purchasing (PO) and Payables (AP) modules. It serves as the central repository for all supplier (vendor) site information. While its name originates from the Purchasing module, its role is critical across financial operations, as it stores the specific locations or business units of a supplier with whom an organization transacts. Each record defines a unique ship-to, bill-to, or pay-to address and its associated operational rules, enabling precise control over procurement and payment processes. The table supports the multi-organization architecture of EBS through its `ALL` suffix, meaning it contains data partitioned by the `ORG_ID` column for use in Multi-Org configurations.
Key Information Stored
The table's primary key is `VENDOR_SITE_ID`, which uniquely identifies each supplier site. A critical foreign key, `VENDOR_ID`, links the site to its parent supplier in the PO_VENDORS table. Essential columns define the site's operational and financial characteristics. These include the site address (`ADDRESS_LINE1`, `CITY`, `STATE`, `ZIP`, `COUNTRY`), contact information, and site-specific identifiers like `VENDOR_SITE_CODE`. Financial control columns are paramount, such as `INVOICE_CURRENCY_CODE` and `PAYMENT_CURRENCY_CODE` (linked to FND_CURRENCIES), `ACCTS_PAY_CODE_COMBINATION_ID` for the default liability account (linked to GL_CODE_COMBINATIONS), and `DISTRIBUTION_SET_ID` (linked to AP_DISTRIBUTION_SETS_ALL) for automating invoice distributions. Flags like `PAY_SITE_FLAG`, `PAY_GROUP_LOOKUP_CODE`, and `INVOICE_CURRENCY_CODE` determine payment and invoicing behaviors for the site.
Common Use Cases and Queries
This table is central to reporting and data validation in procurement-to-pay cycles. Common use cases include generating supplier master lists with site details, validating site setup before transaction processing, and supporting custom payment or invoicing reports. A typical query retrieves active supplier sites with their key financial setups:
- SELECT pvsa.vendor_site_code, pvsa.address_line1, pvsa.city, pvsa.country, pvsa.invoice_currency_code, pv.vendor_name FROM po_vendor_sites_all pvsa JOIN po_vendors pv ON pvsa.vendor_id = pv.vendor_id WHERE pvsa.inactive_date IS NULL AND pvsa.org_id = :org_id;
Another critical pattern involves joining to Payables tables like AP_INVOICES_ALL to analyze invoice volume or payment history per vendor site. Data fixes often target this table to update currency codes, default accounts, or tax registrations for specific sites.
Related Objects
PO_VENDOR_SITES_ALL has extensive relationships across EBS. Its primary parent is PO_VENDORS. It is a key parent table for numerous Payables transaction tables, including AP_INVOICES_ALL, AP_CHECKS_ALL, AP_EXPENSE_REPORT_HEADERS_ALL, and AP_RECURRING_PAYMENTS_ALL, linking transactions to the specific pay-to site. It also relates to setup tables like AP_BANK_ACCOUNT_USES_ALL for payment methods and AP_AWT_TAX_RATES_ALL for withholding tax. The foreign keys to GL_CODE_COMBINATIONS and FND_CURRENCIES integrate it with General Ledger and currency master data. For reporting, views like AP_SUPPLIER_SITES (AP_SUPPLIER_SITES_AUG) often provide a more accessible layer over this base table.
-
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 ,
-
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_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_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 ,
-
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 ,
-
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: EDW_POA_SPIM_SPLRITEM_FKV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: POA_CM_SITE_LOV_V
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: POS_PO_SUPPLIER_INFO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_SUPPLIER_INFO_V POS.POS_PO_SUPPLIER_INFO_V, object_name:POS_PO_SUPPLIER_INFO_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_SUPPLIER_INFO_V ,
-
Table: PO_REQEXPRESS_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQEXPRESS_LINES_ALL, object_name:PO_REQEXPRESS_LINES_ALL, status:VALID, product: PO - Purchasing , description: Template lines for express requisitions , implementation_dba_data: PO.PO_REQEXPRESS_LINES_ALL ,
-
Table: PO_HEADERS_ARCHIVE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ARCHIVE_ALL, object_name:PO_HEADERS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase orders , implementation_dba_data: PO.PO_HEADERS_ARCHIVE_ALL ,
-
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_HEADERS_ARCHIVE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_HEADERS_ARCHIVE_ALL, object_name:PO_HEADERS_ARCHIVE_ALL, status:VALID, product: PO - Purchasing , description: Archived purchase orders , implementation_dba_data: PO.PO_HEADERS_ARCHIVE_ALL ,
-
View: POS_PO_SUPPLIER_INFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_SUPPLIER_INFO_V, object_name:POS_PO_SUPPLIER_INFO_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_SUPPLIER_INFO_V ,
-
Table: PO_REQEXPRESS_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQEXPRESS_LINES_ALL, object_name:PO_REQEXPRESS_LINES_ALL, status:VALID, product: PO - Purchasing , description: Template lines for express requisitions , implementation_dba_data: PO.PO_REQEXPRESS_LINES_ALL ,
-
Table: PO_VENDOR_CONTACTS
12.2.2
product: PO - Purchasing , description: Supplier contacts , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDOR_CONTACTS
12.1.1
product: PO - Purchasing , description: Supplier contacts , implementation_dba_data: Not implemented in this database ,
-
View: PO_AUTOSOURCE_DOCUMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AUTOSOURCE_DOCUMENTS_V, object_name:PO_AUTOSOURCE_DOCUMENTS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_AUTOSOURCE_DOCUMENTS_V ,
-
View: PO_AUTOSOURCE_DOCUMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AUTOSOURCE_DOCUMENTS_V, object_name:PO_AUTOSOURCE_DOCUMENTS_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_AUTOSOURCE_DOCUMENTS_V ,
-
View: POFV_SUPPLIER_CONTACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SUPPLIER_CONTACTS, object_name:POFV_SUPPLIER_CONTACTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_SUPPLIER_CONTACTS ,
-
View: POFV_SUPPLIER_SITES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SUPPLIER_SITES, object_name:POFV_SUPPLIER_SITES, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POFV_SUPPLIER_SITES ,
-
View: POFV_SUPPLIER_SITES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SUPPLIER_SITES, object_name:POFV_SUPPLIER_SITES, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POFV_SUPPLIER_SITES ,
-
View: PO_GA_ORG_ASSIGNMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_GA_ORG_ASSIGNMENTS_V, object_name:PO_GA_ORG_ASSIGNMENTS_V, status:VALID, product: PO - Purchasing , description: Global Agreements Org Assignment View. , implementation_dba_data: APPS.PO_GA_ORG_ASSIGNMENTS_V ,
-
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: PO_GA_ORG_ASSIGNMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_GA_ORG_ASSIGNMENTS_V, object_name:PO_GA_ORG_ASSIGNMENTS_V, status:VALID, product: PO - Purchasing , description: Global Agreements Org Assignment View. , implementation_dba_data: APPS.PO_GA_ORG_ASSIGNMENTS_V ,
-
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_SUPPLIER_LIST_ENTRIES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RFQ_SUPPLIER_LIST_ENTRIES, object_name:POFV_RFQ_SUPPLIER_LIST_ENTRIES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_RFQ_SUPPLIER_LIST_ENTRIES ,
-
View: POFV_RFQ_SUPPLIER_LIST_ENTRIES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_RFQ_SUPPLIER_LIST_ENTRIES, object_name:POFV_RFQ_SUPPLIER_LIST_ENTRIES, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_RFQ_SUPPLIER_LIST_ENTRIES ,
-
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: POFV_SUPPLIER_CONTACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_SUPPLIER_CONTACTS, object_name:POFV_SUPPLIER_CONTACTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_SUPPLIER_CONTACTS ,
-
Table: RCV_SHIPMENT_HEADERS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SHIPMENT_HEADERS, object_name:RCV_SHIPMENT_HEADERS, status:VALID, product: PO - Purchasing , description: Shipment and receipt header information , implementation_dba_data: PO.RCV_SHIPMENT_HEADERS ,
-
View: PO_AUTOSOURCE_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AUTOSOURCE_RULES_V, object_name:PO_AUTOSOURCE_RULES_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_AUTOSOURCE_RULES_V ,
-
Table: RCV_SHIPMENT_HEADERS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_SHIPMENT_HEADERS, object_name:RCV_SHIPMENT_HEADERS, status:VALID, product: PO - Purchasing , description: Shipment and receipt header information , implementation_dba_data: PO.RCV_SHIPMENT_HEADERS ,
-
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: PO_AUTOSOURCE_RULES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_AUTOSOURCE_RULES_V, object_name:PO_AUTOSOURCE_RULES_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_AUTOSOURCE_RULES_V ,
-
Table: RCV_TRANSACTIONS_INTERFACE
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS_INTERFACE, object_name:RCV_TRANSACTIONS_INTERFACE, status:VALID, product: PO - Purchasing , description: Receiving transactions interface table , implementation_dba_data: PO.RCV_TRANSACTIONS_INTERFACE ,
-
Table: RCV_TRANSACTIONS_INTERFACE
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.RCV_TRANSACTIONS_INTERFACE, object_name:RCV_TRANSACTIONS_INTERFACE, status:VALID, product: PO - Purchasing , description: Receiving transactions interface table , implementation_dba_data: PO.RCV_TRANSACTIONS_INTERFACE ,
-
Table: PO_REQUISITION_LINES_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_LINES_ALL, object_name:PO_REQUISITION_LINES_ALL, status:VALID, product: PO - Purchasing , description: Requisition lines , implementation_dba_data: PO.PO_REQUISITION_LINES_ALL ,
-
View: POS_AP_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_AP_INVOICES_V, object_name:POS_AP_INVOICES_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_AP_INVOICES_V ,
-
View: POS_AP_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_AP_INVOICES_V POS.POS_AP_INVOICES_V, object_name:POS_AP_INVOICES_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_AP_INVOICES_V ,
-
Table: PO_REQUISITIONS_INTERFACE_ALL
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITIONS_INTERFACE_ALL, object_name:PO_REQUISITIONS_INTERFACE_ALL, status:VALID, product: PO - Purchasing , description: Requisition Import interface table , implementation_dba_data: PO.PO_REQUISITIONS_INTERFACE_ALL ,
-
View: EDW_GEOG_REGION_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_GEOG_REGION_LCV, object_name:EDW_GEOG_REGION_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_GEOG_REGION_LCV ,
-
View: POS_RECEIPT_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RECEIPT_HEADERS_V, object_name:POS_RECEIPT_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RECEIPT_HEADERS_V ,
-
View: POS_RECEIPT_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_RECEIPT_HEADERS_V POS.POS_RECEIPT_HEADERS_V, object_name:POS_RECEIPT_HEADERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_RECEIPT_HEADERS_V ,
-
View: EDW_GEOG_REGION_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
Table: PO_REQUISITIONS_INTERFACE_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITIONS_INTERFACE_ALL, object_name:PO_REQUISITIONS_INTERFACE_ALL, status:VALID, product: PO - Purchasing , description: Requisition Import interface table , implementation_dba_data: PO.PO_REQUISITIONS_INTERFACE_ALL ,
-
Table: PO_REQUISITION_LINES_ALL
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_REQUISITION_LINES_ALL, object_name:PO_REQUISITION_LINES_ALL, status:VALID, product: PO - Purchasing , description: Requisition lines , implementation_dba_data: PO.PO_REQUISITION_LINES_ALL ,