Search Results customer_address1
Overview
APPS.OKL_AM_PARTIES_UV is a read-only Oracle EBS database view that exposes a denormalized, customer-oriented projection of party and address information sourced from the Oracle Trading Community Architecture (TCA) registry. It is documented under the ETRM metadata set for Oracle EBS 12.1.1 and 12.2.2 as an APPS-owned object. The view presents a distinct list of individuals or organizations that participate as "customer" parties, together with their address, city, state, postal code, and country attributes. Because the columns are aliased with the CUSTOMER_ prefix (for example, CUSTOMER_ADDRESS1, CUSTOMER_PARTY_NAME), the view is designed to be consumed by reporting and integration logic that needs a flattened customer-party record without issuing multi-table joins against HZ_PARTIES and HZ_RELATIONSHIPS directly.
The view is particularly relevant to the user search term "customer_address1," which maps directly to the CUSTOMER_ADDRESS1 column exposed by the view (derived from HZ_PARTIES.ADDRESS1).
Underlying Base Objects
The view is defined over exactly two TCA base objects, both referenced through APPS synonyms:
- HZ_PARTIES (SYNONYM) — the TCA party master table, aliased as HZPO in the view text, supplying party name, party type, party ID, and the address columns.
- HZ_RELATIONSHIPS (SYNONYM) — the TCA relationship table, aliased as HZPR, which supplies the relationship context used to filter the party set.
The join is expressed as HZPR.OBJECT_ID = HZPO.PARTY_ID, with predicates restricting the result to active, effective, forward-directional relationships. This means a party appears only when a qualifying relationship row exists in HZ_RELATIONSHIPS; HZ_PARTIES alone is not sufficient.
Key Columns
- CUSTOMER_ADDRESS1 through CUSTOMER_ADDRESS4 — street address lines, sourced from HZ_PARTIES address columns.
- CUSTOMER_CITY, CUSTOMER_STATE, CUSTOMER_POSTAL_CODE, CUSTOMER_COUNTRY — geographic attributes of the party's address.
- CUSTOMER_PARTY_ID — the TCA party identifier; the join key back to HZ_PARTIES.PARTY_ID.
- CUSTOMER_PARTY_TYPE — the TCA party type classification (e.g., person/organization), from HZ_PARTIES.PARTY_TYPE.
- CUSTOMER_PARTY_NAME — the display name of the party, from HZ_PARTIES.PARTY_NAME.
Common Use Cases and Queries
The view is typically used to populate reports, BI Publisher data templates, or interface extracts requiring a current customer address. A representative query retrieving address and name by party ID:
SELECT CUSTOMER_PARTY_ID,
CUSTOMER_PARTY_NAME,
CUSTOMER_ADDRESS1,
CUSTOMER_ADDRESS2,
CUSTOMER_CITY,
CUSTOMER_STATE,
CUSTOMER_POSTAL_CODE,
CUSTOMER_COUNTRY
FROM APPS.OKL_AM_PARTIES_UV
WHERE CUSTOMER_ADDRESS1 IS NOT NULL
ORDER BY CUSTOMER_PARTY_NAME;
Typical scenarios include validating that a party has a populated primary address line before invoicing or correspondence, feeding address data into a lease or contract output, and reconciling customer identity across TCA. Because the definition applies DISTINCT, consumers should expect de-duplicated rows even when multiple qualifying relationship records exist. The effective-dating predicates (START_DATE <= SYSDATE and NVL(END_DATE, SYSDATE) >= SYSDATE) mean results reflect only currently valid relationships, so the view should be re-queried rather than cached for point-in-time accuracy.
-
VIEW: APPS.OKL_AM_PARTIES_UV
12.1.1
-
View: OKL_AM_PARTIES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_PARTIES_UV, object_name:OKL_AM_PARTIES_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_AM_PARTIES_UV ,
-
VIEW: PV.PV_REFERRALS_B#
12.2.2
-
View: OKL_AM_PARTIES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_PARTIES_UV, object_name:OKL_AM_PARTIES_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_AM_PARTIES_UV ,
-
VIEW: APPS.OKL_AM_PARTIES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_PARTIES_UV, object_name:OKL_AM_PARTIES_UV, status:VALID,
-
VIEW: APPS.OKL_AM_PARTIES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AM_PARTIES_UV, object_name:OKL_AM_PARTIES_UV, status:VALID,
-
VIEW: APPS.OKL_AM_PARTIES_UV
12.2.2
-
VIEW: APPS.FTE_FPA_BOLS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:FTE_FPA_BOLS_V, status:VALID,
-
VIEW: APPS.FTE_FPA_BOLS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:FTE_FPA_BOLS_V, status:VALID,
-
VIEW: APPS.FTE_FPA_BOLS_V
12.2.2
-
VIEW: APPS.FTE_FPA_BOLS_V
12.1.1
-
VIEW: OKL.OKL_CNTRCT_FIN_EXTRACT_T#
12.2.2
-
VIEW: PV.PV_REFERRALS_B#
12.2.2
owner:PV, object_type:VIEW, object_name:PV_REFERRALS_B#, status:VALID,
-
PACKAGE: APPS.IEX_CNSLD_DELINQUENCY_PUB
12.1.1
-
PACKAGE: APPS.IEX_CNSLD_DELINQUENCY_PUB
12.2.2
-
View: PV_REFERRALS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_REFERRALS_VL, object_name:PV_REFERRALS_VL, status:VALID, product: PV - Partner Management , description: Referrals view , implementation_dba_data: APPS.PV_REFERRALS_VL ,
-
View: PV_REFERRALS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_REFERRALS_VL, object_name:PV_REFERRALS_VL, status:VALID, product: PV - Partner Management , description: Referrals view , implementation_dba_data: APPS.PV_REFERRALS_VL ,
-
APPS.PV_REFERRALS_PKG SQL Statements
12.1.1
-
APPS.PV_REFERRALS_PKG SQL Statements
12.2.2
-
View: AS_COLLATERAL_REQUESTS_V
12.1.1
product: AS - Sales Foundation , description: Collateral requests view , implementation_dba_data: Not implemented in this database ,
-
View: AS_COLLATERAL_REQUESTS_V
12.2.2
product: AS - Sales Foundation , description: Collateral requests view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PV_REFERRALS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_REFERRALS_VL, object_name:PV_REFERRALS_VL, status:VALID,
-
VIEW: APPS.PV_REFERRALS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PV.PV_REFERRALS_VL, object_name:PV_REFERRALS_VL, status:VALID,
-
TABLE: PV.PV_REFERRALS_B
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_REFERRALS_B, object_name:PV_REFERRALS_B, status:VALID,
-
TABLE: PV.PV_REFERRALS_B
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_REFERRALS_B, object_name:PV_REFERRALS_B, status:VALID,
-
VIEW: OKL.OKL_CNTRCT_FIN_EXTRACT_T#
12.2.2
owner:OKL, object_type:VIEW, object_name:OKL_CNTRCT_FIN_EXTRACT_T#, status:VALID,
-
VIEW: APPS.ARBPA_CUSTOMER_TRX_HEADER
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ARBPA_CUSTOMER_TRX_HEADER, object_name:ARBPA_CUSTOMER_TRX_HEADER, status:VALID,
-
APPS.OKL_CNTRCT_FIN_EXTRACT_PVT SQL Statements
12.1.1
-
APPS.PV_SQL_UTILITY SQL Statements
12.1.1
-
APPS.OKL_CNTRCT_FIN_EXTRACT_PVT SQL Statements
12.2.2
-
APPS.PV_SQL_UTILITY SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PV_REFERRALS_PKG
12.2.2
-
PACKAGE BODY: APPS.PV_REFERRALS_PKG
12.1.1
-
TABLE: OKL.OKL_CNTRCT_FIN_EXTRACT_T
12.1.1
owner:OKL, object_type:TABLE, object_name:OKL_CNTRCT_FIN_EXTRACT_T, status:VALID,
-
TABLE: OKL.OKL_CNTRCT_FIN_EXTRACT_T
12.2.2
owner:OKL, object_type:TABLE, object_name:OKL_CNTRCT_FIN_EXTRACT_T, status:VALID,
-
PACKAGE BODY: APPS.OKL_CNTRCT_FIN_EXTRACT_PVT
12.1.1
-
PACKAGE BODY: APPS.OKL_CNTRCT_FIN_EXTRACT_PVT
12.2.2
-
PACKAGE BODY: APPS.FUN_XML_REPORT_PKG
12.2.2
-
APPS.FUN_XML_REPORT_PKG SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PV_SQL_UTILITY
12.1.1
-
PACKAGE BODY: APPS.PV_SQL_UTILITY
12.2.2
-
APPS.PV_SQL_UTILITY dependencies on ARP_ADDR_LABEL_PKG
12.1.1
-
APPS.PV_SQL_UTILITY dependencies on ARP_ADDR_LABEL_PKG
12.2.2
-
eTRM - PV Tables and Views
12.2.2
description: PV User - custom entries ,
-
eTRM - PV Tables and Views
12.1.1
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
eTRM - OKL Tables and Views
12.1.1
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,
-
eTRM - OKL Tables and Views
12.2.2
description: Translatable columns from OKL_XTL_SELL_INVS_B, per MLS standards ,