Search Results arfv_locations
Overview
ARFV_LOCATIONS is a Receivables (AR) module view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It provides a consolidated, reporting-oriented representation of customer location and address data, denormalizing information that in the underlying data model is distributed across the Oracle Receivables and Oracle Trading Community Architecture (TCA) tables. The view surfaces the party site, account site, location, territory, and organization context required to identify and describe a customer's bill-to, ship-to, and general-purpose addresses.
The "FV" naming convention indicates a "flexfield view," a class of EBS views designed to expose descriptive flexfield values and lookup-derived coded meanings alongside their base columns. In ARFV_LOCATIONS this appears as literal lookup directives embedded in the SELECT list, such as '_LA:ADDRA.STATUS:AR_LOOKUPS:CODE_STATUS:MEANING', which instruct reporting and OA Framework layers to resolve the stored status code to its display meaning. The view is thus primarily consumed by Oracle Receivables forms, concurrent reports, and custom reporting integrations rather than by transactional processing.
Underlying Base Objects
Per ETRM documentation, ARFV_LOCATIONS is defined over the following base objects:
- HZ_CUST_ACCT_SITES — the account site (customer account address usage) driving the address identity, bill-to flag, status, and territory.
- HZ_PARTY_SITES — the party site linking the account site to the master location.
- HZ_LOCATIONS — the physical address (address lines, city, state, postal code, province, country).
- HZ_LOC_ASSIGNMENTS — the location assignment supplying the LOC_ID.
- HZ_CUST_ACCOUNTS and HZ_PARTIES — used to resolve the customer name and account context.
- RA_TERRITORIES — the Receivables territory, exposed through the TERR alias and TERRITORY_ID.
- FND_TERRITORIES_VL — the FND territory validation view providing TERRITORY_SHORT_NAME.
- HR_ALL_ORGANIZATION_UNITS — the organization unit supplying the operating unit (org) name via the ALOU alias.
The view text joins these through an inline subquery on HZ_CUST_ACCT_SITES, HZ_PARTY_SITES, HZ_LOCATIONS, and HZ_LOC_ASSIGNMENTS, then resolution joins to the organization units, FND territories, and Receivables territories. The resulting primary key is exposed as ADDRESS_ID, derived from CUST_ACCT_SITE_ID.
Key Columns
- ADDRESS_ID — unique identifier (CUST_ACCT_SITE_ID) for the account site.
- ADDRESS1..ADDRESS4 — concatenated address lines, space-delimited.
- CITY, STATE, POSTAL_CODE, PROVINCE — physical location attributes.
- STATUS — account site status code, resolved through AR_LOOKUPS (CODE_STATUS).
- TERRITORY_SHORT_NAME — territory short name from FND_TERRITORIES_VL.
- ORIG_SYSTEM_REFERENCE, ECE_TP_LOCATION_CODE — origin and e-commerce location identifiers.
- NAME (ALOU.NAME), CUSTOMER_NAME, TERR.NAME — resolved organization, customer, and territory names.
- ORG_ID, CUSTOMER_ID, LOCATION_ID, TERRITORY_ID — foreign keys to operating unit, customer account, location, and territory.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY — standard WHO audit columns.
Common Use Cases and Queries
Typical uses include customer address validation reports, bill-to/ship-to reconciliation, territory assignment analysis, and integrations that require a flattened customer location model. A representative query retrieving active bill-to addresses for an operating unit:
SELECT address_id, address1, city, state, postal_code, customer_name, territory_short_name, statusFROM apps.arfv_locationsWHERE org_id = :p_org_id AND status = 'A';
For territory-oriented analysis, filter on TERRITORY_ID or group by TERRITORY_SHORT_NAME to summarize customer locations per territory. Because the view already resolves lookup meanings and foreign-key names, it reduces the join complexity otherwise required against the TCA tables, making it suitable for custom concurrent programs and BI Publisher reports in EBS 12.1.1 and 12.2.2.
-
View: ARFV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_LOCATIONS, object_name:ARFV_LOCATIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_LOCATIONS ,
-
View: ARFV_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_LOCATIONS, object_name:ARFV_LOCATIONS, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.ARFV_LOCATIONS ,
-
SYNONYM: APPS.RA_TERRITORIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:RA_TERRITORIES, status:VALID,
-
SYNONYM: APPS.HZ_LOC_ASSIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_LOC_ASSIGNMENTS, status:VALID,
-
SYNONYM: APPS.RA_TERRITORIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:RA_TERRITORIES, status:VALID,
-
SYNONYM: APPS.HZ_LOC_ASSIGNMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_LOC_ASSIGNMENTS, status:VALID,
-
VIEW: APPS.ARFV_LOCATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_LOCATIONS, object_name:ARFV_LOCATIONS, status:VALID,
-
VIEW: APPS.ARFV_LOCATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARFV_LOCATIONS, object_name:ARFV_LOCATIONS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
SYNONYM: APPS.HZ_CUST_ACCT_SITES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCT_SITES, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCT_SITES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCT_SITES, status:VALID,
-
VIEW: APPS.FND_TERRITORIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_TERRITORIES_VL, object_name:FND_TERRITORIES_VL, status:VALID,
-
VIEW: APPS.FND_TERRITORIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_TERRITORIES_VL, object_name:FND_TERRITORIES_VL, status:VALID,
-
SYNONYM: APPS.HZ_LOCATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_LOCATIONS, status:VALID,
-
SYNONYM: APPS.HZ_LOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_LOCATIONS, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.HZ_CUST_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.HR_ALL_ORGANIZATION_UNITS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HR_ALL_ORGANIZATION_UNITS, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,