Search Results tax_reg_num
Overview
EDW_TPRT_P2_TPARTNER_LCV is a reporting view owned by the APPS schema within the Oracle E-Business Suite, registered under the PO – Purchasing product family. In ETRM 12.2.2 the object is documented with a status of VALID and an object type of VIEW. The suffix convention "EDW" (Enterprise Data Warehouse) combined with the "_LCV" designation indicates that this object is a lightweight, curated layer intended to expose trading partner data in a shape suitable for downstream extraction, transformation, and load processing, rather than for direct transactional maintenance. The view presents a denormalized, reporting-friendly projection of supplier and trading partner attributes that span supplier master, purchasing, tax, and diversity classifications.
Its principal purpose is to supply a stable interface for analytics, data warehouse population, and integration programs that need partner-level attributes without joining the numerous normalized EBS base tables directly. By exposing a fixed set of columns, it insulates consumers from underlying schema changes in the Oracle Purchasing and Payables supplier model.
Underlying Base Objects
According to the documented metadata, the view is defined over a single object: EDWBV_TPRT_P2_TPARTNER_LCV. The view text is a straightforward SELECT list projection with no joins, filters, or aggregation, which confirms that all business logic, transformation, and any necessary joining reside in the referenced EDWBV object (a "base view" in the EDW naming convention).
The documentation lists no additional referenced base objects. This means the EBS tables that ultimately supply the rows — typically suppliers, supplier sites, and related classification structures — are resolved upstream within EDWBV_TPRT_P2_TPARTNER_LCV and are not visible in this layer's definition. Consumers should treat EDW_TPRT_P2_TPARTNER_LCV as a dependent, read-only presentation layer and should not assume that column-level derivations are performed here.
Key Columns
- TPARTNER_PK — Primary key of the trading partner record; the unique identifier used to link to other EDW partner views.
- PARENT_TPARTNER_FK — Foreign key to the parent trading partner. This is the column most commonly sought when searching for "parent_tpartner_fk," and it supports hierarchical analysis of corporate parent/subsidiary supplier relationships.
- TPARTNER_DP — Data processing or partitioning attribute associated with the partner record.
- NAME / ALTERNATE_NAME — The supplier or trading partner name and any alternate designation.
- START_ACTIVE_DATE / END_ACTIVE_DATE — Effective dating that defines the active window of the partner record, enabling point-in-time reporting.
- SIC_CODE / TAX_REG_NUM / TAXPAYER_ID — Standard industrial classification, tax registration number, and taxpayer identifier for compliance and segmentation reporting.
- PAYMENT_TERMS / VENDOR_NUMBER / VENDOR_TYPE — Commercial attributes identifying the vendor and its payment and classification conventions.
- ONE_TIME_FLAG, MINORITY_GROUP, WOMEN_OWNED, SMALL_BUSINESS — Supplier diversity and ad hoc vendor indicators, frequently used in spend-analysis reporting.
- HOLD_FLAG, INSPECT_REQUIRED, RECEIPT_REQUIRED, ALLOW_SUB_RECEIPT, ALLOW_UNORDER_RCV — Purchasing control flags governing receipt, inspection, and receiving behavior.
- INSTANCE / VENDOR_ID / OPERATION_CODE — Instance identifier, underlying vendor identifier, and the operation code indicating the change type for incremental extraction.
- USER_ATTRIBUTE1 through USER_ATTRIBUTE5 — Exposed as NULL literals, providing placeholder columns to preserve a consistent extraction layout.
Common Use Cases and Queries
Typical use cases include supplier master extracts for a data warehouse, supplier diversity and spend reporting, and hierarchical roll-ups of spend from child partners to parent partners. The OPERATION_CODE column supports incremental change-data capture, while the effective date columns support historical snapshots.
A representative query retrieving child partners and their parent linkage:
- SELECT tpartner_pk, parent_tpartner_fk, name, vendor_number, vendor_type, start_active_date, end_active_date FROM apps.edw_tprt_p2_tpartner_lcv WHERE parent_tpartner_fk IS NOT NULL;
- SELECT parent_tpartner_fk, COUNT(*) child_count FROM apps.edw_tprt_p2_tpartner_lcv GROUP BY parent_tpartner_fk HAVING COUNT(*) > 1;
- SELECT tpartner_pk, name, tax_reg_num, small_business, minority_group, women_owned FROM apps.edw_tprt_p2_tpartner_lcv WHERE TRUNC(SYSDATE) BETWEEN NVL(start_active_date, SYSDATE) AND NVL(end_active_date, SYSDATE) ORDER BY name;
Consumers should restrict access to read-only privileges and confirm that the upstream EDWBV object is valid in the target environment before relying on results.
-
APPS.EDW_TRD_PARTNER_M_C SQL Statements
12.1.1
-
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: 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_P1_TPARTNER_LCV
12.2.2
product: PO - Purchasing , 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_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: 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.EDW_TPRT_P1_TPARTNER_LCV
12.1.1
-
VIEW: APPS.EDW_TPRT_P3_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_TRADE_PARTNER_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
TABLE: JMF.JMF_GTA_TRANSFER_TEMP_OBS
12.2.2
owner:JMF, object_type:TABLE, object_name:JMF_GTA_TRANSFER_TEMP_OBS, status:VALID,
-
TABLE: AR.AR_GTA_TRANSFER_TEMP
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_GTA_TRANSFER_TEMP, object_name:AR_GTA_TRANSFER_TEMP, status:VALID,
-
View: EDW_TPRT_TRADE_PARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
TABLE: JMF.JMF_GTA_TRANSFER_TEMP
12.1.1
owner:JMF, object_type:TABLE, fnd_design_data:JMF.JMF_GTA_TRANSFER_TEMP, object_name:JMF_GTA_TRANSFER_TEMP, status:VALID,
-
VIEW: APPS.EDW_TPRT_TRADE_PARTNER_LCV
12.1.1
-
View: EDW_TPRT_TRADE_PARTNER_LTC_IV
12.2.2
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_TRADE_PARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_TRADE_PARTNER_LCV, object_name:EDW_TPRT_TRADE_PARTNER_LCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.EDW_TPRT_TRADE_PARTNER_LCV ,
-
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.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.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.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_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_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.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,
-
APPS.JG_ZZ_SUMMARY_AP_PKG SQL Statements
12.2.2
-
APPS.JG_ZZ_SUMMARY_AP_PKG SQL Statements
12.1.1
-
VIEW: APPS.EDW_TPRT_TRADE_PARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDW_TPRT_TRADE_PARTNER_LCV, object_name:EDW_TPRT_TRADE_PARTNER_LCV, status:VALID,
-
View: EDWBV_TPRT_P4_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDWBV_TPRT_TRADE_PARTNER_LCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.EDWBV_TPRT_TRADE_PARTNER_LCV, object_name:EDWBV_TPRT_TRADE_PARTNER_LCV, status:VALID,
-
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 ,
-
View: EDW_TPRT_P0_TPARTNER_LCV
12.1.1
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_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 ,
-
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 ,
-
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.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,