Search Results address_expiration_date
Overview
APPS.CSC_HZ_LOCATIONS_V is a reporting and integration view shipped in Oracle E-Business Suite Release 12.1.1 and 12.2.2. It exposes a curated projection of the HZ_LOCATIONS entity, the Trading Community Architecture (TCA) table that stores the party and location addresses used across Receivables, Order Management, Service, and other modules. The view is owned by the APPS schema and is intended to provide a stable, simplified address interface for concurrent programs, Oracle Reports, Oracle Forms, and external integrations that should not query the base table directly.
Compared with HZ_LOCATIONS, the view narrows the column list to the attributes most commonly required for address display and processing, and it derives an additional ADDRESS column by concatenating ADDRESS1 through ADDRESS4 with semicolon delimiters. This formatting supports downstream reports and interfaces that expect a single free-form address line while preserving the discrete address elements.
Underlying Base Objects
The view is defined over a single referenced base object: HZ_LOCATIONS, accessed through a synonym in the APPS schema. The view definition is a straight SELECT from that table with no joins, unions, or aggregation, so row cardinality matches HZ_LOCATIONS exactly and no filtering is applied. The presence of last_update_date, last_updated_by, creation_date, created_by, and last_update_login indicates the standard WHO columns are carried through for audit and change-detection purposes. WH_UPDATE_DATE is also exposed, reflecting warehouse or data-merge update tracking used by TCA. Because the view is a thin wrapper, no additional indexing or tuning is introduced by the view itself; performance is governed entirely by HZ_LOCATIONS and its indexes.
Key Columns
- LOCATION_ID — Primary identifier of the location record; the join key to HZ_PARTY_SITES and related TCA entities.
- ADDRESS — Derived, delimited concatenation of ADDRESS1, ADDRESS2, ADDRESS3, and ADDRESS4. Null intermediate components are skipped so the semicolon separator appears only between populated elements.
- ADDRESS1–ADDRESS4 — Individual address lines retained for structured formatting and validation.
- CITY, STATE, PROVINCE, COUNTY, POSTAL_CODE, POSTAL_PLUS4_CODE, COUNTRY — Geographic components used for mailing, tax, and validation logic.
- ADDRESS_STYLE — Indicates the formatting style applied to the address.
- ADDRESS_EFFECTIVE_DATE — Date from which the address is valid.
- ADDRESS_EXPIRATION_DATE — Date after which the address is no longer valid. This is the column most relevant to the searched term; it allows callers to distinguish active addresses from expired ones, a common requirement in customer master and party-site reporting.
- ORIG_SYSTEM_REFERENCE — Identifier of the source system that originally created the location, supporting multi-source data consolidation.
- CONTENT_SOURCE_TYPE — Classifies the origin of the address content.
- Audit columns — LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, LAST_UPDATE_LOGIN, WH_UPDATE_DATE for change tracking and incremental extraction.
Common Use Cases and Queries
Typical scenarios include customer and supplier address reporting, data migration extracts, address validation feeds, and integrations that must refresh addresses incrementally. Because ADDRESS_EXPIRATION_DATE is exposed, a frequent pattern is to retrieve only currently effective addresses:
- Party-site address listings that filter or partition records by ADDRESS_EXPIRATION_DATE to exclude superseded addresses.
- Incremental extracts using LAST_UPDATE_DATE and WH_UPDATE_DATE for change data capture.
- Displays in custom Forms or Reports requiring a single formatted ADDRESS string.
Sample query:
SELECT location_id, address, city, state, postal_code, country, address_effective_date, address_expiration_date FROM apps.csc_hz_locations_v WHERE (address_expiration_date IS NULL OR address_expiration_date >= SYSDATE) ORDER BY address_expiration_date;
For historical analysis, remove the expiration predicate or bound it with SYSDATE to identify expired addresses. In all cases the view returns one row per HZ_LOCATIONS record, so joins to HZ_PARTY_SITES on LOCATION_ID are required to associate addresses with specific parties and sites.
-
VIEW: APPS.CSC_HZ_LOCATIONS_V
12.1.1
-
View: CSC_HZ_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_LOCATIONS_V, object_name:CSC_HZ_LOCATIONS_V, status:VALID, product: CSC - Customer Care , description: View of HZ_LOCATIONS. This view is used to get Location details. , implementation_dba_data: APPS.CSC_HZ_LOCATIONS_V ,
-
View: CSC_HZ_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_LOCATIONS_V, object_name:CSC_HZ_LOCATIONS_V, status:VALID, product: CSC - Customer Care , description: View of HZ_LOCATIONS. This view is used to get Location details. , implementation_dba_data: APPS.CSC_HZ_LOCATIONS_V ,
-
View: IGS_GR_VENUE_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_VENUE_ADDR_V, object_name:IGS_GR_VENUE_ADDR_V, status:VALID, product: IGS - Student System , description: IGS_GR_VENUE_ADDR_V is used to maintain venue addresses. , implementation_dba_data: APPS.IGS_GR_VENUE_ADDR_V ,
-
View: IGS_GR_VENUE_ADDR_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_GR_VENUE_ADDR_V is used to maintain venue addresses. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_AD_LOCVENUE_ADDR_V
12.1.1
-
VIEW: APPS.IGS_GR_VENUE_ADDR
12.1.1
-
VIEW: APPS.IGS_GR_VENUE_ADDR_V
12.1.1
-
VIEW: AR.HZ_LOCATIONS#
12.2.2
-
VIEW: APPS.CSC_HZ_LOCATIONS_V
12.2.2
-
APPS.PO_LOCATIONS_S SQL Statements
12.1.1
-
APPS.PO_LOCATIONS_S SQL Statements
12.2.2
-
VIEW: APPS.RRS_LOCATIONS_V
12.1.1
-
View: IGS_PE_ADDR_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_GR_VENUE_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_VENUE_ADDR_V, object_name:IGS_GR_VENUE_ADDR_V, status:VALID,
-
APPS.RCV_TRANSACTION_SV SQL Statements
12.2.2
-
APPS.RCV_TRANSACTION_SV SQL Statements
12.1.1
-
View: IGS_PE_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ADDR_V, object_name:IGS_PE_ADDR_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PE_ADDR_V ,
-
VIEW: APPS.RRS_LOCATIONS_V
12.2.2
-
View: IGS_PE_PERSON_ADDR
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_PERSON_ADDR describes the address information of a person , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERSON_ADDR_V
12.2.2
product: IGS - Student System (Obsolete) , description: IGS_PE_PERSON_ADDR_V describes the person address details , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PE_PERSON_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ADDR_V, object_name:IGS_PE_PERSON_ADDR_V, status:VALID, product: IGS - Student System , description: IGS_PE_PERSON_ADDR_V describes the person address details , implementation_dba_data: APPS.IGS_PE_PERSON_ADDR_V ,
-
View: IGS_PE_PERSON_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_PERSON_ADDR, object_name:IGS_PE_PERSON_ADDR, status:VALID, product: IGS - Student System , description: IGS_PE_PERSON_ADDR describes the address information of a person , implementation_dba_data: APPS.IGS_PE_PERSON_ADDR ,
-
VIEW: APPS.CSC_HZ_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_LOCATIONS_V, object_name:CSC_HZ_LOCATIONS_V, status:VALID,
-
View: IBE_ORDER_SHIPMENTS_V
12.1.1
product: IBE - iStore , implementation_dba_data: Not implemented in this database ,
-
TABLE: AR.HZ_LOCATION_VAL_GT
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOCATION_VAL_GT, object_name:HZ_LOCATION_VAL_GT, status:VALID,
-
VIEW: APPS.IEX_LOCATIONS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IEX_LOCATIONS_V, status:VALID,
-
TABLE: AR.HZ_LOCATION_VAL_GT
12.1.1
owner:AR, object_type:TABLE, object_name:HZ_LOCATION_VAL_GT, status:VALID,
-
VIEW: APPS.IEX_LOCATIONS_V
12.1.1
-
View: IBE_ORDER_SHIPMENTS_V
12.2.2
product: IBE - iStore , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IEX_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IEX_LOCATIONS_V, status:VALID,
-
VIEW: APPS.IEX_LOCATIONS_V
12.2.2
-
VIEW: APPS.IGS_PE_ADDR_V
12.1.1
-
View: IGS_GR_VENUE_ADDR
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: IGS_GR_VENUE_ADDR
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_GR_VENUE_ADDR, object_name:IGS_GR_VENUE_ADDR, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_GR_VENUE_ADDR ,
-
View: IBE_ORDER_QUOTE_HEADERS_V
12.2.2
product: IBE - iStore , implementation_dba_data: Not implemented in this database ,
-
View: AMS_LT_HZ_LOCATIONS
12.2.2
product: AMS - Marketing , description: Data Source view based on hz_locations , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PE_PERSON_ADDR
12.1.1
-
VIEW: APPS.IGS_PE_PERSON_ADDR_V
12.1.1
-
View: IGS_AD_LOCVENUE_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_AD_LOCVENUE_ADDR_V, object_name:IGS_AD_LOCVENUE_ADDR_V, status:VALID, product: IGS - Student System , description: Shows the location, venue, and address details , implementation_dba_data: APPS.IGS_AD_LOCVENUE_ADDR_V ,
-
View: IBE_ORDER_QUOTE_HEADERS_V
12.1.1
product: IBE - iStore , implementation_dba_data: Not implemented in this database ,
-
View: AMS_LT_HZ_LOCATIONS
12.1.1
product: AMS - Marketing , description: Data Source view based on hz_locations , implementation_dba_data: Not implemented in this database ,
-
View: IGS_AD_LOCVENUE_ADDR_V
12.2.2
product: IGS - Student System (Obsolete) , description: Shows the location, venue, and address details , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.CSC_HZ_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSC.CSC_HZ_LOCATIONS_V, object_name:CSC_HZ_LOCATIONS_V, status:VALID,
-
View: AMS_PERSON_LOCATIONS_V
12.2.2
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
View: AMS_ORG_LOCATIONS_V
12.1.1
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
View: AMS_PERSON_LOCATIONS_V
12.1.1
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
View: AMS_ORG_LOCATIONS_V
12.2.2
product: AMS - Marketing , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AST_LOCATIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AST.AST_LOCATIONS_V, object_name:AST_LOCATIONS_V, status:VALID,
-
VIEW: APPS.IGS_PE_ADDR_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_ADDR_V, object_name:IGS_PE_ADDR_V, status:VALID,