Search Results po_vendor_contacts
Overview
The PO_VENDOR_CONTACTS view is a critical data object within the Oracle E-Business Suite (EBS) Payables module, specifically for versions 12.1.1 and 12.2.2. It serves as a comprehensive, denormalized reporting layer that consolidates contact information for supplier sites from the underlying Trading Community Architecture (TCA) model. Its primary role is to provide a unified and easily queryable interface for vendor contact data, which is essential for procurement and payment communication processes. By joining key TCA party and contact point tables, this view abstracts the complexity of the HZ (TCA) schema, enabling standard reporting, integration, and data extraction for vendor management workflows without requiring direct joins to multiple foundational tables.
Key Information Stored
The view amalgamates columns from several core TCA entities. Key data points include the unique VENDOR_CONTACT_ID and VENDOR_SITE_ID for identification, alongside standard WHO columns (CREATED_BY, LAST_UPDATED_BY). The core contact details are extracted from the HZ_PARTIES table, including the contact's FIRST_NAME, MIDDLE_NAME, LAST_NAME, PREFIX, and TITLE. Communication details such as AREA_CODE, PHONE, EMAIL_ADDRESS, and URL are sourced from contact points. The view also provides phonetic name fields (CONTACT_NAME_ALT, FIRST_NAME_ALT, LAST_NAME_ALT) for alternative search and includes subqueries to fetch alternate phone numbers (ALT_AREA_CODE, ALT_PHONE). Notably, data is truncated (e.g., SUBSTR(HP.PERSON_FIRST_NAME, 1, 15)) to conform to legacy application field lengths.
Common Use Cases and Queries
This view is predominantly used for operational reporting and data feeds. Common scenarios include generating contact lists for vendor communications, populating contact information on printed purchase orders or payment advices, and supporting integration with external systems. A typical query to retrieve active contacts for a specific vendor site would be:
- SELECT vendor_site_id, first_name, last_name, area_code, phone, email_address FROM apps.po_vendor_contacts WHERE vendor_site_id = :site_id;
For reporting purposes, it is often joined with PO_VENDORS and PO_VENDOR_SITES_ALL to create comprehensive supplier master lists. Developers also use this view as a source for custom forms or workflows requiring vendor contact details, avoiding complex direct TCA table joins.
Related Objects
PO_VENDOR_CONTACTS is intrinsically linked to the TCA foundation and Purchasing/Payables vendor tables. Primary related objects include:
- HZ_PARTIES (HP): The source for the contact person's core name and demographic information.
- HZ_PARTY_SITES (HPS): Provides the MAIL_STOP information for the contact's address.
- HZ_CONTACT_POINTS (HCP): The underlying table for phone, email, and URL data, referenced directly in the view's subqueries for alternate phone numbers.
- PO_VENDOR_SITES_ALL (PVS): The vendor site identifier from this table is a key join condition in the view's construction.
- PO_VENDORS (PV): While not directly joined in the provided view snippet, it is a fundamental parent table for vendor sites and is commonly used in conjunction with this view for full vendor hierarchies.
-
View: PO_VENDOR_CONTACTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_CONTACTS, object_name:PO_VENDOR_CONTACTS, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDOR_CONTACTS ,
-
View: PO_VENDOR_CONTACTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_CONTACTS, object_name:PO_VENDOR_CONTACTS, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDOR_CONTACTS ,
-
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 ,
-
APPS.JE_JEHUIAGE_XMLP_PKG dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.PO_REQ_TEMPLATE_SV3 dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.PO_R12_CAT_UPG_VAL_PVT dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.AP_SUPPLIER_INFO_PKG dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.OKS_IB_UTIL_PVT dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.PO_SIGNATURE_PVT dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.MRP_EXP_WF dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.JTF_RS_CONC_RES_PUB dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.OKL_REQ_WF dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.PO_CLOSEOUT_PVT dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.PO_REQ_TEMPLATE_SV2 dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.AP_APXINAGE_XMLP_PKG dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.CSI_INSTANCE_PARTIES_VLD_PVT dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.JE_JEHUIAGE_XMLP_PKG dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.AHL_OSP_ORDERS_PVT dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.JMF_SHIKYU_RPT_CFR_PVT dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.QA_SS_IMPORT_WF dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.OZF_SD_BATCH_PVT dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.JA_CN_COA_EXP_PKG dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.PO_VENDOR_SITES_SV dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.IGC_CC_COMMON_UTILS_PVT dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.POS_VENDOR_UTIL_PKG dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.PO_AUTOCREATE_DOC dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.OKS_ENTITLEMENTS_PVT dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.ICX_SUPP_CUSTOM dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.PO_SIGNATURE_PVT dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.FUN_CONTACTUS_EMAIL dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.AHL_OSP_PO_PVT dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.PO_EMAIL_GENERATE dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.PO_REQ_TEMPLATE_SV2 dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.IGC_CC_COMMON_UTILS_PVT dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.MRP_EXP_WF dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.PO_R12_CAT_UPG_DEF_PVT dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.OKC_REP_QA_CHECK_PVT dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.IGC_CC_OPN_UPD_GET_LNK_PUB dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.PO_COPYDOC_SUB dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.ICX_REQ_TEMPLATES dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.PO_VAL_HEADERS2 dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.PO_COMPARE_REVISIONS dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.JMF_SHIKYU_RPT_SPR_PVT dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.JA_CN_COA_EXP_PKG dependencies on PO_VENDOR_CONTACTS
12.1.1
-
APPS.OKS_ENTITLEMENTS_WEB dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.AP_SUPPLIER_INFO_PKG dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.PO_REQ_TEMPLATE_SV3 dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.ICX_SUPP_CUSTOM dependencies on PO_VENDOR_CONTACTS
12.2.2
-
APPS.PO_R12_CAT_UPG_DEF_PVT dependencies on PO_VENDOR_CONTACTS
12.2.2