Search Results ar_vat_tax_all
Overview
OKL_AR_TAX_LINES_ALL_UV is an APPS-owned database view within Oracle E-Business Suite that consolidates tax line information originating from Oracle Lease and Finance Management (OKL) contract billing and passed into Oracle Receivables. The view joins transactional header and line records from the Receivables transaction tables with the VAT tax configuration table, producing a flattened, reporting-friendly projection of tax data associated with lease contract invoices. Because its defining query filters on INTERFACE_LINE_CONTEXT = 'OKL_CONTRACTS' and LINE_TYPE = 'TAX', the view is scoped specifically to tax lines generated for OKL contracts rather than to the full breadth of Receivables transactions. This makes it a convenient single source for tax codes, rates, taxable amounts, and tax amounts without requiring report authors or integration developers to reconstruct the multi-table join themselves. The view name carries the "_UV" suffix convention, indicating a user view intended for consumption rather than as a base application object.
Underlying Base Objects
The ETRM metadata documents three base objects, all referenced through synonyms in the APPS schema:
- RA_CUSTOMER_TRX_ALL — the Receivables transaction header table, aliased as RTRH, supplying transaction identity, transaction date, and currency.
- RA_CUSTOMER_TRX_LINES_ALL — used twice. As RTRL it supplies the original contract-related line, and as RTRL1 it supplies the linked tax line joined via
LINK_TO_CUST_TRX_LINE_ID. - AR_VAT_TAX_ALL — aliased as ATX, the VAT tax configuration table joined on
VAT_TAX_ID.
The join path links header to line on CUSTOMER_TRX_ID, links the tax line (RTRL1) to the original line (RTRL) through LINK_TO_CUST_TRX_LINE_ID, and links the tax line to tax configuration through VAT_TAX_ID. The design assumes a one-to-many relationship between contract lines and their tax counterparts.
Key Columns
- CUSTOMER_TRX_ID — identifier of the Receivables transaction header.
- CUSTOMER_TRX_LINE_ID — identifier of the underlying contract line, not the tax line itself.
- TAX_DATE — alias for the transaction date, useful for period-based tax reporting.
- TAX_CODE and TAX_RATE — sourced from AR_VAT_TAX_ALL, describing the applicable tax classification and rate.
- TAXABLE_AMOUNT — uses NVL to fall back to the original line's extended amount when no taxable amount is recorded on the tax line.
- TAX_AMOUNT — the extended amount of the tax line.
- CURRENCY_CODE — the invoice currency from the transaction header.
- TBC — alias for ATTRIBUTE12 of the original line, an OKL-specific descriptive attribute.
Common Use Cases and Queries
The view supports VAT reconciliation for lease billings, tax audit extracts, and integration feeds requiring per-line tax detail. A representative query aggregates tax by code and period:
SELECT tax_code, tax_rate, currency_code, SUM(taxable_amount) taxable, SUM(tax_amount) tax
FROM apps.okl_ar_tax_lines_all_uv
WHERE tax_date BETWEEN :from_date AND :to_date
GROUP BY tax_code, tax_rate, currency_code;
A detail-level query joining on transaction identity retrieves line-level tax data for a specific contract invoice, while reconciliation against Receivables tax registers uses CUSTOMER_TRX_LINE_ID and CUSTOMER_TRX_ID as the driving keys.
-
VIEW: APPS.OKL_AR_TAX_LINES_ALL_UV
12.2.2
-
VIEW: APPS.OKL_AR_TAX_LINES_ALL_UV
12.1.1
-
VIEW: APPS.OKL_CS_AR_TAX_LINES_UV
12.1.1
-
VIEW: APPS.OKL_CS_AR_TAX_LINES_UV
12.2.2
-
TABLE: ZX.ZX_ID_TCC_MAPPING_ALL
12.1.1
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_ID_TCC_MAPPING_ALL, object_name:ZX_ID_TCC_MAPPING_ALL, status:VALID,
-
TABLE: ZX.ZX_ID_TCC_MAPPING_ALL
12.2.2
owner:ZX, object_type:TABLE, fnd_design_data:ZX.ZX_ID_TCC_MAPPING_ALL, object_name:ZX_ID_TCC_MAPPING_ALL, status:VALID,
-
View: OKE_TAX_CODES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_TAX_CODES_V, object_name:OKE_TAX_CODES_V, status:VALID, product: OKE - Project Contracts , description: Tax code listing , implementation_dba_data: APPS.OKE_TAX_CODES_V ,
-
APPS.JG_ZZ_TAX SQL Statements
12.1.1
-
PACKAGE BODY: APPS.JG_ZZ_TAX
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JG_ZZ_TAX, status:VALID,
-
View: OKE_TAX_CODES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKE.OKE_TAX_CODES_V, object_name:OKE_TAX_CODES_V, status:VALID, product: OKE - Project Contracts , description: Tax code listing , implementation_dba_data: APPS.OKE_TAX_CODES_V ,
-
PACKAGE: APPS.ZX_AR_FORMULA_MIG_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ZX_AR_FORMULA_MIG_PKG, status:VALID,
-
PACKAGE: APPS.ZX_AR_FORMULA_MIG_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ZX_AR_FORMULA_MIG_PKG, status:VALID,
-
APPS.JG_ZZ_TAX SQL Statements
12.2.2
-
PACKAGE BODY: APPS.ZX_TCM_COMPOUND_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_TCM_COMPOUND_PKG, status:VALID,
-
PACKAGE BODY: APPS.ARP_ADDS_MINUS99
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_ADDS_MINUS99, status:VALID,
-
PACKAGE BODY: APPS.ZX_TCM_COMPOUND_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_TCM_COMPOUND_PKG, status:VALID,
-
PACKAGE BODY: APPS.JG_ZZ_TAX
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JG_ZZ_TAX, status:VALID,
-
PACKAGE BODY: APPS.JL_ZZ_AR_UPLOAD_TAXES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_ZZ_AR_UPLOAD_TAXES, status:VALID,
-
PACKAGE BODY: APPS.ZX_AR_FORMULA_MIG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_AR_FORMULA_MIG_PKG, status:VALID,
-
PACKAGE BODY: APPS.ZX_MIG_GL_TAX_OPTIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_MIG_GL_TAX_OPTIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_AR_VALIDATE_DATA_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_AR_VALIDATE_DATA_PKG, status:VALID,
-
PACKAGE BODY: APPS.JAI_AR_VALIDATE_DATA_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_AR_VALIDATE_DATA_PKG, status:VALID,
-
View: OKL_AR_TAX_LINES_ALL_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_TAX_LINES_ALL_UV, object_name:OKL_AR_TAX_LINES_ALL_UV, status:VALID, product: OKL - Lease and Finance Management , description: This view is used by Lease Center to get the tax lines from AR, for a tax schedule. , implementation_dba_data: APPS.OKL_AR_TAX_LINES_ALL_UV ,
-
View: OKL_CS_AR_TAX_LINES_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_AR_TAX_LINES_UV, object_name:OKL_CS_AR_TAX_LINES_UV, status:VALID, product: OKL - Lease and Finance Management , description: This view is used by Lease Center screen to display tax lines for a tax schedule. , implementation_dba_data: APPS.OKL_CS_AR_TAX_LINES_UV ,
-
PACKAGE BODY: APPS.ZX_MIG_GL_TAX_OPTIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_MIG_GL_TAX_OPTIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.AR_LOCVS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AR_LOCVS_PKG, status:VALID,
-
PACKAGE BODY: APPS.ZX_PRD_OPTIONS_MIGRATE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_PRD_OPTIONS_MIGRATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.ZX_PRD_OPTIONS_MIGRATE_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_PRD_OPTIONS_MIGRATE_PKG, status:VALID,
-
PACKAGE BODY: APPS.ARP_ADDS_MINUS99
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ARP_ADDS_MINUS99, status:VALID,
-
View: OKL_CS_AR_TAX_LINES_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_CS_AR_TAX_LINES_UV, object_name:OKL_CS_AR_TAX_LINES_UV, status:VALID, product: OKL - Leasing and Finance Management , description: This view is used by Lease Center screen to display tax lines for a tax schedule. , implementation_dba_data: APPS.OKL_CS_AR_TAX_LINES_UV ,
-
PACKAGE BODY: APPS.AR_LOCVS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AR_LOCVS_PKG, status:VALID,
-
PACKAGE BODY: APPS.ZX_MIGRATE_REP_ENTITIES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_MIGRATE_REP_ENTITIES_PKG, status:VALID,
-
PACKAGE BODY: APPS.ZX_MIGRATE_REP_ENTITIES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_MIGRATE_REP_ENTITIES_PKG, status:VALID,
-
View: OKL_AR_TAX_LINES_ALL_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_AR_TAX_LINES_ALL_UV, object_name:OKL_AR_TAX_LINES_ALL_UV, status:VALID, product: OKL - Leasing and Finance Management , description: This view is used by Lease Center to get the tax lines from AR, for a tax schedule. , implementation_dba_data: APPS.OKL_AR_TAX_LINES_ALL_UV ,
-
PACKAGE BODY: APPS.ZX_AR_FORMULA_MIG_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_AR_FORMULA_MIG_PKG, status:VALID,
-
VIEW: APPS.JL_ZZ_AR_TX_NAT_RAT_V
12.2.2
-
SYNONYM: APPS.AR_VAT_TAX_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_VAT_TAX_ALL, status:VALID,
-
PACKAGE BODY: APPS.ZX_JL_EXTRACT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_JL_EXTRACT_PKG, status:VALID,
-
PACKAGE BODY: APPS.ZX_JL_EXTRACT_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_JL_EXTRACT_PKG, status:VALID,
-
PACKAGE BODY: APPS.ZX_UPGRADE_CONTROL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_UPGRADE_CONTROL_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_ZZ_TAX_INTEGRATION_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:JL_ZZ_TAX_INTEGRATION_PKG, status:VALID,
-
SYNONYM: APPS.AR_VAT_TAX_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_VAT_TAX_ALL, status:VALID,
-
SYNONYM: APPS.AR_VAT_TAX_ALL_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AR_VAT_TAX_ALL_B, status:VALID,
-
PACKAGE BODY: APPS.ZX_MIGRATE_TAX_DEFAULT_HIER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_MIGRATE_TAX_DEFAULT_HIER, status:VALID,
-
PACKAGE BODY: APPS.ZX_MIGRATE_TAX_DEFAULT_HIER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_MIGRATE_TAX_DEFAULT_HIER, status:VALID,
-
VIEW: APPS.JL_ZZ_AR_TX_NAT_RAT_V
12.1.1
-
PACKAGE BODY: APPS.ZX_UPGRADE_CONTROL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:ZX_UPGRADE_CONTROL_PKG, status:VALID,
-
SYNONYM: APPS.AR_VAT_TAX_ALL_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AR_VAT_TAX_ALL_B, status:VALID,
-
PACKAGE BODY: APPS.JAI_AR_MATCH_TAX_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JAI_AR_MATCH_TAX_PKG, status:VALID,
-
PACKAGE BODY: APPS.JL_ZZ_TAX_INTEGRATION_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:JL_ZZ_TAX_INTEGRATION_PKG, status:VALID,