Search Results jai_ap_standalone_taxes_v
Overview
JAI_AP_STANDALONE_TAXES_V is a reporting view owned by the APPS schema within the Oracle E-Business Suite Asia/Pacific Localizations (JA) product family. Its documented purpose is to list the taxes applicable to a standalone AP invoice. In the EBS 12.1.1 and 12.2.2 architectures, the JA localizations deliver a common tax engine that captures tax determination and calculation results in a central repository rather than relying solely on the standard Payables tax columns. This view exposes one slice of that repository — the records whose source document type identifies them as belonging to a standalone invoice — in a denormalized, reporting-friendly form.
The view is defined with a status of VALID and is intended for read access by reporting tools, custom concurrent programs, and integration layers that must retrieve the tax lines of a standalone AP invoice without re-implementing the aggregation logic performed by the tax engine.
Underlying Base Objects
The view is defined over a single documented base object, JAI_CMN_DOCUMENT_TAXES (referenced in the metadata via a synonym). JAI_CMN_DOCUMENT_TAXES is the central tax line table of the JA common tax engine, holding one row per calculated tax line for each source document. The view filters that table with the predicate SOURCE_DOC_TYPE = 'STANDALONE_INVOICE', so only tax lines originating from standalone invoices are returned. The remaining rows of the base table, which correspond to other source document types such as regular invoices, credit memos, and requisitions, are intentionally excluded.
Key Columns
- DOC_TAX_ID — Identifier of the document tax line; exposed as MAX(DOC_TAX_ID) because the view aggregates rows.
- TAX_LINE_NO — The line number of the tax within the source document.
- TAX_ID, TAX_TYPE, TAX_RATE, QTY_RATE, UOM — Tax regime identifier, classification, rate, and the quantity/UOM basis where applicable.
- TAX_AMT, FUNC_TAX_AMT — Entered and functional currency tax amounts, both summed during aggregation.
- CURRENCY_CODE — Currency of the entered tax amount.
- MODVAT_FLAG — Indicates MODVAT-style treatment, retained via MAX().
- TAX_CATEGORY_ID, ADHOC_FLAG, TAX_MODIFIED_BY — Tax category, whether the line was ad hoc, and whether the tax was manually modified.
- PRECEDENCE_1 through PRECEDENCE_10 — The precedence values used by the tax engine to order and resolve tax rules.
- SOURCE_DOC_TYPE, SOURCE_DOC_ID, SOURCE_DOC_LINE_ID, SOURCE_DOC_PARENT_LINE_NO, SOURCE_TABLE_NAME — Document linkage attributes identifying the originating invoice and line.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — Standard audit columns.
Common Use Cases and Queries
The view is typically joined to AP invoice headers or lines through SOURCE_DOC_ID and SOURCE_DOC_LINE_ID to produce tax summaries for standalone invoices, to reconcile calculated tax against the invoice total, or to feed downstream tax reporting extracts. A representative query is shown below.
SELECT doc_tax_id,
tax_line_no,
tax_id,
tax_rate,
tax_amt,
func_tax_amt,
source_doc_id,
source_doc_line_id
FROM apps.jai_ap_standalone_taxes_v
WHERE source_doc_id = :p_invoice_id
ORDER BY tax_line_no;
Because the view already restricts SOURCE_DOC_TYPE and applies the GROUP BY aggregation documented in its definition, consumers receive consolidated tax amounts per line without needing to duplicate that logic. Access is granted through the APPS schema, and the object is documented as Oracle proprietary and confidential.
-
View: JAI_AP_STANDALONE_TAXES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_STANDALONE_TAXES_V, object_name:JAI_AP_STANDALONE_TAXES_V, status:VALID, product: JA - Asia/Pacific Localizations , description: This view lists the taxes on a standalone AP Invoice , implementation_dba_data: APPS.JAI_AP_STANDALONE_TAXES_V ,
-
VIEW: APPS.JAI_AP_TAXES_V
12.2.2
-
SYNONYM: APPS.JAI_CMN_DOCUMENT_TAXES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_DOCUMENT_TAXES, status:VALID,
-
View: JAI_AP_TAXES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_TAXES_V, object_name:JAI_AP_TAXES_V, status:VALID, product: JA - Asia/Pacific Localizations , description: View to fetch Taxes attached to a Standalone AP Invoice , implementation_dba_data: APPS.JAI_AP_TAXES_V ,
-
SYNONYM: APPS.JAI_CMN_DOCUMENT_TAXES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:JAI_CMN_DOCUMENT_TAXES, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.JAI_AP_TAXES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_TAXES_V, object_name:JAI_AP_TAXES_V, status:VALID,
-
VIEW: APPS.JAI_AP_STANDALONE_TAXES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:JA.JAI_AP_STANDALONE_TAXES_V, object_name:JAI_AP_STANDALONE_TAXES_V, status:VALID,
-
VIEW: APPS.JAI_AP_STANDALONE_TAXES_V
12.1.1
owner:APPS, object_type:VIEW, object_name:JAI_AP_STANDALONE_TAXES_V, status:VALID,
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - JA Tables and Views
12.2.2
description: The 'JA_CN_VOUCHER_NUMBER' table stores the voucher number of GL journal lines. ,