Search Results allow_unorder_rcv
Overview
APPS.EDW_TPRT_P2_TPARTNER_LCV is an Oracle E-Business Suite reporting view that belongs to the ETRM (Enterprise Trade and Relationship Management / Procurement) data warehouse layer. The object is defined through the ETRM 12.1.1 and 12.2.2 metadata repository and follows the APPS.EDW_* naming convention used by Oracle's E-Business Suite data extraction views, which are constructed for reporting and integration purposes rather than for transactional processing.
The view presents trading partner information as a logical, denormalized unit. It draws its rows from the underlying bridge view EDWBV_TPRT_P2_TPARTNER_LCV and projects a stable set of columns covering the trading partner primary key, hierarchy relationships (parent trading partner), lifecycle dates, identification attributes, supplier classification flags, and procurement control settings. Because the underlying object is externalized as a view rather than a base table, its role is to provide a consistent read-only interface that abstracts the physical implementation of the ETRM trading partner warehouse.
Underlying Base Objects
The view text is a straight projection: every column in APPS.EDW_TPRT_P2_TPARTNER_LCV is selected from EDWBV_TPRT_P2_TPARTNER_LCV with no joins, filters, or transformations applied at this level. The only construction that occurs is the addition of five NULL user_attribute columns (USER_ATTRIBUTE1 through USER_ATTRIBUTE5), which are declared as literal NULLs.
This pattern is common in the EDW reporting layer, where a "bridge view" (prefixed EDWBV) carries the real extraction logic and the published APPS.EDW_*_LCV view exposes a fixed column contract to downstream consumers. The "_LCV" suffix typically indicates a logical or canonical view used to standardize column names and ordering across the ETRM extraction. Note that the ETRM metadata excerpt does not enumerate any base tables as "referenced base objects," so the only documented dependency is EDWBV_TPRT_P2_TPARTNER_LCV, which in turn resolves against the ETRM trading partner source objects.
Key Columns
- TPARTNER_PK — Surrogate/primary key uniquely identifying each trading partner record.
- PARENT_TPARTNER_FK — Self-referencing foreign key linking a partner to its parent in the trading partner hierarchy.
- NAME and ALTERNATE_NAME — Primary and alternate partner identification names.
- START_ACTIVE_DATE / END_ACTIVE_DATE — Effective date range for the partner's active status.
- SIC_CODE, TAX_REG_NUM, TAXPAYER_ID — Standard business identification attributes.
- VENDOR_NUMBER, VENDOR_TYPE, VENDOR_ID — Supplier-side identifiers enabling reconciliation to the supplier master.
- SMALL_BUSINESS — Flag indicating whether the partner qualifies as a small business.
- MINORITY_GROUP and WOMEN_OWNED — Diversity classification attributes often reported alongside SMALL_BUSINESS.
- PAYMENT_TERMS — Default payment terms associated with the partner.
- HOLD_FLAG, INSPECT_REQUIRED, RECEIPT_REQUIRED, ALLOW_SUB_RECEIPT, ALLOW_UNORDER_RCV — Procurement control flags governing receiving and inspection behavior.
- ONE_TIME_FLAG, INSTANCE, OPERATION_CODE, TPARTNER_DP — Operational and processing metadata.
- LAST_UPDATE_DATE / CREATION_DATE — Audit timestamps.
Common Use Cases and Queries
The view is typically used for supplier diversity and procurement analytics. Because the user searched for "small_business," the SMALL_BUSINESS column is the most relevant attribute for filtering and aggregation.
Example — list active small business partners:
- SELECT tpartner_pk, name, vendor_number, vendor_type, small_business, minority_group, women_owned
- FROM apps.edw_tprt_p2_tpartner_lcv
- WHERE small_business = 'Y'
- AND TRUNC(SYSDATE) BETWEEN start_active_date AND NVL(end_active_date, TRUNC(SYSDATE));
Example — count small business suppliers by vendor type:
- SELECT vendor_type, COUNT(DISTINCT tpartner_pk) partner_count
- FROM apps.edw_tprt_p2_tpartner_lcv
- WHERE small_business = 'Y'
- GROUP BY vendor_type;
The view can also be joined to downstream procurement or spend tables via VENDOR_ID or TPARTNER_PK to attribute purchasing activity to small business suppliers, supporting FAR/DFAR-style diversity reporting and ETRM integration extracts.
-
VIEW: APPS.EDW_TPRT_P2_TPARTNER_LCV
12.1.1
-
View: EDW_TPRT_P4_TPARTNER_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDW_TPRT_P4_TPARTNER_LCV
12.1.1
-
View: EDW_TPRT_P4_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_P2_TPARTNER_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_P2_TPARTNER_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_P2_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_P2_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_P2_TPARTNER_LCV, object_name:EDW_TPRT_P2_TPARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_TPRT_P2_TPARTNER_LCV ,
-
View: EDW_TPRT_P3_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_P1_TPARTNER_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_P3_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_P3_TPARTNER_LCV, object_name:EDW_TPRT_P3_TPARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_TPRT_P3_TPARTNER_LCV ,
-
View: EDW_TPRT_P1_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
APPS.EDW_TRD_PARTNER_M_C SQL Statements
12.1.1
-
View: EDW_TPRT_P1_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_P1_TPARTNER_LCV, object_name:EDW_TPRT_P1_TPARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_TPRT_P1_TPARTNER_LCV ,
-
View: EDW_TPRT_P4_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_P4_TPARTNER_LCV, object_name:EDW_TPRT_P4_TPARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_TPRT_P4_TPARTNER_LCV ,
-
VIEW: APPS.EDW_TPRT_P3_TPARTNER_LCV
12.1.1
-
VIEW: APPS.EDW_TPRT_P1_TPARTNER_LCV
12.1.1
-
View: EDW_TPRT_P4_TPARTNER_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_P3_TPARTNER_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_P3_TPARTNER_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_P1_TPARTNER_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDWBV_TPRT_P4_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_P4_TPARTNER_LCV, object_name:EDWBV_TPRT_P4_TPARTNER_LCV, status:VALID,
-
VIEW: APPS.EDWBV_TPRT_P1_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_P1_TPARTNER_LCV, object_name:EDWBV_TPRT_P1_TPARTNER_LCV, status:VALID,
-
VIEW: APPS.EDW_TPRT_P1_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_P1_TPARTNER_LCV, object_name:EDW_TPRT_P1_TPARTNER_LCV, status:VALID,
-
VIEW: APPS.EDWBV_TPRT_P2_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_P2_TPARTNER_LCV, object_name:EDWBV_TPRT_P2_TPARTNER_LCV, status:VALID,
-
VIEW: APPS.EDW_TPRT_P4_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_P4_TPARTNER_LCV, object_name:EDW_TPRT_P4_TPARTNER_LCV, status:VALID,
-
VIEW: APPS.EDW_TPRT_P2_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_P2_TPARTNER_LCV, object_name:EDW_TPRT_P2_TPARTNER_LCV, status:VALID,
-
VIEW: APPS.EDWBV_TPRT_P3_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_P3_TPARTNER_LCV, object_name:EDWBV_TPRT_P3_TPARTNER_LCV, status:VALID,
-
VIEW: APPS.EDW_TPRT_P3_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_P3_TPARTNER_LCV, object_name:EDW_TPRT_P3_TPARTNER_LCV, status:VALID,
-
View: EDWBV_TPRT_P4_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: EDWBV_TPRT_P1_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_P1_TPARTNER_LCV, object_name:EDWBV_TPRT_P1_TPARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDWBV_TPRT_P1_TPARTNER_LCV ,
-
View: EDW_TPRT_P0_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: EDWBV_TPRT_P4_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_P4_TPARTNER_LCV, object_name:EDWBV_TPRT_P4_TPARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDWBV_TPRT_P4_TPARTNER_LCV ,
-
TABLE: POA.EDW_TPRT_P1_TPARTNER_LSTG
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_P1_TPARTNER_LSTG POA.EDW_TPRT_P1_TPARTNER_LSTG, object_name:EDW_TPRT_P1_TPARTNER_LSTG, status:VALID,
-
View: EDWBV_TPRT_P1_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
TABLE: POA.EDW_TPRT_P3_TPARTNER_LSTG
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_P3_TPARTNER_LSTG POA.EDW_TPRT_P3_TPARTNER_LSTG, object_name:EDW_TPRT_P3_TPARTNER_LSTG, status:VALID,
-
View: EDW_TPRT_P0_TPARTNER_LCV
12.1.1
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: EDWBV_TPRT_P2_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_P2_TPARTNER_LCV, object_name:EDWBV_TPRT_P2_TPARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDWBV_TPRT_P2_TPARTNER_LCV ,
-
TABLE: POA.EDW_TPRT_P3_TPARTNER_LTC
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_P3_TPARTNER_LTC POA.EDW_TPRT_P3_TPARTNER_LTC, object_name:EDW_TPRT_P3_TPARTNER_LTC, status:VALID,
-
View: EDWBV_TPRT_P2_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: EDWBV_TPRT_P3_TPARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_P3_TPARTNER_LCV, object_name:EDWBV_TPRT_P3_TPARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDWBV_TPRT_P3_TPARTNER_LCV ,
-
TABLE: POA.EDW_TPRT_P2_TPARTNER_LSTG
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_P2_TPARTNER_LSTG POA.EDW_TPRT_P2_TPARTNER_LSTG, object_name:EDW_TPRT_P2_TPARTNER_LSTG, status:VALID,
-
View: EDWBV_TPRT_P3_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
TABLE: POA.EDW_TPRT_P1_TPARTNER_LTC
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_P1_TPARTNER_LTC POA.EDW_TPRT_P1_TPARTNER_LTC, object_name:EDW_TPRT_P1_TPARTNER_LTC, status:VALID,
-
TABLE: POA.EDW_TPRT_P4_TPARTNER_LTC
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_P4_TPARTNER_LTC POA.EDW_TPRT_P4_TPARTNER_LTC, object_name:EDW_TPRT_P4_TPARTNER_LTC, status:VALID,
-
TABLE: POA.EDW_TPRT_P4_TPARTNER_LSTG
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_P4_TPARTNER_LSTG POA.EDW_TPRT_P4_TPARTNER_LSTG, object_name:EDW_TPRT_P4_TPARTNER_LSTG, status:VALID,
-
TABLE: POA.EDW_TPRT_P2_TPARTNER_LTC
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:BIS.EDW_TPRT_P2_TPARTNER_LTC POA.EDW_TPRT_P2_TPARTNER_LTC, object_name:EDW_TPRT_P2_TPARTNER_LTC, status:VALID,
-
PACKAGE BODY: APPS.EDW_TRD_PARTNER_M_C
12.1.1
-
APPS.EDW_TRD_PARTNER_M_C dependencies on EDW_TPRT_P1_TPARTNER_LSTG
12.1.1
-
APPS.EDW_TRD_PARTNER_M_C dependencies on EDW_TPRT_P3_TPARTNER_LSTG
12.1.1