Search Results tp_document_type
Overview
APPS.ECE_MVSTO_HEADERS_V is a denormalized Oracle E-Business Suite view exposed in the ECE (E-Commerce Gateway) schema. It consolidates EDI trading partner configuration with material movement statistics, producing a single row per movement transaction suitable for outbound MVSTO (Material Movement Statistics) EDI document generation and reconciliation reporting. The view is part of the standard outbound EDI infrastructure delivered with EBS 12.1.1 and 12.2.2, and is typically invoked by the ECE transaction processor or by custom concurrent programs that extract movement data destined for a value-added network.
The view standardizes the communication method (hard-coded to 'EDI'), the trading partner document identifier (hard-coded to 'MVSTO'), and the transaction date (SYSDATE at runtime), while the remaining columns are sources from trading partner definitions, location cross-references, legal entity data, and the underlying movement statistics view. It is read-only; no DML is supported against the view.
Underlying Base Objects
The view is defined over the following documented objects:
- ECE_MTL_MOV_STAT_V (VIEW) — Supplies core movement facts: period name, EDI transaction reference and date, movement type, report reference and date, statistics type, usage type, movement status, zone code, and organization identifier.
- ECE_TP_DETAILS (SYNONYM) — Provides trading partner document-level settings, including TEST_FLAG, DOCUMENT_TYPE, TRANSLATOR_CODE, DOCUMENT_STANDARD, and the TPD_ATTRIBUTE1–5 columns.
- ECE_TP_HEADERS (SYNONYM) — Supplies partner-level header data: TP_DESCRIPTION, TP_REFERENCE_EXT1 and EXT2, and the TPH_ATTRIBUTE1–15 descriptive flexfield columns.
- HR_ORGANIZATION_UNITS (VIEW) — Resolves the legal entity organization identifier and name.
- HR_LEGAL_ENTITIES (VIEW) — Contributes legal entity attributes such as the VAT code placeholder.
- HR_LOCATIONS (VIEW) — Provides customer/location details, including ECE_TP_LOCATION_CODE, location code, tax name, address lines, and location identifier.
- FND_GLOBAL and HR_GENERAL (PACKAGES) — Used to derive session context such as the effective organization and legal entity.
- HR_SECURITY (PACKAGE) — Applied implicitly through the HR views to enforce organization-level access security.
The view therefore joins trading partner configuration to inventory movement facts, and enriches the result with HR organization and location reference data.
Key Columns
- COMMUNICATION_METHOD — Constant 'EDI', identifying the outbound channel.
- TP_TEST_FLAG — From ECE_TP_DETAILS; when set, output is treated as test data and is not transmitted to production partners.
- TP_DOCUMENT_ID — Constant 'MVSTO'.
- TP_DOCUMENT_TYPE — The document type configured on the trading partner detail record (ETPD.DOCUMENT_TYPE). This is the column most commonly referenced by users searching on tp_document_type, and it determines which EDI document variant is produced.
- TRANSLATOR_CODE, DOCUMENT_STANDARD — Identify the mapping/translation map and the EDI standard (for example X12 or EDIFACT) applied to the output.
- TP_LOCATION_CODE_EXT, ECE_TP_LOC_CODE, CUSTOMER_ID, CUSTOMER_NAME — Trading partner location cross-reference values used to route and identify the customer.
- PERIOD_NAME, MOVEMENT_TYPE, MOVEMENT_STATUS, STAT_TYPE, USAGE_TYPE, ZONE_CODE — Movement statistics attributes from ECE_MTL_MOV_STAT_V.
- EDI_TRANSACTION_REFERENCE, EDI_TRANSACTION_DATE, REPORT_REFERENCE, REPORT_DATE — References and dates for the source movement submission.
- LEGAL_ENTITY, LEGAL_ENTITY_NAME, LEGAL_ENTITY_TAX_NAME, LEGAL_ENTITY_VAT_CODE — Reporting entity identity, tax name, and VAT identifier (VAT code is exposed as a NULL placeholder in this view).
- ORGANIZATION_ID — Inventory organization context.
- TPH_ATTRIBUTE1–15, TPD_ATTRIBUTE1–5 — Descriptive flexfield columns carried from the trading partner header and detail records for supplemental reporting.
Common Use Cases and Queries
Typical uses include troubleshooting why an MVSTO document is not generated, confirming the document type or test flag applied to a partner, and building reconciliation reports that pair movement statistics with trading partner configuration.
Identify the document types and standards configured for a given trading partner:
SELECT tp_document_type, document_standard, translator_code, tp_test_flag FROM apps.ece_mvsto_headers_v WHERE tp_location_code_ext = :p_location_code;
List recent movement statistics destined for outbound EDI, enriched with customer and legal entity names:
SELECT period_name, movement_type, movement_status, edi_transaction_reference,
edi_transaction_date, customer_name, legal_entity_name
FROM apps.ece_mvsto_headers_v
WHERE edi_transaction_date >= TRUNC(SYSDATE) - 30
ORDER BY edi_transaction_date DESC;
Validate test versus production routing before submitting the ECE outbound program:
SELECT tp_description, tp_test_flag, tp_reference_ext1, tp_reference_ext2 FROM apps.ece_mvsto_headers_v WHERE tp_test_flag = 'Y';
Because HR_SECURITY is applied through the underlying HR views, results are automatically limited to the organizations and legal entities accessible to the session user, which makes the view safe for use in self-service and multi-organization reporting without additional filtering.
-
VIEW: APPS.ECE_MVSTO_HEADERS_V
12.2.2
-
View: ECE_MVSTO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_MVSTO_HEADERS_V, object_name:ECE_MVSTO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Movement Statistics (INTRASTAT) transaction.@rep:scope private@rep:product INV@rep:lifecycle active@rep:displayname Movement Statistics Header View@rep:category BUSINESS_ENTITY INV_MOVEM , implementation_dba_data: APPS.ECE_MVSTO_HEADERS_V ,
-
View: ECE_MVSTO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_MVSTO_HEADERS_V, object_name:ECE_MVSTO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts header informationfor the outbound Movement Statistics (INTRASTAT) transaction.@rep:scope private@rep:product INV@rep:lifecycle active@rep:displayname Movement Statistics Header View@rep:category BUSINESS_ENTITY INV_MOVEM , implementation_dba_data: APPS.ECE_MVSTO_HEADERS_V ,
-
VIEW: APPS.ECE_MVSTO_HEADERS_V
12.1.1
-
View: ECE_DSNO_DELIVERIES_V
12.2.2
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.ECE_MVSTO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_MVSTO_HEADERS_V, object_name:ECE_MVSTO_HEADERS_V, status:VALID,
-
VIEW: APPS.ECE_MVSTO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_MVSTO_HEADERS_V, object_name:ECE_MVSTO_HEADERS_V, status:VALID,
-
View: ECE_DSNO_DELIVERIES_V
12.1.1
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WSH_DSNO_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERIES_V, object_name:WSH_DSNO_DELIVERIES_V, status:VALID,
-
VIEW: APPS.IGW_PRPO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_HEADERS_V, object_name:IGW_PRPO_HEADERS_V, status:VALID,
-
VIEW: APPS.WSH_DSNO_DELIVERIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERIES_V, object_name:WSH_DSNO_DELIVERIES_V, status:VALID,
-
View: WSH_DSNO_DELIVERIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERIES_V, object_name:WSH_DSNO_DELIVERIES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_DELIVERIES_V ,
-
View: WSH_DSNO_DELIVERIES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSH.WSH_DSNO_DELIVERIES_V, object_name:WSH_DSNO_DELIVERIES_V, status:VALID, product: WSH - Shipping Execution , implementation_dba_data: APPS.WSH_DSNO_DELIVERIES_V ,
-
View: IGW_PRPO_HEADERS_V
12.2.2
product: IGW - Grants Proposal (Obsolete) , description: View displays core proposal information , implementation_dba_data: Not implemented in this database ,
-
View: IGW_PRPO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGW.IGW_PRPO_HEADERS_V, object_name:IGW_PRPO_HEADERS_V, status:VALID, product: IGW - Grants Proposal , description: View displays core proposal information , implementation_dba_data: APPS.IGW_PRPO_HEADERS_V ,
-
VIEW: APPS.WSH_DSNO_DELIVERIES_V
12.2.2
-
VIEW: APPS.WSH_DSNO_DELIVERIES_V
12.1.1
-
eTRM - IGW Tables and Views
12.1.1
description: Information on proposal subjects ,
-
eTRM - EC Tables and Views
12.2.2
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - EC Tables and Views
12.1.1
description: Contains the information for code conversions which identify external values for a given Oracle internal value and vice versa. ,
-
eTRM - WSH Tables and Views
12.2.2
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,
-
eTRM - WSH Tables and Views
12.1.1
description: Stores hierarchy for zones. Each region component of a zone has a record in this table. ,