Search Results tp_reference_ext2
Overview
The view VEH_TRANSLATOR_ADDR_V is an Oracle E-Business Suite database object associated with the VEH — Automotive Integration Kit product family. The ETRM metadata catalogues this object as Obsolete and further annotates it as Retrofitted. The view presents a reconciled, union-based listing of address identifiers drawn from two distinct sources: internal customer addresses maintained in the Oracle Receivables customer model, and externally sourced trading-partner address references maintained in the ECE (E-Commerce Gateway / Electronic Commerce Exchange) staging tables. Its primary purpose is to provide a single denormalised list of addresses labelled with an internal/external origin indicator, which is the semantic captured by the user's search term INT_EXT_CODE.
As a translator view, its role is to reconcile external integration payload references (typically originating from an automotive OEM's ordering or messaging system) against the native Oracle master data model. The published ETRM documentation explicitly notes that the object is Not implemented in this database, meaning deployments should treat the definition below as reference metadata rather than a guaranteed runtime artefact.
Underlying Base Objects
The view definition is a UNION of two branches over the following documented base objects:
- RA_ADDRESSES (aliased
RAD) — the Receivables address table, supplyingADDRESS_IDandADDRESS1. - RA_CUSTOMERS (aliased
RAC) — the Receivables customer header table, supplyingCUSTOMER_NUMBERand joined toRA_ADDRESSESonCUSTOMER_ID. - ECE_TP_HEADERS (aliased
ETH) — the ECE trading-partner header table, supplyingTP_GROUP_IDandTP_REFERENCE_EXT2.
The internal branch joins RA_ADDRESSES to RA_CUSTOMERS on the CUSTOMER_ID key; the external branch reads trading-partner header rows without any join. ETRM records no owner and no additional documented referenced base objects beyond those appearing in the view text.
Key Columns
- CUSTOMER_NUMBER — On the internal branch,
RA_CUSTOMERS.CUSTOMER_NUMBER. On the external branch, the char-convertedECE_TP_HEADERS.TP_GROUP_ID. - ADDRESS_ID — On the internal branch,
TO_CHAR(RA_ADDRESSES.ADDRESS_ID). On the external branch,TP_REFERENCE_EXT2, i.e. the external system's own address reference. - ADDRESS — On the internal branch,
RA_ADDRESSES.ADDRESS1(the first address line). On the external branch, the sameTP_REFERENCE_EXT2value, confirming that external addresses are exposed as opaque references rather than parsed address lines. - INT_EXT_CODE — The literal discriminator:
'INTERNAL'for rows sourced from Receivables,'EXTERNAL'for rows sourced from ECE trading-partner headers.
Common Use Cases and Queries
The view is most useful where a receiving or ordering interface must resolve an incoming external address reference to a native Receivables address, or conversely confirm that a given customer number has a corresponding external trading-partner definition. A typical reconciliation query filters on the discriminator:
SELECT customer_number, address_id, address, int_ext_code FROM veh_translator_addr_v WHERE int_ext_code = 'EXTERNAL';
To identify customer numbers appearing on both sides of the translator:
SELECT customer_number, COUNT(DISTINCT int_ext_code) FROM veh_translator_addr_v GROUP BY customer_number HAVING COUNT(DISTINCT int_ext_code) = 2;
Because the view is documented as obsolete, not implemented, and retrofitted, teams on 12.1.1 or 12.2.2 should verify existence in ALL_VIEWS before embedding it in concurrent programs or interface logic, and should prefer direct joins to RA_ADDRESSES, RA_CUSTOMERS, and ECE_TP_HEADERS for new development.
-
View: VEH_TRANSLATOR_ADDR_V
12.1.1
product: VEH - Automotive Integration Kit (Obsolete) , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
VIEW: EC.ECE_TP_HEADERS#
12.2.2
-
View: WSH_RCO_ADDRESS_V
12.1.1
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
View: ECE_ADDRESS_TP
12.1.1
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
View: GML_EC_CONTACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_EC_CONTACT_V, object_name:GML_EC_CONTACT_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer contact view. , implementation_dba_data: APPS.GML_EC_CONTACT_V ,
-
View: GML_EC_CONTACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_EC_CONTACT_V, object_name:GML_EC_CONTACT_V, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer contact view. , implementation_dba_data: APPS.GML_EC_CONTACT_V ,
-
VIEW: EC.ECE_ADVO_HEADERS_INTERFACE#
12.2.2
-
View: ECE_RSU_NOCONTACT
12.1.1
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
View: WSH_ADDRESS_TP_V
12.2.2
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
View: ECE_ADDRESS_TP
12.2.2
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
View: VEH_TRANSLATOR_ADDR_V
12.2.2
product: VEH - Automotive Integration Kit (Obsolete) , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: WSH_ADDRESS_TP_V
12.1.1
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
View: ECE_RSU_CONTACT
12.2.2
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
View: ECE_RCO_ADDRESS
12.2.2
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
View: WSH_RSU_CONTACT_V
12.2.2
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
View: ECE_RSU_NOCONTACT
12.2.2
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
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: WSH_RCO_ADDRESS_V
12.2.2
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
VIEW: EC.ECE_MVSTO_HEADERS#
12.2.2
-
VIEW: APPS.GML_EC_CONTACT_V
12.2.2
-
View: WSH_RSU_CONTACT_V
12.1.1
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
View: ECE_RCO_ADDRESS
12.1.1
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
View: WSH_RSU_NOCONTACT_V
12.1.1
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
View: WSH_RSU_NOCONTACT_V
12.2.2
product: WSH - Shipping Execution , implementation_dba_data: Not implemented in this database ,
-
View: ECE_RSU_CONTACT
12.1.1
product: EC - e-Commerce Gateway , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.GML_EC_CONTACT_V
12.1.1
-
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: EC.ECE_TP_HEADERS#
12.2.2
owner:EC, object_type:VIEW, object_name:ECE_TP_HEADERS#, status:VALID,
-
View: ECE_ADVO_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_ADVO_HEADERS_V, object_name:ECE_ADVO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts advice header informationfor the outbound Application Advice (824/APERAK) transaction.@rep:scope private@rep:product EC@rep:lifecycle active@rep:displayname Application Advice Header View@rep:category BUSINESS_ENTITY EC_A , implementation_dba_data: APPS.ECE_ADVO_HEADERS_V ,
-
VIEW: APPS.GML_EC_CONTACT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_EC_CONTACT_V, object_name:GML_EC_CONTACT_V, status:VALID,
-
VIEW: EC.ECE_SPSO_HEADERS#
12.2.2
-
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: ECE_ADVO_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EC.ECE_ADVO_HEADERS_V, object_name:ECE_ADVO_HEADERS_V, status:VALID, product: EC - e-Commerce Gateway , description: This view extracts advice header informationfor the outbound Application Advice (824/APERAK) transaction.@rep:scope private@rep:product EC@rep:lifecycle active@rep:displayname Application Advice Header View@rep:category BUSINESS_ENTITY EC_A , implementation_dba_data: APPS.ECE_ADVO_HEADERS_V ,
-
VIEW: APPS.ECE_ADVO_HEADERS_V
12.1.1
-
VIEW: APPS.GML_EC_CONTACT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_EC_CONTACT_V, object_name:GML_EC_CONTACT_V, status:VALID,
-
VIEW: EC.ECE_ADVO_HEADERS_INTERFACE#
12.2.2
owner:EC, object_type:VIEW, object_name:ECE_ADVO_HEADERS_INTERFACE#, status:VALID,
-
VIEW: APPS.ECE_ADVO_HEADERS_V
12.2.2
-
VIEW: APPS.ECE_MVSTO_HEADERS_V
12.1.1
-
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: APPS.WSH_DSNO_ORDERS_SPECIFIC_V
12.1.1
-
VIEW: EC.ECE_MVSTO_HEADERS#
12.2.2
owner:EC, object_type:VIEW, object_name:ECE_MVSTO_HEADERS#, status:VALID,
-
VIEW: EC.ECE_AR_TRX_HEADERS#
12.2.2
-
VIEW: EC.ECE_PO_INTERFACE_HEADERS#
12.2.2
-
View: ECE_DSNO_ORDERS_V
12.1.1
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
View: ECE_DSNO_ORDERS_V
12.2.2
product: EC - e-Commerce Gateway , description: No longer used , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.WSH_DSNO_DELIVERIES_V
12.1.1
-
VIEW: APPS.WSH_DSNO_ORDERS_SPECIFIC_V
12.2.2