Search Results ar_location_values
Overview
The AR_LOCATION_VALUES view is a critical data object within Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically architected for the Receivables (AR) module. It serves as a standardized interface for querying the hierarchical structure of location values, such as countries, states, and cities, defined within the Trading Community Architecture (TCA). This view translates the complex, normalized geography data stored in the HZ_GEOGRAPHIES table into a format that aligns with the AR Location Flexfield (ID_FLEX_CODE='RLOC'). Its primary role is to support the validation and display of location segments within AR forms and reports, ensuring data integrity and consistency across customer and site addresses.
Key Information Stored
The view consolidates data from multiple TCA and Application Object Library (FND) tables, presenting key location attributes. Important columns include LOCATION_SEGMENT_ID (the unique GEOGRAPHY_ID), LOCATION_SEGMENT_QUALIFIER (the GEOGRAPHY_TYPE, e.g., COUNTRY, STATE), and LOCATION_SEGMENT_VALUE (the GEOGRAPHY_NAME). The hierarchical relationship is established through PARENT_SEGMENT_ID, which links a child geography to its parent. The LOCATION_STRUCTURE_ID column ties the data to a specific Location Flexfield structure. The view also exposes standard WHO columns (CREATED_BY, CREATION_DATE), REQUEST_ID for concurrent program tracking, and fifteen descriptive flexfield ATTRIBUTE columns for extensibility. The COUNTRY_CODE is a direct denormalization from the source geography record.
Common Use Cases and Queries
This view is predominantly used for populating list of values (LOVs) and validation within AR transactions and customer data entry. A common reporting use case is to generate a hierarchical list of all valid location values for a given structure. For example, to list all states and their cities for a specific country within a given flexfield structure, one might query:
- SELECT location_segment_value, parent_segment_id FROM apps.ar_location_values WHERE location_structure_id = &structure_num AND location_segment_qualifier IN ('STATE','CITY') ORDER BY parent_segment_id, location_segment_value;
Another typical pattern is to join this view to customer site data (HZ_CUST_SITE_USES_ALL, HZ_CUST_ACCT_SITES_ALL) to report on customer distribution by geography, leveraging the standardized location values for consistent grouping and filtering in analytical queries.
Related Objects
AR_LOCATION_VALUES is intrinsically linked to the TCA foundation and the Flexfield architecture. Its primary source tables are HZ_GEOGRAPHIES and HZ_RELATIONSHIPS, which store the master geography data and hierarchical links. It depends on FND_ID_FLEX_SEGMENTS and FND_SEGMENT_ATTRIBUTE_VALUES to map geography types to specific segments of the 'RLOC' flexfield. This view is a core component for the AR Location Flexfield validation and is referenced by underlying AR forms and APIs that require validated location data. Related key views include FND_FLEX_VALUE_SETS and FND_FLEX_VALUES, though AR_LOCATION_VALUES provides the specific TCA-geography implementation for Receivables.
-
View: AR_LOCATION_VALUES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AR_LOCATION_VALUES, object_name:AR_LOCATION_VALUES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.AR_LOCATION_VALUES ,
-
Table: AR_LOCATION_VALUES
12.1.1
product: AR - Receivables , description: Defines the location and description for each of the value sets used in the Sales Tax Location flexfield , implementation_dba_data: Not implemented in this database ,
-
Table: AR_LOCATION_VALUES
12.2.2
product: AR - Receivables , description: Defines the location and description for each of the value sets used in the Sales Tax Location flexfield , implementation_dba_data: Not implemented in this database ,
-
View: AR_LOCATION_VALUES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AR_LOCATION_VALUES, object_name:AR_LOCATION_VALUES, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.AR_LOCATION_VALUES ,
-
APPS.AS_OSI_LEAD_PUB dependencies on AR_LOCATION_VALUES
12.2.2
-
APPS.ARRX_SALES_TAX_REP dependencies on AR_LOCATION_VALUES
12.1.1
-
APPS.HZ_CUSTOMER_INT dependencies on AR_LOCATION_VALUES
12.2.2
-
APPS.ARP_ADDS_MINUS99 dependencies on AR_LOCATION_VALUES
12.2.2
-
APPS.ARP_ALOC_PKG dependencies on AR_LOCATION_VALUES
12.1.1
-
APPS.HZ_CUSTOMER_INT dependencies on AR_LOCATION_VALUES
12.1.1
-
APPS.ARP_ALOC_PKG dependencies on AR_LOCATION_VALUES
12.2.2
-
APPS.ARP_ADDS_MINUS99 dependencies on AR_LOCATION_VALUES
12.1.1
-
APPS.ARRX_SALES_TAX_REP dependencies on AR_LOCATION_VALUES
12.2.2
-
APPS.AS_OSI_LEAD_PUB dependencies on AR_LOCATION_VALUES
12.1.1
-
VIEW: APPS.OE_INLINE_FOUR_LEVEL_V
12.1.1
-
VIEW: APPS.OE_INLINE_THREE_LEVEL_V
12.2.2
-
APPS.HZ_CUSTOMER_INT dependencies on AR_LOCATION_RATES
12.2.2
-
APPS.HZ_CUSTOMER_INT dependencies on AR_LOCATION_RATES
12.1.1
-
VIEW: APPS.AR_LOC_FOUR_LEVEL_V
12.2.2
-
VIEW: APPS.AR_LOC_FOUR_LEVEL_V
12.1.1
-
VIEW: APPS.OE_INLINE_FOUR_LEVEL_V
12.2.2
-
VIEW: APPS.AR_LOC_THREE_LEVEL_V
12.2.2
-
VIEW: APPS.AR_LOC_THREE_LEVEL_V
12.1.1
-
VIEW: APPS.AR_LOCVS_LOV_V
12.2.2
-
View: OE_INLINE_THREE_LEVEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_INLINE_THREE_LEVEL_V, object_name:OE_INLINE_THREE_LEVEL_V, status:VALID, product: ONT - Order Management , description: Used in Add Customer. Based on table ar_location_values. , implementation_dba_data: APPS.OE_INLINE_THREE_LEVEL_V ,
-
VIEW: APPS.OE_INLINE_THREE_LEVEL_V
12.1.1
-
View: AR_LOC_FOUR_LEVEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOC_FOUR_LEVEL_V, object_name:AR_LOC_FOUR_LEVEL_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_LOC_FOUR_LEVEL_V ,
-
VIEW: APPS.AR_LOC_TWO_LEVEL_V
12.2.2
-
View: OE_INLINE_FOUR_LEVEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_INLINE_FOUR_LEVEL_V, object_name:OE_INLINE_FOUR_LEVEL_V, status:VALID, product: ONT - Order Management , description: Used in Add Customer. Based on table ar_location_values. , implementation_dba_data: APPS.OE_INLINE_FOUR_LEVEL_V ,
-
View: OE_INLINE_FOUR_LEVEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_INLINE_FOUR_LEVEL_V, object_name:OE_INLINE_FOUR_LEVEL_V, status:VALID, product: ONT - Order Management , description: Used in Add Customer. Based on table ar_location_values. , implementation_dba_data: APPS.OE_INLINE_FOUR_LEVEL_V ,
-
VIEW: APPS.AR_LOCVS_LOV_V
12.1.1
-
View: AR_LOC_FOUR_LEVEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOC_FOUR_LEVEL_V, object_name:AR_LOC_FOUR_LEVEL_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_LOC_FOUR_LEVEL_V ,
-
VIEW: APPS.AR_LOC_TWO_LEVEL_V
12.1.1
-
View: AR_LOC_THREE_LEVEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOC_THREE_LEVEL_V, object_name:AR_LOC_THREE_LEVEL_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_LOC_THREE_LEVEL_V ,
-
View: OE_INLINE_THREE_LEVEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_INLINE_THREE_LEVEL_V, object_name:OE_INLINE_THREE_LEVEL_V, status:VALID, product: ONT - Order Management , description: Used in Add Customer. Based on table ar_location_values. , implementation_dba_data: APPS.OE_INLINE_THREE_LEVEL_V ,
-
View: AR_LOC_THREE_LEVEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOC_THREE_LEVEL_V, object_name:AR_LOC_THREE_LEVEL_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_LOC_THREE_LEVEL_V ,
-
View: OE_INLINE_TWO_LEVEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_INLINE_TWO_LEVEL_V, object_name:OE_INLINE_TWO_LEVEL_V, status:VALID, product: ONT - Order Management , description: Used in Add Customer. Based on table ar_location_values. , implementation_dba_data: APPS.OE_INLINE_TWO_LEVEL_V ,
-
VIEW: APPS.AR_LOC_ONE_LEVEL_V
12.2.2
-
APPS.ARRX_SALES_TAX_REP dependencies on AR_SYSTEM_PARAMETERS
12.1.1
-
View: OE_INLINE_ONE_LEVEL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_INLINE_ONE_LEVEL_V, object_name:OE_INLINE_ONE_LEVEL_V, status:VALID, product: ONT - Order Management , description: Used in Add Customer. Based on table ar_location_values. , implementation_dba_data: APPS.OE_INLINE_ONE_LEVEL_V ,
-
View: OE_INLINE_ONE_LEVEL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ONT.OE_INLINE_ONE_LEVEL_V, object_name:OE_INLINE_ONE_LEVEL_V, status:VALID, product: ONT - Order Management , description: Used in Add Customer. Based on table ar_location_values. , implementation_dba_data: APPS.OE_INLINE_ONE_LEVEL_V ,
-
TABLE: AR.AR_LOC_COMBINATIONS_OLD
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_LOC_COMBINATIONS_OLD, object_name:AR_LOC_COMBINATIONS_OLD, status:VALID,
-
TABLE: AR.AR_LOC_COMBINATIONS_OLD
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_LOC_COMBINATIONS_OLD, object_name:AR_LOC_COMBINATIONS_OLD, status:VALID,
-
VIEW: APPS.TAX_EXEMPTIONS_QP_V
12.2.2
-
VIEW: APPS.AR_LOC_ONE_LEVEL_V
12.1.1
-
VIEW: APPS.OE_INLINE_ONE_LEVEL_V
12.1.1
-
APPS.ARP_ALOC_PKG SQL Statements
12.2.2
-
VIEW: APPS.OE_INLINE_ONE_LEVEL_V
12.2.2
-
View: AR_LOCVS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOCVS_LOV_V, object_name:AR_LOCVS_LOV_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_LOCVS_LOV_V ,
-
View: AR_LOCVS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOCVS_LOV_V, object_name:AR_LOCVS_LOV_V, status:VALID, product: AR - Receivables , description: (Release 10SC Only) , implementation_dba_data: APPS.AR_LOCVS_LOV_V ,