Search Results vat_tax_rate
Overview
AR_TRX_TAX_L_V is a reporting and extraction view owned by the APPS schema in Oracle E-Business Suite, delivered under the Receivables (AR) product family. Its documented purpose is to provide a transaction tax line extract — a denormalized, query-friendly projection of Receivables tax lines that consolidates tax setup attributes, tax exemption attributes, VAT tax attributes, and the associated accounting flexfield identifiers required for downstream subledger accounting and tax reporting.
The view is directly relevant to searches for the keyword vat_tax_rate, since it explicitly projects the VAT tax rate column as VAT_TAX_TAX_RATE (aliased from AR_VAT_TAX_ALL_B.TAX_RATE), alongside a parallel Sales Tax rate column SALES_TAX_RATE (aliased from AR_SALES_TAX.SALES_TAX_RATE). This makes AR_TRX_TAX_L_V a convenient single source for tax rate, taxable basis, tax code, tax class, and tax type information without requiring joins to multiple AR tax setup tables. In 12.1.1 and 12.2.2 the object remains valid and is used principally by tax extraction programs, Subledger Accounting extracts, and custom reconciliation reports.
Underlying Base Objects
The view is defined over five documented base objects (all referenced through APPS synonyms):
AR_XLA_LINES_EXTRACT— the Subledger Accounting lines extract, providing the accounting CCIDs (adjusted, early payment discount, finance charge, unearned discount, interim tax, and tax account CCIDs) referenced asLOCTF.*.AR_SALES_TAX— the sales tax setup table, supplyingSALES_TAX_ID,TAX_RATE(SALES_TAX_RATE), and theFROM_POSTAL_CODE/TO_POSTAL_CODEjurisdiction boundaries.AR_VAT_TAX_ALL_B— the VAT tax setup base table, supplyingVAT_TAX_VAT_TAX_ID,VAT_TAX_TAX_RATE,VAT_TAX_TAX_CODE,VAT_TAX_TAX_TYPE,VAT_TAX_TAX_CLASS,VAT_TAX_TAXABLE_BASIS,VAT_TAX_TAX_ACCOUNT_ID, description, and the VAT-specific accounting CCIDs.RA_TAX_EXEMPTIONS_ALL— the tax exemption table, supplying exemption number, type, exempt percentage, reason code, status, and the exempted tax code.AR_LOCATION_ACCOUNTS_ALL— the location-to-account assignment table used to resolve accounting flexfield combinations for tax locations.
The view is therefore a tax-specific slice of the broader AR extract model: it joins the XLA extract line to the tax setup definitions so that reporting consumers obtain both the transaction accounting context and the statutory tax attributes.
Key Columns
VAT_TAX_TAX_RATE— the VAT tax rate from the VAT tax setup; this is the primary column matched byvat_tax_ratesearches.SALES_TAX_RATE,SALES_TAX_ID,SALES_TAX_FROM_POSTAL_CODE,SALES_TAX_TO_POSTAL_CODE— sales tax rate and jurisdiction information.VAT_TAX_TAX_CODE,VAT_TAX_TAX_CLASS,VAT_TAX_TAX_TYPE,VAT_TAX_TAXABLE_BASIS— VAT tax classification and taxable basis.VAT_TAX_TAX_ACCOUNT_ID,VAT_TAX_INTERIM_TAX_CCID— tax and interim tax accounting references.TAX_EXEMPTION_ID,TAX_EXEMPTION_NUMBER,TAX_EXEMPTION_TYPE,TAX_EXEMPTION_PERCENT_EXEMPT,TAX_EXEMPTION_REASON_CODE,TAX_EXEMPTION_STATUS,TAX_CODE_EXEMPTED— exemption attributes.TAX_LOC_*andVAT_TAX_*_CCID— adjusted, discount, finance charge, unearned discount, and non-recoverable tax accounting CCIDs.
Common Use Cases and Queries
Typical uses include VAT rate validation, tax account reconciliation, and extraction of taxable basis and exemption data for reporting and audit.
- Listing VAT tax rates applied to transactions:
SELECT VAT_TAX_TAX_CODE, VAT_TAX_TAX_RATE, VAT_TAX_TAXABLE_BASIS, VAT_TAX_TAX_TYPE FROM APPS.AR_TRX_TAX_L_V WHERE VAT_TAX_TAX_RATE IS NOT NULL;- Comparing VAT and sales tax rates per transaction:
SELECT SALES_TAX_ID, SALES_TAX_RATE, VAT_TAX_VAT_TAX_ID, VAT_TAX_TAX_RATE FROM APPS.AR_TRX_TAX_L_V;- Reviewing exemptions alongside the exempted tax code:
SELECT TAX_EXEMPTION_NUMBER, TAX_EXEMPTION_TYPE, TAX_EXEMPTION_PERCENT_EXEMPT, TAX_CODE_EXEMPTED FROM APPS.AR_TRX_TAX_L_V WHERE TAX_EXEMPTION_STATUS = 'A';
Because the view carries a hint forcing AR_XLA_LINES_EXTRACT_N1, performance is best when queries are driven by extract line identifiers. Standard recommendations apply: qualify the view with APPS., avoid functions on indexed extract columns, and grant the necessary responsibilities access to the underlying XLA extract data.
-
View: AR_TRX_TAX_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_TAX_L_V, object_name:AR_TRX_TAX_L_V, status:VALID, product: AR - Receivables , description: transaction tax line extract , implementation_dba_data: APPS.AR_TRX_TAX_L_V ,
-
View: AR_TRX_TAX_L_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_TAX_L_V, object_name:AR_TRX_TAX_L_V, status:VALID, product: AR - Receivables , description: transaction tax line extract , implementation_dba_data: APPS.AR_TRX_TAX_L_V ,
-
VIEW: APPS.AR_TRX_TAX_L_V
12.1.1
-
VIEW: APPS.AR_TRX_TAX_L_V
12.2.2
-
Lookup Type: JMF_GTA_DISCREPANCY_ATTRIBUTE
12.2.2
product: JMF - Supply Chain Localizations , meaning: JMF_GTA_DISCREPANCY_ATTRIBUTE , description: OBSOLETE ,
-
VIEW: APPS.ARBPA_CUSTOMER_TRX_HEADER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.ARBPA_CUSTOMER_TRX_HEADER, object_name:ARBPA_CUSTOMER_TRX_HEADER, status:VALID,
-
Lookup Type: AR_GTA_DISCREPANCY_ATTRIBUTE
12.2.2
product: AR - Receivables , meaning: AR_GTA_DISCREPANCY_ATTRIBUTE , description: Attribute names that should be used in Head level and Line level in Golden Tax discrepancy report ,
-
Lookup Type: JMF_GTA_DISCREPANCY_ATTRIBUTE
12.1.1
product: JMF - Supply Chain Localizations , meaning: JMF_GTA_DISCREPANCY_ATTRIBUTE , description: Attribute names that should be used in Head level and Line level in Golden Tax discrepancy report ,
-
VIEW: APPS.ARBPA_CUSTOMER_TRX_LINE
12.1.1
-
VIEW: APPS.ARBPA_CUSTOMER_TRX_LINE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.ARBPA_CUSTOMER_TRX_LINE, object_name:ARBPA_CUSTOMER_TRX_LINE, status:VALID,
-
VIEW: APPS.ARBPA_CUSTOMER_TRX_LINE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ARBPA_CUSTOMER_TRX_LINE, object_name:ARBPA_CUSTOMER_TRX_LINE, status:VALID,
-
VIEW: APPS.ARBPA_CUSTOMER_TRX_LINE
12.2.2
-
View: ARBPA_CUSTOMER_TRX_LINE
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.ARBPA_CUSTOMER_TRX_LINE, object_name:ARBPA_CUSTOMER_TRX_LINE, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.ARBPA_CUSTOMER_TRX_LINE ,
-
View: ARBPA_CUSTOMER_TRX_LINE
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ARBPA_CUSTOMER_TRX_LINE, object_name:ARBPA_CUSTOMER_TRX_LINE, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.ARBPA_CUSTOMER_TRX_LINE ,
-
VIEW: APPS.ARBPA_CUSTOMER_TRX_HEADER
12.1.1
-
View: ARBPA_CUSTOMER_TRX_HEADER
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ARBPA_CUSTOMER_TRX_HEADER, object_name:ARBPA_CUSTOMER_TRX_HEADER, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.ARBPA_CUSTOMER_TRX_HEADER ,
-
View: ARBPA_CUSTOMER_TRX_HEADER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.ARBPA_CUSTOMER_TRX_HEADER, object_name:ARBPA_CUSTOMER_TRX_HEADER, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.ARBPA_CUSTOMER_TRX_HEADER ,
-
VIEW: APPS.AR_TRX_TAX_L_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_TAX_L_V, object_name:AR_TRX_TAX_L_V, status:VALID,
-
VIEW: APPS.AR_TRX_TAX_L_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_TRX_TAX_L_V, object_name:AR_TRX_TAX_L_V, status:VALID,
-
VIEW: APPS.ARBPA_CUSTOMER_TRX_HEADER
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.ARBPA_CUSTOMER_TRX_HEADER, object_name:ARBPA_CUSTOMER_TRX_HEADER, status:VALID,
-
APPS.JMF_GTA_REPORTS_PKG SQL Statements
12.1.1
-
APPS.AR_GTA_REPORTS_PKG SQL Statements
12.2.2
-
APPS.JMF_GTA_REPORTS_PKG dependencies on FND_LOOKUP_VALUES_VL
12.1.1
-
APPS.AR_GTA_REPORTS_PKG dependencies on FND_LOOKUP_VALUES_VL
12.2.2
-
APPS.JMF_GTA_REPORTS_PKG dependencies on FND_LOOKUP_VALUES
12.1.1
-
APPS.AR_GTA_REPORTS_PKG dependencies on FND_LOOKUP_VALUES
12.2.2
-
PACKAGE BODY: APPS.JMF_GTA_REPORTS_PKG
12.1.1
-
PACKAGE BODY: APPS.AR_GTA_REPORTS_PKG
12.2.2
-
eTRM - FND Tables and Views
12.2.2
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 ,