Search Results po_vendor_contacts
Overview
The PO_VENDOR_CONTACTS table is a core data object within the Oracle E-Business Suite Purchasing (PO) module, specifically for Release 12.1.1 and 12.2.2. It serves as the central repository for storing detailed contact information associated with supplier sites. This table is fundamental for procurement operations, enabling communication and interaction with specific individuals at vendor locations. Its primary role is to maintain a structured list of contacts, which is then referenced throughout the purchasing lifecycle—from sourcing and requisitioning to purchasing and payment processes—ensuring accurate routing of documents and correspondence.
Key Information Stored
While the provided metadata does not list specific columns, the table's primary key is VENDOR_CONTACT_ID, a unique identifier for each contact record. Based on standard Oracle EBS Purchasing data model knowledge, this table typically stores comprehensive contact details. Key columns often include the VENDOR_SITE_ID (linking the contact to a specific supplier address), the contact's first and last name, title, area code, phone number, fax number, email address, and functional roles (e.g., "Buyer," "Accounts Payable"). It also contains control columns such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY for auditing purposes.
Common Use Cases and Queries
This table is central to reporting and operations involving supplier communications. Common use cases include generating contact lists for specific vendor sites, populating contact information on purchase orders and RFQs, and supporting approval workflows. A typical query might join PO_VENDOR_CONTACTS with PO_VENDOR_SITES_ALL and PO_VENDORS to create a comprehensive supplier directory report. For instance, to find all contacts for a vendor site, one might use: SELECT pvc.first_name, pvc.last_name, pvc.email_address FROM po_vendor_contacts pvc WHERE pvc.vendor_site_id = <site_id>;. The foreign key relationship with OKL_CURE_REPORTS, as noted in the user's search context, indicates this table is also used by the Oracle Lease and Finance Management (OKL) module to associate vendor contacts with specific cure reports.
Related Objects
As indicated by the foreign key metadata, PO_VENDOR_CONTACTS is a heavily referenced table with significant integration across modules. Its primary relationship is with PO_VENDOR_SITES_ALL, where VENDOR_SITE_ID originates. Within Purchasing, it is referenced by PO_HEADERS_ALL, PO_REQUISITION_LINES_ALL, and PO_RFQ_VENDORS, among others. Crucially, it has cross-module dependencies, including integration with OKL_CURE_REPORTS in Lease Management and with several IGC_CC* tables (IGC_CC_HEADERS, etc.), which are part of the Public Sector Procurement for Contracts and Grants functionality. This wide range of foreign keys underscores its role as a shared master data source for vendor contact information enterprise-wide.
-
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 ,
-
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: PO_SUPPLIER_CONTACTS_VAL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SUPPLIER_CONTACTS_VAL_V, object_name:PO_SUPPLIER_CONTACTS_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_SUPPLIER_CONTACTS_VAL_V ,
-
View: PO_SUPPLIER_CONTACTS_VAL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_SUPPLIER_CONTACTS_VAL_V, object_name:PO_SUPPLIER_CONTACTS_VAL_V, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_SUPPLIER_CONTACTS_VAL_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 ,
-
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 ,
-
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 ,
-
View: POBV_SUPPLIER_CONTACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_SUPPLIER_CONTACTS, object_name:POBV_SUPPLIER_CONTACTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_SUPPLIER_CONTACTS ,
-
View: POBV_SUPPLIER_CONTACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POBV_SUPPLIER_CONTACTS, object_name:POBV_SUPPLIER_CONTACTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POBV_SUPPLIER_CONTACTS ,
-
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_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 ,
-
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 ,
-
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 ,
-
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 ,
-
View: PO_VENDOR_LIST_ENTRIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDOR_LIST_ENTRIES_V, object_name:PO_VENDOR_LIST_ENTRIES_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_VENDOR_LIST_ENTRIES_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: 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_VENDOR_LIST_ENTRIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDOR_LIST_ENTRIES_V, object_name:PO_VENDOR_LIST_ENTRIES_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_VENDOR_LIST_ENTRIES_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 ,
-
View: PO_REQEXPRESS_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQEXPRESS_LINES_V, object_name:PO_REQEXPRESS_LINES_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_REQEXPRESS_LINES_V ,
-
View: PO_HEADERS_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_PRINT, object_name:PO_HEADERS_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_HEADERS_PRINT ,
-
View: PO_HEADERS_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_PRINT, object_name:PO_HEADERS_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_HEADERS_PRINT ,
-
View: PO_REQEXPRESS_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQEXPRESS_LINES_V, object_name:PO_REQEXPRESS_LINES_V, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_REQEXPRESS_LINES_V ,
-
View: POS_PO_INVOICE_SUP_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_INVOICE_SUP_ORDERS_V POS.POS_PO_INVOICE_SUP_ORDERS_V, object_name:POS_PO_INVOICE_SUP_ORDERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_INVOICE_SUP_ORDERS_V ,
-
View: POS_PO_INVOICE_SUP_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_INVOICE_SUP_ORDERS_V, object_name:POS_PO_INVOICE_SUP_ORDERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_INVOICE_SUP_ORDERS_V ,
-
View: PO_HEADERS_CHANGE_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_CHANGE_PRINT, object_name:PO_HEADERS_CHANGE_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_HEADERS_CHANGE_PRINT ,
-
View: PO_HEADERS_CHANGE_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_CHANGE_PRINT, object_name:PO_HEADERS_CHANGE_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_HEADERS_CHANGE_PRINT ,
-
Table: PO_VENDOR_SITES_ALL
12.2.2
product: PO - Purchasing , description: Supplier sites , implementation_dba_data: Not implemented in this database ,
-
Table: PO_VENDOR_SITES_ALL
12.1.1
product: PO - Purchasing , description: Supplier sites , implementation_dba_data: Not implemented in this database ,
-
View: POS_PO_SUPPLIER_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_SUPPLIER_ORDERS_V, object_name:POS_PO_SUPPLIER_ORDERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_SUPPLIER_ORDERS_V ,
-
View: PO_CXML_HEADER_ARCH_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_CXML_HEADER_ARCH_V, object_name:PO_CXML_HEADER_ARCH_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_CXML_HEADER_ARCH_V ,
-
View: POS_PO_HEADERS_ARCHIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_HEADERS_ARCHIVE_V POS.POS_PO_HEADERS_ARCHIVE_V, object_name:POS_PO_HEADERS_ARCHIVE_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_HEADERS_ARCHIVE_V ,
-
View: POS_PO_SUPPLIER_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_SUPPLIER_ORDERS_V POS.POS_PO_SUPPLIER_ORDERS_V, object_name:POS_PO_SUPPLIER_ORDERS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_SUPPLIER_ORDERS_V ,
-
View: PO_CXML_HEADER_ARCH_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_CXML_HEADER_ARCH_V, object_name:PO_CXML_HEADER_ARCH_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.PO_CXML_HEADER_ARCH_V ,
-
View: POFV_REQUESTS_FOR_QUOTATION
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUESTS_FOR_QUOTATION, object_name:POFV_REQUESTS_FOR_QUOTATION, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_REQUESTS_FOR_QUOTATION ,
-
View: POFV_REQUESTS_FOR_QUOTATION
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_REQUESTS_FOR_QUOTATION, object_name:POFV_REQUESTS_FOR_QUOTATION, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_REQUESTS_FOR_QUOTATION ,
-
View: POS_PO_HEADERS_ARCHIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_PO_HEADERS_ARCHIVE_V, object_name:POS_PO_HEADERS_ARCHIVE_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_PO_HEADERS_ARCHIVE_V ,
-
View: POFV_PURCHASE_CONTRACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PURCHASE_CONTRACTS, object_name:POFV_PURCHASE_CONTRACTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_PURCHASE_CONTRACTS ,
-
View: POFV_QUOTATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATIONS, object_name:POFV_QUOTATIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATIONS ,
-
View: POFV_PURCHASE_CONTRACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_PURCHASE_CONTRACTS, object_name:POFV_PURCHASE_CONTRACTS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_PURCHASE_CONTRACTS ,
-
View: POFV_QUOTATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POFV_QUOTATIONS, object_name:POFV_QUOTATIONS, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.POFV_QUOTATIONS ,