Search Results inspect_required
Overview
EDW_TPRT_P2_TPARTNER_LTC_IV is a reporting view in the Oracle E-Business Suite environment, catalogued under the BIS (Business Intelligence System) product family. It is part of the Enterprise Data Warehouse (EDW) staging and presentation layer used to expose Oracle Procurement and Payables trading partner data for downstream analytics, extracts, and integration routines. The suffix conventions (TPRT_P2, LTC, IV) indicate a Phase 2 trading partner entity, sourced from a legacy trading community (LTC) structure, surfaced as an interface view.
Per the ETRM metadata, the object is documented as not implemented in this database. This designation is significant: the view definition exists in the data dictionary and documentation set, but the physical object may be absent or dormant in a given instance depending on the deployment of the BIS/EDW components. Practitioners searching on inspect_required typically encounter this view while tracing supplier inspection attributes that flow from trading partner setup into warehouse-driven receiving and quality workflows.
The view is read-only in nature and carries an Oracle Proprietary, Confidential classification. It should be treated as a technical integration surface rather than an end-user reporting object.
Underlying Base Objects
The view is defined over a single documented base object: EDW_TPRT_P2_TPARTNER_LTC. The metadata lists no additional referenced base objects. The view text is a straightforward projection with aliasing — it selects the full column list from the base table and appends a literal empty string as OPERATION_CODE, plus a ROWID alias ROW_ID. This pattern is characteristic of interface views (the _IV suffix) consumed by EDW extraction jobs, where the constant OPERATION_CODE column signals downstream merge logic that the row is an insert/update candidate.
Because the view exposes ROW_ID derived from the underlying physical row identifier, it is not suitable for persisted references across database reorganizations or table moves. Join relationships to standard EBS supplier tables (for example AP_SUPPLIERS or PO_VENDORS) are not documented in the ETRM metadata and would need to be confirmed against the local implementation.
Key Columns
- ROW_ID — The base table ROWID, exposed for row-level identification during EDW processing.
- TPARTNER_PK / TPARTNER_PK_KEY / TPARTNER_DP — Primary key, key qualifier, and display value for the trading partner record.
- PARENT_TPARTNER / PARENT_TPARTNER_KEY — Parent trading partner identifiers, supporting hierarchical supplier/partner relationships.
- NAME / ALTERNATE_NAME — Trading partner legal and alternate names.
- VENDOR_NUMBER / VENDOR_TYPE — Supplier numbering and classification attributes aligned with Payables vendor records.
- INSPECT_REQUIRED — Flag indicating whether goods receipt for this partner require inspection, the primary search term of interest.
- RECEIPT_REQUIRED / ALLOW_SUB_RECEIPT / ALLOW_UNORDER_RCV — Receiving control flags governing receipt enforcement and unordered receipt permissions.
- HOLD_FLAG — Indicates the partner is placed on hold for transactions.
- PAYMENT_TERMS — Default payment terms assigned to the trading partner.
- TAX_REG_NUM / TAXPAYER_ID — Tax registration and taxpayer identifiers.
- SIC_CODE / MINORITY_GROUP / SMALL_BUSINESS / WOMEN_OWNED — Diversity and classification attributes used in supplier spend analytics.
- START_ACTIVE_DATE / END_ACTIVE_DATE — Effective dating for the trading partner relationship.
- USER_ATTRIBUTE1–5 — Descriptive flexfield segments carried through for reporting.
- INSTANCE, CREATION_DATE, LAST_UPDATE_DATE — Standard audit and multi-instance columns.
- OPERATION_CODE — Literal blank placeholder appended by the view for EDW change-detection logic.
Common Use Cases and Queries
The principal use cases are supplier master extracts, receiving policy audits, and quality/inspection analysis. A typical query to isolate partners requiring inspection is:
SELECT TPARTNER_PK, NAME, VENDOR_NUMBER, INSPECT_REQUIRED, RECEIPT_REQUIRED, HOLD_FLAG FROM EDW_TPRT_P2_TPARTNER_LTC_IV WHERE INSPECT_REQUIRED = 'Y';SELECT VENDOR_NUMBER, NAME, START_ACTIVE_DATE, END_ACTIVE_DATE FROM EDW_TPRT_P2_TPARTNER_LTC_IV WHERE SYSDATE BETWEEN START_ACTIVE_DATE AND NVL(END_ACTIVE_DATE, SYSDATE + 1);SELECT INSTANCE, OPERATION_CODE, COUNT(*) FROM EDW_TPRT_P2_TPARTNER_LTC_IV GROUP BY INSTANCE, OPERATION_CODE;
Before relying on the view, confirm its installation status, since the ETRM metadata records it as not implemented in the referenced database. Where the view is unavailable, query the base object EDW_TPRT_P2_TPARTNER_LTC directly, noting the absence of the synthesized ROW_ID and OPERATION_CODE columns.
-
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_P4_TPARTNER_LTC_IV
12.1.1
product: BIS - Applications BIS , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.EDW_TPRT_P2_TPARTNER_LCV
12.1.1
-
VIEW: APPS.EDW_TPRT_P4_TPARTNER_LCV
12.1.1
-
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_P4_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_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_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_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_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: 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_P1_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: EDW_TPRT_P0_TPARTNER_LCV
12.1.1
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: 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_P2_TPARTNER_LCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
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_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,
-
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_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
-
eTRM - POA Tables and Views
12.1.1
description: UNSPSC Item interface table ,
-
eTRM - BIS Tables and Views
12.1.1