Search Results ar_location_combinations
Overview
The AR_LOCATION_COMBINATIONS table is a core data object within Oracle E-Business Suite Receivables (AR) that defines distinct tax authorities. Its primary role is to serve as a master reference for tax jurisdictions, enabling the system to correctly calculate, apply, and report taxes based on geographic location. Each record represents a unique combination of geographic segments (such as country, state, county, city) that corresponds to a specific taxing authority. This table is fundamental to the tax engine in Oracle Receivables, linking customer addresses and transaction lines to their appropriate tax rates and rules. While the provided ETRM metadata indicates it is "Not implemented in this database" for the specific instance documented, this typically refers to a particular deployment or version snapshot; the table is a standard component of the AR schema and is populated and used when tax configuration is enabled.
Key Information Stored
The table's structure is centered on identifying a tax jurisdiction. The primary key is the LOCATION_ID, a unique system-generated identifier for each tax authority record. While the full column list is not detailed in the excerpt, based on its purpose, the table typically stores the concatenated geographic segments (e.g., LOCATION_CODE) and their individual components that define the jurisdiction's hierarchy. It may also include descriptive fields like NAME, along with control flags and who columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE). The LOCATION_ID is the critical column used throughout the application to foreign-key to addresses and assignments.
Common Use Cases and Queries
This table is primarily accessed for tax determination and reporting. A common use case is identifying the tax jurisdiction for a specific customer site or transaction. For instance, to find the tax location assigned to a customer address, one would join from HZ_CUST_SITE_USES_ALL or RA_ADDRESSES_ALL to this table. In reporting, queries often summarize taxable amounts or tax liabilities by jurisdiction, requiring a join from transaction lines (RA_CUSTOMER_TRX_LINES) through the location ID. A typical diagnostic query to verify location setup would be:
- SELECT location_id, location_code, name FROM ar_location_combinations WHERE location_code LIKE 'US.CA.%';
Another critical use case is during the tax configuration process in the "Tax Manager" or "First Party Tax Setup," where this table is populated based on defined geographic hierarchies.
Related Objects
As indicated by the foreign keys in the metadata, AR_LOCATION_COMBINATIONS has direct relationships with key party and transaction tables. The HZ_LOC_ASSIGNMENTS table links party sites (customer addresses) to a specific tax location ID (LOC_ID). Similarly, the RA_ADDRESSES_ALL table, which stores transactional address details, references LOCATION_ID. Beyond these, the table is intrinsically linked to the AR_TAX_RATES table, which stores the actual tax percentage rates applicable to each LOCATION_ID for different tax codes. It is also a parent table to various tax summary and reconciliation interfaces within the Receivables module.
-
Table: AR_LOCATION_COMBINATIONS
12.1.1
product: AR - Receivables , description: Defines each distinct tax authority , implementation_dba_data: Not implemented in this database ,
-
Table: AR_LOCATION_COMBINATIONS
12.2.2
product: AR - Receivables , description: Defines each distinct tax authority , implementation_dba_data: Not implemented in this database ,
-
View: AR_LOCATION_COMBINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AR_LOCATION_COMBINATIONS, object_name:AR_LOCATION_COMBINATIONS, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.AR_LOCATION_COMBINATIONS ,
-
View: AR_LOCATION_COMBINATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AR_LOCATION_COMBINATIONS, object_name:AR_LOCATION_COMBINATIONS, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.AR_LOCATION_COMBINATIONS ,
-
APPS.ARP_STAX_MINUS99 dependencies on AR_LOCATION_COMBINATIONS
12.1.1
-
APPS.ARP_ADDS_MINUS99 dependencies on AR_LOCATION_COMBINATIONS
12.2.2
-
APPS.ARP_ADDS_MINUS99 dependencies on AR_LOCATION_COMBINATIONS
12.1.1
-
APPS.ARP_STAX_MINUS99 dependencies on AR_LOCATION_COMBINATIONS
12.2.2
-
APPS.ARP_STAX_MINUS99 dependencies on HZ_PARTY_SITES
12.2.2
-
APPS.ARP_STAX_MINUS99 dependencies on HZ_LOC_ASSIGNMENTS
12.2.2
-
Table: HZ_LOC_ASSIGNMENTS
12.1.1
product: AR - Receivables , description: Relationship between a location and a tax authority defined in AR_LOCATION_COMBINATIONS , implementation_dba_data: Not implemented in this database ,
-
APPS.ARP_ADDS_MINUS99 dependencies on AR_LOCATION_COMBINATIONS_S
12.2.2
-
APPS.ARP_STAX_MINUS99 dependencies on HZ_CUST_ACCT_SITES
12.1.1
-
APPS.ARP_STAX_MINUS99 dependencies on HZ_LOC_ASSIGNMENTS
12.1.1
-
APPS.ARP_STAX_MINUS99 dependencies on HZ_PARTY_SITES
12.1.1
-
APPS.ARP_STAX_MINUS99 dependencies on HZ_CUST_ACCT_SITES
12.2.2
-
Table: HZ_LOC_ASSIGNMENTS
12.2.2
product: AR - Receivables , description: Relationship between a location and a tax authority defined in AR_LOCATION_COMBINATIONS , implementation_dba_data: Not implemented in this database ,
-
APPS.ARP_ADDS_MINUS99 dependencies on AR_LOCATION_COMBINATIONS_S
12.1.1
-
APPS.ARP_STAX_MINUS99 dependencies on HZ_LOCATIONS
12.2.2
-
APPS.ARP_STAX_MINUS99 dependencies on HZ_LOCATIONS
12.1.1
-
Primary Key: HZ_LOC_ASSIGNMENTS_PK
12.1.1
-
Primary Key: HZ_LOC_ASSIGNMENTS_PK
12.2.2
-
PACKAGE BODY: APPS.ARP_ADDS_MINUS99
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_ADDS_MINUS99, status:VALID,
-
SYNONYM: APPS.HZ_GEO_NAME_REFERENCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_GEO_NAME_REFERENCES, status:VALID,
-
SYNONYM: APPS.HZ_GEO_STRUCTURE_LEVELS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_GEO_STRUCTURE_LEVELS, status:VALID,
-
PACKAGE BODY: APPS.ARP_STAX_MINUS99
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_STAX_MINUS99, status:VALID,
-
SYNONYM: APPS.HZ_GEO_STRUCTURE_LEVELS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_GEO_STRUCTURE_LEVELS, status:VALID,
-
SYNONYM: APPS.HZ_GEO_NAME_REFERENCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_GEO_NAME_REFERENCES, status:VALID,
-
PACKAGE BODY: APPS.ARP_STAX_MINUS99
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_STAX_MINUS99, status:VALID,
-
Table: RA_ADDRESSES_ALL
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_ADDRESSES_ALL, object_name:RA_ADDRESSES_ALL, status:VALID, product: AR - Receivables , description: Customer address information , implementation_dba_data: AR.RA_ADDRESSES_ALL ,
-
PACKAGE BODY: APPS.ARP_ADDS_MINUS99
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_ADDS_MINUS99, status:VALID,
-
TABLE: AR.HZ_LOC_ASSIGNMENTS_OBS
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOC_ASSIGNMENTS_OBS, object_name:HZ_LOC_ASSIGNMENTS_OBS, status:VALID,
-
TABLE: AR.HZ_LOC_ASSIGNMENTS_OBS
12.1.1
owner:AR, object_type:TABLE, fnd_design_data:AR.HZ_LOC_ASSIGNMENTS_OBS, object_name:HZ_LOC_ASSIGNMENTS_OBS, status:VALID,
-
Table: RA_ADDRESSES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_ADDRESSES_ALL, object_name:RA_ADDRESSES_ALL, status:VALID, product: AR - Receivables , description: Customer address information , implementation_dba_data: AR.RA_ADDRESSES_ALL ,
-
SYNONYM: APPS.HZ_HIERARCHY_NODES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_HIERARCHY_NODES, status:VALID,
-
SYNONYM: APPS.HZ_HIERARCHY_NODES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_HIERARCHY_NODES, status:VALID,
-
VIEW: APPS.TAX_EXEMPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.TAX_EXEMPTIONS_V, object_name:TAX_EXEMPTIONS_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
SYNONYM: APPS.HZ_GEOGRAPHIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_GEOGRAPHIES, status:VALID,
-
VIEW: APPS.TAX_EXEMPTIONS_V
12.1.1
-
VIEW: APPS.TAX_EXEMPTIONS_QP_V
12.2.2
-
VIEW: APPS.TAX_EXEMPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.TAX_EXEMPTIONS_V, object_name:TAX_EXEMPTIONS_V, status:VALID,
-
SYNONYM: APPS.HZ_GEOGRAPHIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_GEOGRAPHIES, status:VALID,
-
VIEW: APPS.TAX_EXEMPTIONS_QP_V
12.1.1
-
VIEW: APPS.TAX_EXEMPTIONS_V
12.2.2
-
VIEW: APPS.AR_LOCATION_COMBINATIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AR_LOCATION_COMBINATIONS, object_name:AR_LOCATION_COMBINATIONS, status:VALID,
-
VIEW: APPS.AR_LOCATION_COMBINATIONS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AR_LOCATION_COMBINATIONS, object_name:AR_LOCATION_COMBINATIONS, status:VALID,
-
View: TAX_EXEMPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.TAX_EXEMPTIONS_V, object_name:TAX_EXEMPTIONS_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.TAX_EXEMPTIONS_V ,
-
APPS.ARP_STAX_MINUS99 SQL Statements
12.1.1