Search Results tax_reporting_site_flag
Overview
The view APPS.ICX_PO_VENDOR_SITES_V is a reporting and integration layer over the supplier site records maintained in Oracle Purchasing. In Oracle E-Business Suite 12.1.1 and 12.2.2 it exposes the columns of the base table PO_VENDOR_SITES through a simple, single-object projection, allowing Oracle iSupplier Portal (ICX) and related modules to present vendor site information without querying the base table directly. Because the definition is a straight SELECT without joins, filters, or aggregations, the view preserves the full structure and volume of the underlying supplier site data, including the operating unit context carried by ORG_ID.
From a reporting and integration perspective, the view functions as a stable, read-only interface to supplier site attributes such as address, payment, purchasing, tax, and withholding configuration. External systems, concurrent programs, and custom reports commonly reference this view rather than the base table to reduce coupling to internal column ordering.
Underlying Base Objects
The view is defined over a single documented base object, the table PO_VENDOR_SITES. No joins, synonyms, or additional referenced objects are documented in the ETRM metadata. Each row in the view corresponds one-to-one with a row in PO_VENDOR_SITES, and the view inherits the multi-org partitioning of that table: supplier site records are segmented by ORG_ID, so queries typically require an operating unit context to return the correct data set.
Key Columns
VENDOR_SITE_ID— Primary key of the supplier site; used to join to purchasing, payables, and tax tables.VENDOR_ID— Foreign key to the supplier header record.VENDOR_SITE_CODE— User-defined short name for the site.PURCHASING_SITE_FLAG,RFQ_ONLY_SITE_FLAG,PAY_SITE_FLAG— Flags indicating whether the site may be used for purchasing, RFQs only, or payments.TAX_REPORTING_SITE_FLAG— Indicates whether the site is designated as a tax reporting site, relevant for 1099 and tax reporting configuration. This is the column most directly associated with the user search term.ALLOW_AWT_FLAG,AWT_GROUP_ID— Withholding tax eligibility and the associated withholding tax group.VAT_REGISTRATION_NUM,VAT_CODE,OFFSET_VAT_CODE— VAT registration and tax code references.TERMS_ID,PAYMENT_METHOD_LOOKUP_CODE,PAY_GROUP_LOOKUP_CODE,INVOICE_CURRENCY_CODE,PAYMENT_CURRENCY_CODE— Payables terms, method, group, and currency defaults.INACTIVE_DATE— Effective end date of the site.ORG_ID— Operating unit identifier driving multi-org security.ATTRIBUTE1throughATTRIBUTE15andATTRIBUTE_CATEGORY— Descriptive flexfield storage.
Common Use Cases and Queries
The view is frequently queried to identify tax reporting sites, list active payment sites, or feed supplier data into downstream systems. A representative query to locate tax reporting sites is:
SELECT vendor_site_id, vendor_id, vendor_site_code, tax_reporting_site_flag FROM apps.icx_po_vendor_sites_v WHERE tax_reporting_site_flag = 'Y' AND inactive_date IS NULL;- Listing active payment sites: filter on
pay_site_flag = 'Y'andinactive_date IS NULL. - Supplier 1099/tax reporting extracts joining
vendor_site_idto payables invoice distributions. - iSupplier Portal display queries retrieving site address and payment defaults for a given
vendor_id.
Because the view applies no filtering, all business restrictions—operating unit, active status, and site usage flags—must be applied explicitly in the query.
-
VIEW: APPS.ICX_PO_VENDOR_SITES_V
12.1.1
-
VIEW: PO.PO_VENDOR_SITES_OBS#
12.2.2
-
View: ICX_PO_VENDOR_SITES_V
12.2.2
product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
VIEW: AP.AP_SUPPLIER_SITES_ALL#
12.2.2
-
View: ICX_PO_VENDOR_SITES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_VENDOR_SITES_V, object_name:ICX_PO_VENDOR_SITES_V, status:VALID, product: ICX - Oracle iProcurement , description: Obsolete , implementation_dba_data: APPS.ICX_PO_VENDOR_SITES_V ,
-
View: PO_VENDOR_SITES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDOR_SITES SQLAP.PO_VENDOR_SITES, object_name:PO_VENDOR_SITES, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_VENDOR_SITES ,
-
View: PO_VENDOR_SITES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDOR_SITES SQLAP.PO_VENDOR_SITES, object_name:PO_VENDOR_SITES, status:VALID, product: PO - Purchasing , description: 10SC ONLY - Retrofitted , implementation_dba_data: APPS.PO_VENDOR_SITES ,
-
VIEW: AP.AP_SUPPLIER_SITES_INT#
12.2.2
-
APPS.AP_APXINUPD_XMLP_PKG SQL Statements
12.1.1
-
APPS.AP_APXINUPD_XMLP_PKG SQL Statements
12.2.2
-
VIEW: APPS.ICX_PO_VENDOR_SITES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_VENDOR_SITES_V, object_name:ICX_PO_VENDOR_SITES_V, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.1.1
-
VIEW: APPS.PO_VENDOR_SITES
12.1.1
-
VIEW: APPS.AP_VENDOR_SITES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VENDOR_SITES_V, object_name:AP_VENDOR_SITES_V, status:VALID,
-
VIEW: APPS.AP_VENDOR_SITES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VENDOR_SITES_V, object_name:AP_VENDOR_SITES_V, status:VALID,
-
VIEW: AP.AP_SUPPLIER_SITES_ALL#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_SUPPLIER_SITES_ALL#, status:VALID,
-
VIEW: PO.PO_VENDOR_SITES_OBS#
12.2.2
owner:PO, object_type:VIEW, object_name:PO_VENDOR_SITES_OBS#, status:VALID,
-
APPS.AP_VENDOR_SITES_PKG SQL Statements
12.1.1
-
APPS.AP_VENDOR_SITES_PKG SQL Statements
12.2.2
-
View: PO_VENDOR_SITES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDOR_SITES SQLAP.PO_VENDOR_SITES, object_name:PO_VENDOR_SITES, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDOR_SITES ,
-
APPS.AP_APXT7UTT_XMLP_PKG SQL Statements
12.2.2
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.2.2
-
VIEW: AP.AP_SUPPLIER_SITES_INT#
12.2.2
owner:AP, object_type:VIEW, object_name:AP_SUPPLIER_SITES_INT#, status:VALID,
-
APPS.AP_APXT7UTT_XMLP_PKG SQL Statements
12.1.1
-
View: PO_VENDOR_SITES_ALL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDOR_SITES_ALL ,
-
VIEW: APPS.PO_VENDOR_SITES
12.2.2
-
View: PO_VENDOR_SITES_ALL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDOR_SITES_ALL ,
-
View: PO_VENDOR_SITES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDOR_SITES SQLAP.PO_VENDOR_SITES, object_name:PO_VENDOR_SITES, status:VALID, product: AP - Payables , implementation_dba_data: APPS.PO_VENDOR_SITES ,
-
View: AP_VENDOR_SITES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VENDOR_SITES_V, object_name:AP_VENDOR_SITES_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_VENDOR_SITES_V ,
-
View: AP_VENDOR_SITES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_VENDOR_SITES_V, object_name:AP_VENDOR_SITES_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_VENDOR_SITES_V ,
-
TYPE: APPS.POS_SUPPLIER_SITES_ALL_BO
12.2.2
owner:APPS, object_type:TYPE, object_name:POS_SUPPLIER_SITES_ALL_BO, status:VALID,
-
APPS.AP_1099_UTILITIES_PKG SQL Statements
12.2.2
-
VIEW: APPS.PO_VENDOR_SITES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDOR_SITES SQLAP.PO_VENDOR_SITES, object_name:PO_VENDOR_SITES, status:VALID,
-
APPS.JE_ES_WHTAX SQL Statements
12.2.2
-
VIEW: APPS.PO_VENDOR_SITES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_VENDOR_SITES SQLAP.PO_VENDOR_SITES, object_name:PO_VENDOR_SITES, status:VALID,
-
TABLE: PO.PO_VENDOR_SITES_OBS
12.1.1
owner:PO, object_type:TABLE, object_name:PO_VENDOR_SITES_OBS, status:VALID,
-
TABLE: AP.AP_SUPPLIER_SITES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIER_SITES_ALL, object_name:AP_SUPPLIER_SITES_ALL, status:VALID,
-
TABLE: PO.PO_VENDOR_SITES_OBS
12.2.2
owner:PO, object_type:TABLE, fnd_design_data:PO.PO_VENDOR_SITES_OBS, object_name:PO_VENDOR_SITES_OBS, status:VALID,
-
PACKAGE BODY: APPS.AP_APXINUPD_XMLP_PKG
12.1.1
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
PACKAGE BODY: APPS.AP_APXINUPD_XMLP_PKG
12.2.2
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
TABLE: AP.AP_SUPPLIER_SITES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIER_SITES_ALL, object_name:AP_SUPPLIER_SITES_ALL, status:VALID,
-
APPS.ITG_SYNCSUPPLIERINBOUND_PVT SQL Statements
12.1.1
-
TABLE: AP.AP_SUPPLIER_SITES_INT
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIER_SITES_INT, object_name:AP_SUPPLIER_SITES_INT, status:VALID,
-
APPS.ITG_SYNCSUPPLIERINBOUND_PVT SQL Statements
12.2.2
-
TABLE: AP.AP_SUPPLIER_SITES_INT
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_SUPPLIER_SITES_INT, object_name:AP_SUPPLIER_SITES_INT, status:VALID,
-
PACKAGE BODY: APPS.AP_VENDOR_SITES_PKG
12.1.1
-
PACKAGE BODY: APPS.AP_VENDOR_SITES_PKG
12.2.2
-
PACKAGE BODY: APPS.JE_ES_WHTAX
12.2.2