Search Results location
The AR_LOCATION_VALUES
table in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical data structure within the Accounts Receivable (AR) module, primarily used to store location-specific values associated with customer addresses. This table plays a pivotal role in maintaining geographic and tax-related information, ensuring accurate invoicing, tax calculations, and reporting. Below is a detailed breakdown of its purpose, structure, and key relationships.
Purpose and Functional Context
TheAR_LOCATION_VALUES
table stores supplementary location attributes for customer sites, enabling granular tax determination and regulatory compliance. It is tightly integrated with the HZ_LOCATIONS
(TCA) and RA_CUSTOMER_TRX
tables, ensuring that location-based rules (e.g., tax jurisdictions, shipping zones) are applied correctly during transaction processing. Key use cases include:
- Tax Calculation: Stores tax identifiers (e.g., VAT registration numbers) and jurisdictional codes required for automated tax engines like Oracle E-Business Tax.
- Address Validation: Augments TCA (Trading Community Architecture) address data with AR-specific attributes.
- Reporting: Supports regional sales analysis by linking transactions to geographic hierarchies.
Table Structure and Key Columns
The table's schema includes columns that map to TCA locations while adding AR-specific extensions:- LOCATION_ID: Foreign key to
HZ_LOCATIONS.LOCATION_ID
, linking to the TCA address. - LOCATION_VALUE_ID: Primary key, uniquely identifying each record.
- GEOGRAPHY_ID: References
HZ_GEOGRAPHIES
for spatial hierarchies. - TAX_CODE: Stores jurisdiction-specific tax codes (e.g., for sales tax).
- ATTRIBUTE_CATEGORY/ATTRIBUTE1-15: Flexfields for custom attributes.
- CREATION_DATE, LAST_UPDATE_DATE: Audit columns for compliance.
Integration with Other Modules
AR_LOCATION_VALUES
interacts with:
- TCA (HZ_LOCATIONS): Extends base address data with AR-specific values.
- E-Business Tax: Provides tax jurisdiction data via
ZX_JURISDICTIONS
. - Order Management (OM): Shares location data for shipping and invoicing.
Data Flow and Usage Scenarios
- Customer Creation: When a new customer site is added in TCA, AR populates
AR_LOCATION_VALUES
via AutoInvoice or manual entry. - Transaction Processing: During invoice generation, the system queries this table to determine tax rules based on the ship-to/bill-to locations.
- Compliance Reporting: Tax reports leverage location values to aggregate data by jurisdiction.
Customization and Extensions
Organizations often extend the table via:- Descriptive Flexfields (DFFs): Adding industry-specific attributes (e.g., export licenses).
- Triggers/APIs: Custom validations using
AR_LOCATION_VALUES_PKG
.
Performance Considerations
Indexes onLOCATION_ID
and GEOGRAPHY_ID
are critical for join performance with TCA tables. Partitioning may be employed for large-scale deployments.
Conclusion
TheAR_LOCATION_VALUES
table is a linchpin in Oracle EBS AR, bridging TCA addresses with transactional tax and compliance logic. Its design ensures scalability and flexibility, supporting global deployments with complex regulatory requirements. Proper configuration of this table is essential for accurate tax determination and customer communication.
-
File: PARTY,LOCATION,CONTACT.pdf
12.2.2
product: AR - Receivables , size: 97.056 KBytes , file_type: PDF Diagram ,
-
File: PARTY,LOCATION,CONTACT.pdf
12.1.1
product: AR - Receivables , size: 97.056 KBytes , file_type: PDF Diagram ,
-
Lookup Type: HZ_ELOCATION_TYPE
12.1.1
product: AR - Receivables , meaning: Location Type , description: Location Type ,
-
Lookup Type: HZ_ELOCATION_TYPE
12.2.2
product: AR - Receivables , meaning: Location Type , description: Location Type ,
-
View: AR_DEFAULT_TAX_CODE_V
12.1.1
product: AR - Receivables , description: View used to implement defaults of Tax Codes from within Order Entry , implementation_dba_data: Not implemented in this database ,
-
View: AR_DEFAULT_TAX_CODE_V
12.2.2
product: AR - Receivables , description: View used to implement defaults of Tax Codes from within Order Entry , implementation_dba_data: Not implemented in this database ,
-
Lookup Type: HZ_LOCATION_GEOMETRY_STATUS
12.1.1
product: AR - Receivables , meaning: Spatial Information Update Status , description: Spatial Data Integration status for given record ,
-
Lookup Type: HZ_LOCATION_GEOMETRY_STATUS
12.2.2
product: AR - Receivables , meaning: Spatial Information Update Status , description: Spatial Data Integration status for given record ,
-
Lookup Type: TAX_INTERFACE_ACTION
12.1.1
product: AR - Receivables , meaning: Tax Interface Action , description: Tax Interface Actions ,
-
Lookup Type: TAX_INTERFACE_ACTION
12.2.2
product: AR - Receivables , meaning: Tax Interface Action , description: Tax Interface Actions ,
-
Lookup Type: TAX_TYPE
12.2.2
product: AR - Receivables , meaning: Tax Type , description: Tax Types ,
-
Lookup Type: TAX_TYPE
12.1.1
product: AR - Receivables , meaning: Tax Type , description: Tax Types ,
-
Lookup Type: SORT_BY_ARXSTTEC
12.1.1
product: AR - Receivables , meaning: Sort By Arxsttec , description: Sort by options for ARXSTTEC report ,
-
Lookup Type: HZ_LOC_SEARCH_BY
12.1.1
product: AR - Receivables , meaning: Location Search , description: Location Search ,
-
Lookup Type: HZ_LOC_SEARCH_BY
12.2.2
product: AR - Receivables , meaning: Location Search , description: Location Search ,
-
Lookup Type: SORT_BY_ARXSTTEC
12.2.2
product: AR - Receivables , meaning: Sort By Arxsttec , description: Sort by options for ARXSTTEC report ,
-
Lookup Type: HQ_BRANCH_IND
12.2.2
product: AR - Receivables , meaning: Hq Branch Ind , description: Headquarters Branch Indicator ,
-
Lookup Type: HQ_BRANCH_IND
12.1.1
product: AR - Receivables , meaning: Hq Branch Ind , description: Headquarters Branch Indicator ,
-
Lookup Type: PARTY_SITE_LOGICAL_ATTRIB_LIST
12.1.1
product: AR - Receivables , meaning: Party Site Logical Entity Attribute List , description: Attribute List of the Party Site Logical Entity ,
-
Lookup Type: PARTY_SITE_LOGICAL_ATTRIB_LIST
12.2.2
product: AR - Receivables , meaning: Party Site Logical Entity Attribute List , description: Attribute List of the Party Site Logical Entity ,
-
Lookup Type: HZ_BUSINESS_OBJECTS
12.2.2
product: AR - Receivables , meaning: TCA Business Objects , description: TCA Business Objects ,
-
Lookup Type: HZ_BUSINESS_OBJECTS
12.1.1
product: AR - Receivables , meaning: TCA Business Objects , description: TCA Business Objects ,
-
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 ,
-
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_OLD
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_LOCATION_VALUES_OLD, object_name:AR_LOCATION_VALUES_OLD, status:VALID, 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: AR.AR_LOCATION_VALUES_OLD ,
-
View: AR_TA_PROM_CUST_MAP_V
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_TA_PROM_CUST_MAP_V
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
View: AR_TA_CUST_INT
12.2.2
product: AR - Receivables , description: SINGLE_ORG view , implementation_dba_data: Not implemented in this database ,
-
View: TAX_EXEMPTIONS_QP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.TAX_EXEMPTIONS_QP_V, object_name:TAX_EXEMPTIONS_QP_V, status:VALID, product: AR - Receivables , description: Lists Candidate Exemption Certificates for the Bill To Customer and the Ship To Site , implementation_dba_data: APPS.TAX_EXEMPTIONS_QP_V ,
-
View: AR_MERGE_ADDRESSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_MERGE_ADDRESSES_V, object_name:AR_MERGE_ADDRESSES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_MERGE_ADDRESSES_V ,
-
View: AR_TA_CUST_INT
12.1.1
product: AR - Receivables , description: SINGLE_ORG view , implementation_dba_data: Not implemented in this database ,
-
View: TAX_EXEMPTIONS_QP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.TAX_EXEMPTIONS_QP_V, object_name:TAX_EXEMPTIONS_QP_V, status:VALID, product: AR - Receivables , description: Lists Candidate Exemption Certificates for the Bill To Customer and the Ship To Site , implementation_dba_data: APPS.TAX_EXEMPTIONS_QP_V ,
-
View: AR_MERGE_ADDRESSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_MERGE_ADDRESSES_V, object_name:AR_MERGE_ADDRESSES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_MERGE_ADDRESSES_V ,
-
View: HZ_MERGE_ADDRESSES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_MERGE_ADDRESSES_V, object_name:HZ_MERGE_ADDRESSES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_MERGE_ADDRESSES_V ,
-
Table: AR_LOCATION_VALUES_OLD
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.AR_LOCATION_VALUES_OLD, object_name:AR_LOCATION_VALUES_OLD, status:VALID, 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: AR.AR_LOCATION_VALUES_OLD ,
-
View: HZ_MERGE_ADDRESSES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.HZ_MERGE_ADDRESSES_V, object_name:HZ_MERGE_ADDRESSES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.HZ_MERGE_ADDRESSES_V ,
-
Lookup Type: BUSINESS_DETAILS
12.2.2
product: AR - Receivables , meaning: Business Details , description: Business Details ,
-
Lookup Type: BUSINESS_DETAILS
12.1.1
product: AR - Receivables , meaning: Business Details , description: Business Details ,
-
View: AR_SHIP_TO_ADDRESSES_ACTIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_TO_ADDRESSES_ACTIVE_V, object_name:AR_SHIP_TO_ADDRESSES_ACTIVE_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_SHIP_TO_ADDRESSES_ACTIVE_V ,
-
View: AR_BILL_TO_ADDRESSES_ACTIVE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BILL_TO_ADDRESSES_ACTIVE_V, object_name:AR_BILL_TO_ADDRESSES_ACTIVE_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BILL_TO_ADDRESSES_ACTIVE_V ,
-
View: AR_SHIP_TO_ADDRESSES_ACTIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_TO_ADDRESSES_ACTIVE_V, object_name:AR_SHIP_TO_ADDRESSES_ACTIVE_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_SHIP_TO_ADDRESSES_ACTIVE_V ,
-
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: 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: AR_BILL_TO_ADDRESSES_ACTIVE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BILL_TO_ADDRESSES_ACTIVE_V, object_name:AR_BILL_TO_ADDRESSES_ACTIVE_V, status:VALID, product: AR - Receivables , description: (Release 11.5 Only) , implementation_dba_data: APPS.AR_BILL_TO_ADDRESSES_ACTIVE_V ,
-
View: AR_BILL_DRAWEE_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_BILL_DRAWEE_ADDRESS_V, object_name:AR_BILL_DRAWEE_ADDRESS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_BILL_DRAWEE_ADDRESS_V ,
-
Table: STEPSTRE_TBL
12.2.2
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
Table: STEPSTRE_TBL
12.1.1
product: AR - Receivables , implementation_dba_data: Not implemented in this database ,
-
Table: HZ_GEO_STRUCT_MAP
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_GEO_STRUCT_MAP, object_name:HZ_GEO_STRUCT_MAP, status:VALID, product: AR - Receivables , description: The HZ_GEO_STRUCT_MAP table stores the map attributes for which a mapping of location components and geography types are defined. , implementation_dba_data: AR.HZ_GEO_STRUCT_MAP ,
-
Table: HZ_GEO_NAME_REFERENCES
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_GEO_NAME_REFERENCES, object_name:HZ_GEO_NAME_REFERENCES, status:VALID, product: AR - Receivables , description: Stores the mapping between location elements and Master Reference geography elements based on Geography Name Matching. , implementation_dba_data: AR.HZ_GEO_NAME_REFERENCES ,
-
Table: HZ_GEO_NAME_REFERENCE_LOG
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_GEO_NAME_REFERENCE_LOG, object_name:HZ_GEO_NAME_REFERENCE_LOG, status:VALID, product: AR - Receivables , description: Stores the mapping log between location elements and Master Reference geography elements based on Geography Name Matching. , implementation_dba_data: AR.HZ_GEO_NAME_REFERENCE_LOG ,