Search Results bill_postal_code
Overview
APPS.AR_SHIP_ADDRESS_V is a shipping and billing address resolution view in the Oracle E-Business Suite Receivables (AR) schema. It exists to present, in a single flat result set, the address of a customer's ship-to site use together with the corresponding bill-to site use, derived from the Trading Community Architecture (TCA) model. The view is a standard reporting and integration object used by Receivables forms, reports, and interface programs where a human-readable, pre-formatted mailing address is required.
The view is significant because it flattens the multi-level TCA hierarchy — party, party site, customer account, account site, and site use — into a denormalized structure, and because it applies formatting logic through FND_GLOBAL.LOCAL_CHR to insert the locale-appropriate comma and space separators into concatenated address lines. It also joins to FND_TERRITORIES_VL to substitute the territory short name for the country, producing addresses suitable for display and printing. In the context of a search for site_use_id, this view is relevant because HZ_CUST_SITE_USES is one of its core base objects, and site use identifiers are what distinguish a ship-to address from a bill-to address for the same account site.
Underlying Base Objects
The documented base objects for this view are:
- FND_GLOBAL (PACKAGE) — supplies LOCAL_CHR, used to build locale-aware delimiters.
- FND_TERRITORIES_VL (VIEW) — provides TERRITORY_SHORT_NAME for the formatted address text.
- HZ_CUST_ACCT_RELATE (SYNONYM) — customer account relationship data used to resolve billing relationships.
- HZ_CUST_ACCT_SITES (SYNONYM) — the customer account site, aliased A, providing account-site status.
- HZ_CUST_SITE_USES (SYNONYM) — the site uses, aliased SU for the ship-to use and SU_BILL / SU_BILL2 for bill-to uses; this is the object that carries SITE_USE_ID.
- HZ_LOCATIONS (SYNONYM) — the address itself, aliased A_LOC for the ship-to location and A_BILL_LOC for the bill-to location.
- HZ_PARTY_SITES (SYNONYM) — links the party to the location.
- DUAL (SYNONYM) — used for constant/derived expressions.
The view therefore sits on top of the HZ_* TCA tables, not on the legacy AR address tables, and its joins are driven by site use records within an account site.
Key Columns
- SITE_USE_ID — through the underlying HZ_CUST_SITE_USES rows; the ship-to use supplies the primary address, and SU_BILL2.SITE_USE_ID controls whether a bill-to address is returned.
- ADDRESS1, ADDRESS2 — first two address lines from HZ_LOCATIONS.
- ADDRESS3 — formatted address: ADDRESS3 and ADDRESS4 concatenated with city, state/province, postal code, and territory short name, using LOCAL_CHR separators.
- ADDRESS3_DB — the raw, unformatted ADDRESS3 value.
- ADDRESS — fully concatenated address built from 25-character substrings of each line.
- LOCATION, PRIMARY_FLAG, TERRITORY_ID, SU_STATUS — carried from the site use record.
- CITY, COUNTY, STATE, PROVINCE, COUNTRY, POSTAL_CODE — individual address attributes.
- A_STATUS — status of the customer account site.
- BILL_LOCATION, BILL_ADDRESS1, BILL_ADDRESS2, and the bill-to ADDRESS3 expression — bill-to counterparts, resolved via SU_BILL/SU_BILL2 and DECODE logic so that null bill-to site uses yield null bill-to values.
Common Use Cases and Queries
Typical uses include printing ship-to and bill-to addresses on Receivables documents, resolving the mailing address for a given site use, and reconciling ship-to versus bill-to assignments on an account. A representative query filtering by site use is:
- SELECT site_use_id, address1, address2, address3, city, state, postal_code, bill_address1 FROM apps.ar_ship_address_v WHERE site_use_id = :p_site_use_id;
- SELECT location, primary_flag, su_status, a_status FROM apps.ar_ship_address_v WHERE city = 'SAN FRANCISCO' AND status = 'A';
Because the view exposes both ship-to and bill-to data in the same row, it is frequently joined back to HZ_CUST_SITE_USES or HZ_CUST_ACCT_SITES on SITE_USE_ID to obtain the surrounding account context for reporting.
-
VIEW: APPS.AR_SHIP_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_ADDRESS_V, object_name:AR_SHIP_ADDRESS_V, status:VALID,
-
VIEW: APPS.AR_SHIP_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_ADDRESS_V, object_name:AR_SHIP_ADDRESS_V, status:VALID,
-
VIEW: APPS.PAFV_CUSTOMERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMERS, object_name:PAFV_CUSTOMERS, status:VALID,
-
View: PO_HEADERS_CHANGE_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_CHANGE_PRINT, object_name:PO_HEADERS_CHANGE_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_HEADERS_CHANGE_PRINT ,
-
View: PO_HEADERS_CHANGE_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_CHANGE_PRINT, object_name:PO_HEADERS_CHANGE_PRINT, status:VALID, product: PO - Purchasing , description: - Retrofitted , implementation_dba_data: APPS.PO_HEADERS_CHANGE_PRINT ,
-
VIEW: APPS.PO_HEADERS_CHANGE_PRINT
12.2.2
-
VIEW: APPS.PAFV_CUSTOMERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMERS, object_name:PAFV_CUSTOMERS, status:VALID,
-
View: AR_SHIP_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_ADDRESS_V, object_name:AR_SHIP_ADDRESS_V, status:VALID, product: AR - Receivables , description: Active Ship to Addresses , implementation_dba_data: APPS.AR_SHIP_ADDRESS_V ,
-
VIEW: APPS.PO_HEADERS_CHANGE_PRINT
12.1.1
-
View: AR_SHIP_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_ADDRESS_V, object_name:AR_SHIP_ADDRESS_V, status:VALID, product: AR - Receivables , description: Active Ship to Addresses , implementation_dba_data: APPS.AR_SHIP_ADDRESS_V ,
-
View: PAFV_CUSTOMERS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMERS, object_name:PAFV_CUSTOMERS, status:VALID, product: PA - Projects , description: This shows information about customers related to a project. , implementation_dba_data: APPS.PAFV_CUSTOMERS ,
-
VIEW: APPS.PO_HEADERS_CHANGE_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_CHANGE_PRINT, object_name:PO_HEADERS_CHANGE_PRINT, status:VALID,
-
View: PAFV_CUSTOMERS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PAFV_CUSTOMERS, object_name:PAFV_CUSTOMERS, status:VALID, product: PA - Projects , description: This shows information about customers related to a project. , implementation_dba_data: APPS.PAFV_CUSTOMERS ,
-
VIEW: APPS.PO_HEADERS_CHANGE_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_HEADERS_CHANGE_PRINT, object_name:PO_HEADERS_CHANGE_PRINT, status:VALID,
-
VIEW: APPS.CS_SYSTEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SYSTEMS_V, object_name:CS_SYSTEMS_V, status:VALID,
-
VIEW: APPS.CS_SYSTEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SYSTEMS_V, object_name:CS_SYSTEMS_V, status:VALID,
-
View: CS_SYSTEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SYSTEMS_V, object_name:CS_SYSTEMS_V, status:VALID, product: CS - Service , implementation_dba_data: APPS.CS_SYSTEMS_V ,
-
VIEW: APPS.CSI_SYSTEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_V, object_name:CSI_SYSTEMS_V, status:VALID,
-
VIEW: APPS.CSI_SYSTEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_V, object_name:CSI_SYSTEMS_V, status:VALID,
-
VIEW: APPS.AR_SHIP_ADDRESS_V
12.2.2
-
View: CSI_SYSTEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_V, object_name:CSI_SYSTEMS_V, status:VALID, product: CSI - Install Base , description: System Details with foreign key resolutions. , implementation_dba_data: APPS.CSI_SYSTEMS_V ,
-
View: CS_SYSTEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CS.CS_SYSTEMS_V, object_name:CS_SYSTEMS_V, status:VALID, product: CS - Service , implementation_dba_data: APPS.CS_SYSTEMS_V ,
-
View: CSI_SYSTEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSI.CSI_SYSTEMS_V, object_name:CSI_SYSTEMS_V, status:VALID, product: CSI - Install Base , description: System Details with foreign key resolutions. , implementation_dba_data: APPS.CSI_SYSTEMS_V ,
-
VIEW: APPS.AR_SHIP_ADDRESS_V
12.1.1
-
VIEW: APPS.PO_RFQ_HEADERS_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RFQ_HEADERS_PRINT, object_name:PO_RFQ_HEADERS_PRINT, status:VALID,
-
VIEW: APPS.PO_RFQ_HEADERS_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RFQ_HEADERS_PRINT, object_name:PO_RFQ_HEADERS_PRINT, status:VALID,
-
View: PO_RFQ_HEADERS_PRINT
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RFQ_HEADERS_PRINT, object_name:PO_RFQ_HEADERS_PRINT, status:VALID, product: PO - Purchasing , description: Print view of RFQ headers , implementation_dba_data: APPS.PO_RFQ_HEADERS_PRINT ,
-
View: PO_RFQ_HEADERS_PRINT
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_RFQ_HEADERS_PRINT, object_name:PO_RFQ_HEADERS_PRINT, status:VALID, product: PO - Purchasing , description: Print view of RFQ headers , implementation_dba_data: APPS.PO_RFQ_HEADERS_PRINT ,
-
VIEW: APPS.CSI_SYSTEMS_V
12.2.2
-
VIEW: APPS.CSI_SYSTEMS_V
12.1.1
-
VIEW: APPS.CS_SYSTEMS_V
12.1.1
-
VIEW: APPS.CS_SYSTEMS_V
12.2.2
-
PACKAGE: APPS.JG_JGZZARIN_XMLP_PKG
12.1.1
-
PACKAGE: APPS.JG_JGZZARIN_XMLP_PKG
12.2.2
-
PACKAGE BODY: APPS.JG_JGZZARIN_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.JG_JGZZARIN_XMLP_PKG
12.2.2
-
APPS.CSI_SYSTEMS_PVT SQL Statements
12.2.2
-
APPS.CSI_SYSTEMS_PVT SQL Statements
12.1.1
-
APPS.PON_PRINTING_PKG SQL Statements
12.1.1
-
APPS.PON_PRINTING_PKG SQL Statements
12.2.2
-
PACKAGE: APPS.CSI_DATASTRUCTURES_PUB
12.1.1
-
PACKAGE: APPS.CSI_DATASTRUCTURES_PUB
12.2.2
-
PACKAGE BODY: APPS.PON_PRINTING_PKG
12.1.1
-
PACKAGE BODY: APPS.PON_PRINTING_PKG
12.2.2
-
PACKAGE BODY: APPS.CSI_SYSTEMS_PVT
12.1.1
-
PACKAGE BODY: APPS.CSI_SYSTEMS_PVT
12.2.2
-
PACKAGE BODY: APPS.CSI_DATASTRUCTURES_PUB_W
12.2.2
-
PACKAGE BODY: APPS.CSI_DATASTRUCTURES_PUB_W
12.1.1
-
APPS.CSI_DATASTRUCTURES_PUB dependencies on FND_API
12.1.1
-
APPS.CSI_DATASTRUCTURES_PUB dependencies on FND_API
12.2.2