Search Results cust_site_use
Overview
The view EDW_TPRT_TPARTNER_LOC_LTC_IV is a reporting and integration object belonging to the Oracle E-Business Suite BI (Business Intelligence) product family, catalogued under the BIS (Business Intelligence System) application module. Its name follows the Enterprise Data Warehouse (EDW) naming convention used for the ETRM (Enterprise Territory and Resource Management) reference model, where the _IV suffix denotes an "interface view." The view exposes trade partner and trade partner location attributes in a flattened, denormalized form intended for downstream consumption by reporting layers, extraction routines, and data warehouse staging processes.
The metadata records this object as "Not implemented in this database," indicating it is a documented reference definition rather than an active object in the sampled ETRM 12.2.2 environment. The view is documented for Oracle EBS 12.1.1 and 12.2.2.
The view surfaces customer- and supplier-facing attributes — SIC codes, ship-via and ship-partial flags, price lists, payment terms, tax configuration, territory, FOB point, and freight terms — consolidated at the trade partner location grain.
Underlying Base Objects
The view is defined over a single referenced source object: EDW_TPRT_TPARTNER_LOC_LTC. This source is a "LTC" (likely a load/transformation control or logical table construct) object in the EDW layer, and the _IV view applies a lightweight projection over it — selecting the full column set and appending an OPERATION_CODE literal set to a single space (' ' OPERATION_CODE). This pattern is characteristic of interface views that normalize the shape of a record for a downstream extractor that expects an operation-code column, even where no meaningful change operation exists.
The metadata lists no additional referenced base objects beyond this source, so any relationship to Oracle EBS base tables such as HZ_PARTIES, HZ_CUST_ACCOUNTS, HZ_CUST_SITE_USES_ALL, or PO_VENDORS is indirect through the ETRM/EDW transformation chain rather than declared on the view itself.
Key Columns
- TRADE_PARTNER_KEY / TRADE_PARTNER / TPARTNER_LOC_PK_KEY / TPARTNER_LOC_PK — surrogate and natural keys identifying the trade partner and its location; the core grain of the view.
- BUSINESS_TYPE — distinguishes customer versus supplier (vendor) context for the partner.
- NAME / LEVEL_NAME — descriptive partner name and the hierarchy level at which the record is recorded.
- DATE_FROM / DATE_TO — effective-dating window for the location record.
- CUST_* columns — customer attributes including SIC code, ship-via, ship-partial, primary flag, price list, payment terms, order type, territory, tax codes and classification, status, site use, demand class, FOB point, freight, and GSA indicator.
- VNDR_* columns — supplier attributes: RFQ-only flag, purchasing site, payment terms, and payment site.
- USER_ATTRIBUTE1–5 — DFF descriptor flexfields carried through for extensibility.
- LAST_UPDATE_DATE / CREATION_DATE / INSTANCE — audit and source-instance tracking columns supporting incremental loads.
- OPERATION_CODE — constant blank value enabling uniform interface consumption.
Common Use Cases and Queries
This view supports trade partner master data extraction for territory and resource alignment, customer and supplier analytics, and EDW staging. A representative query retrieving active customer locations is shown below.
SELECT TRADE_PARTNER,
NAME,
BUSINESS_UNIT_DP,
CUST_TERRITORY,
CUST_PAY_TERMS,
DATE_FROM,
DATE_TO
FROM EDW_TPRT_TPARTNER_LOC_LTC_IV
WHERE BUSINESS_TYPE = 'CUSTOMER'
AND TRUNC(SYSDATE) BETWEEN DATE_FROM AND NVL(DATE_TO, SYSDATE);
A typical incremental extract uses the audit columns:
SELECT *
FROM EDW_TPRT_TPARTNER_LOC_LTC_IV
WHERE LAST_UPDATE_DATE >= :p_last_run_date;
Because the view is documented as not implemented in the surveyed database, DBAs should verify its existence and definition against the actual ETRM patch level before relying on it in production.
-
View: EDW_TPRT_TPARTNER_LOC_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_TPARTNER_LOC_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_PROD_REV_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_PROD_REV_FCV is an internal view used to support Product Revenue Portlet. , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_TPARTNER_LOC_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_TPARTNER_LOC_LCV, object_name:EDW_TPRT_TPARTNER_LOC_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_TPRT_TPARTNER_LOC_LCV ,
-
VIEW: APPS.EDW_TPRT_TPARTNER_LOC_LCV
12.1.1
-
View: EDW_TPRT_TPARTNER_LOC_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_PROD_REV_FCV
12.1.1
product: FII - Financial Intelligence , description: FII_AR_PROD_REV_FCV is an internal view used to support Product Revenue Portlet. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OPI_EDW_COGS_FCV
12.1.1
-
VIEW: APPS.EDW_TPRT_TPARTNER_LOC_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_TPARTNER_LOC_LCV, object_name:EDW_TPRT_TPARTNER_LOC_LCV, status:VALID,
-
VIEW: APPS.EDWBV_TPRT_TPARTNER_LOC_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_TPARTNER_LOC_LCV, object_name:EDWBV_TPRT_TPARTNER_LOC_LCV, status:VALID,
-
APPS.OZF_CLAIM_TAX_PVT SQL Statements
12.2.2
-
APPS.OZF_CLAIM_TAX_PVT SQL Statements
12.1.1
-
View: EDWBV_TPRT_TPARTNER_LOC_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_TPARTNER_LOC_LCV, object_name:EDWBV_TPRT_TPARTNER_LOC_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDWBV_TPRT_TPARTNER_LOC_LCV ,
-
View: EDWBV_TPRT_TPARTNER_LOC_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
TABLE: POA.EDW_TPRT_TPARTNER_LOC_LTC
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_TPARTNER_LOC_LTC POA.EDW_TPRT_TPARTNER_LOC_LTC, object_name:EDW_TPRT_TPARTNER_LOC_LTC, status:VALID,
-
TABLE: POA.EDW_TPRT_TPARTNER_LOC_LSTG
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_TPARTNER_LOC_LSTG POA.EDW_TPRT_TPARTNER_LOC_LSTG, object_name:EDW_TPRT_TPARTNER_LOC_LSTG, status:VALID,
-
APPS.FII_AR_RISK_PKG SQL Statements
12.1.1
-
APPS.EDW_TRD_PARTNER_M_C SQL Statements
12.1.1
-
PACKAGE BODY: APPS.EDW_TRD_PARTNER_PKG
12.1.1
-
VIEW: APPS.EDWBV_TPRT_TPARTNER_LOC_LCV
12.1.1
-
VIEW: APPS.ISCBV_EDW_BOOK_SUM1_BASE_FCV
12.1.1
-
View: ISCBV_EDW_BOOK_SUM1_BASE_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ISC.ISCBV_EDW_BOOK_SUM1_BASE_FCV, object_name:ISCBV_EDW_BOOK_SUM1_BASE_FCV, status:VALID, product: ISC - Supply Chain Intelligence , implementation_dba_data: APPS.ISCBV_EDW_BOOK_SUM1_BASE_FCV ,
-
View: ISCBV_EDW_BOOK_SUM1_BASE_FCV
12.2.2
product: ISC - Supply Chain Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.EDW_TRD_PARTNER_M_C
12.1.1
-
PACKAGE BODY: APPS.FII_AR_RISK_PKG
12.1.1
-
PACKAGE BODY: APPS.OZF_CLAIM_TAX_PVT
12.2.2
-
PACKAGE BODY: APPS.OZF_CLAIM_TAX_PVT
12.1.1
-
APPS.OZF_CLAIM_TAX_PVT dependencies on HZ_CUST_SITE_USES_ALL
12.1.1
-
APPS.OZF_CLAIM_TAX_PVT dependencies on HZ_CUST_SITE_USES_ALL
12.2.2
-
APPS.OZF_CLAIM_TAX_PVT dependencies on HZ_PARTY_SITES
12.2.2
-
APPS.OZF_CLAIM_TAX_PVT dependencies on HZ_CUST_ACCT_SITES_ALL
12.1.1
-
APPS.OZF_CLAIM_TAX_PVT dependencies on HZ_CUST_ACCT_SITES_ALL
12.2.2
-
APPS.OZF_CLAIM_TAX_PVT dependencies on HZ_PARTY_SITES
12.1.1
-
APPS.EDW_TRD_PARTNER_PKG dependencies on EDW_LOCAL_INSTANCE
12.1.1
-
APPS.IEX_PROMISES_PUB dependencies on IEX_PROMISE_DETAILS
12.1.1
-
APPS.IEX_PROMISES_PUB dependencies on IEX_PROMISE_DETAILS
12.2.2
-
APPS.ARP_CMERGE_ARCUS SQL Statements
12.1.1
-
APPS.ARP_CMERGE_ARCUS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IEX_PROMISES_PUB
12.1.1
-
PACKAGE BODY: APPS.IEX_PROMISES_PUB
12.2.2
-
eTRM - POA Tables and Views
12.1.1
description: UNSPSC Item interface table ,
-
PACKAGE BODY: APPS.ARP_CMERGE_ARCUS
12.2.2
-
APPS.IEX_PROMISES_PUB dependencies on FND_API
12.1.1
-
PACKAGE BODY: APPS.ARP_CMERGE_ARCUS
12.1.1
-
APPS.IEX_PROMISES_PUB dependencies on FND_API
12.2.2
-
eTRM - BIS Tables and Views
12.1.1
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,