Search Results source_doc_type
Overview
APPS.JAI_AP_STANDALONE_TAXES_V is an Oracle E-Business Suite view that exposes tax lines associated with standalone (manual) invoices processed through the Oracle Financials for India localization. The view is defined over the JAI_CMN_DOCUMENT_TAXES table and filters that table to a single document classification: SOURCE_DOC_TYPE = 'STANDALONE_INVOICE'. Because standalone invoices are captured directly in Payables rather than generated from a registered sourcing document, their tax lines lack the parent transaction context found in GST or excise-driven flows; this view isolates those records for reporting and integration.
The view does not carry transaction data of its own. It is a projection and aggregation layer: it collapses multiple tax rows for the same logical tax line into a single summarized row using aggregate functions and a GROUP BY. This makes it suitable for reporting surfaces, custom concurrent programs, and interface extracts where one row per tax line is required rather than the raw multiplicity stored in the base table. The primary key DOC_TAX_ID is not exposed directly; instead it is surfaced through MAX(DOC_TAX_ID), which identifies a representative row for the grouped tax line.
Underlying Base Objects
The view is defined exclusively over a synonym, JAI_CMN_DOCUMENT_TAXES, which resolves to the common document tax table used across the India localization modules. All columns in the SELECT list originate from this single object; no joins are present. Consequently, the view inherits the partitioning, indexing, and audit characteristics of JAI_CMN_DOCUMENT_TAXES without introducing additional access paths.
The SOURCE_DOC_TYPE = 'STANDALONE_INVOICE' predicate is the sole row filter. Every other transformation is either an aggregate or a pass-through column in the GROUP BY. The grouping key comprises TAX_LINE_NO, TAX_ID, TAX_TYPE, CURRENCY_CODE, TAX_RATE, QTY_RATE, UOM, TAX_CATEGORY_ID, SOURCE_DOC_TYPE, SOURCE_DOC_ID, SOURCE_TABLE_NAME, TAX_MODIFIED_BY, ADHOC_FLAG, the ten PRECEDENCE_n columns, the audit columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN), and SOURCE_DOC_PARENT_LINE_NO.
Key Columns
- DOC_TAX_ID – Aggregated as MAX(); a surrogate identifier for the underlying tax record.
- TAX_LINE_NO – Sequence of the tax line within the document; part of the grouping key.
- TAX_ID / TAX_TYPE / TAX_RATE / QTY_RATE / UOM – Define the tax regime, rate basis, and unit of measure applied.
- TAX_AMT / FUNC_TAX_AMT – Summed tax amounts in entered and functional currency respectively.
- TAX_CATEGORY_ID – Classification of the tax (e.g., recovery, non-recoverable).
- MODVAT_FLAG – Surfaced via MAX(); indicates modvat eligibility.
- TAX_MODIFIED_BY – The user or process that last modified the tax line; central to audit and to the "tax_modified_by" search.
- SOURCE_DOC_TYPE / SOURCE_DOC_ID / SOURCE_DOC_LINE_ID / SOURCE_DOC_PARENT_LINE_NO – Document linkage; SOURCE_DOC_LINE_ID is exposed as MAX().
- ADHOC_FLAG – Distinguishes ad-hoc tax lines from predefined ones.
- PRECEDENCE_1 through PRECEDENCE_10 – Ordering attributes controlling tax computation sequence.
Common Use Cases and Queries
Typical consumers use this view to report tax charged on independently entered invoices, to reconcile tax amounts to the Payables distributions, and to audit who changed tax attributes.
Listing tax lines for a specific standalone invoice:
SELECT tax_line_no, tax_id, tax_rate, tax_amt, func_tax_amt, tax_modified_by FROM apps.jai_ap_standalone_taxes_v WHERE source_doc_id = :p_invoice_id ORDER BY tax_line_no;
Auditing modifications attributed to a specific user:
SELECT source_doc_id, tax_line_no, tax_id, tax_amt, tax_modified_by, last_update_date FROM apps.jai_ap_standalone_taxes_v WHERE tax_modified_by = :p_user ORDER BY last_update_date DESC;
Summarizing tax by category and currency:
SELECT tax_category_id, currency_code, SUM(tax_amt), SUM(func_tax_amt) FROM apps.jai_ap_standalone_taxes_v GROUP BY tax_category_id, currency_code;
-
VIEW: APPS.JAI_AP_STANDALONE_TAXES_V
12.1.1
-
VIEW: CN.CN_NOT_TRX_ALL#
12.2.2
-
VIEW: APPS.JAI_AP_STANDALONE_TAXES_V
12.2.2
-
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: JA.JAI_ENCUM_TAX_RVRSL_DTLS#
12.2.2
-
VIEW: JA.JAI_CMN_DOCUMENT_TAXES#
12.2.2
-
VIEW: JA.JAI_ENCUM_TAX_RVRSL_DTLS#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_ENCUM_TAX_RVRSL_DTLS#, status:VALID,
-
VIEW: CN.CN_COMMISSION_LINES_ALL#
12.2.2
-
APPS.JAI_PA_TAX_PKG SQL Statements
12.1.1
-
VIEW: CN.CN_NOT_TRX_ALL#
12.2.2
owner:CN, object_type:VIEW, object_name:CN_NOT_TRX_ALL#, status:VALID,
-
VIEW: JA.JAI_CMN_DOCUMENT_TAXES#
12.2.2
owner:JA, object_type:VIEW, object_name:JAI_CMN_DOCUMENT_TAXES#, status:VALID,
-
APPS.JAI_PA_TAX_PKG SQL Statements
12.2.2
-
TABLE: JA.JAI_ENCUM_TAX_RVRSL_DTLS
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_ENCUM_TAX_RVRSL_DTLS, object_name:JAI_ENCUM_TAX_RVRSL_DTLS, status:VALID,
-
TABLE: JA.JAI_ENCUM_TAX_RVRSL_DTLS
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_ENCUM_TAX_RVRSL_DTLS, object_name:JAI_ENCUM_TAX_RVRSL_DTLS, status:VALID,
-
VIEW: CN.CN_COMMISSION_HEADERS_ALL#
12.2.2
-
VIEW: APPS.ICX_PO_REQUISITION_TEMPLATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_TEMPLATES_V, object_name:ICX_PO_REQUISITION_TEMPLATES_V, status:VALID,
-
VIEW: CN.CN_COMM_LINES_API_ALL#
12.2.2
-
VIEW: APPS.ICX_PO_REQ_TEMPLATE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_TEMPLATE_ITEMS_V, object_name:ICX_PO_REQ_TEMPLATE_ITEMS_V, status:VALID,
-
VIEW: APPS.ICX_PO_REQUISITION_TEMPLATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQUISITION_TEMPLATES_V, object_name:ICX_PO_REQUISITION_TEMPLATES_V, status:VALID,
-
View: ICX_PO_REQ_TEMPLATE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_TEMPLATE_ITEMS_V, object_name:ICX_PO_REQ_TEMPLATE_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Web Requisitions Template Items View , implementation_dba_data: APPS.ICX_PO_REQ_TEMPLATE_ITEMS_V ,
-
View: ICX_PO_REQ_TEMPLATE_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_TEMPLATE_ITEMS_V, object_name:ICX_PO_REQ_TEMPLATE_ITEMS_V, status:VALID, product: ICX - Oracle iProcurement , description: Web Requisitions Template Items View , implementation_dba_data: APPS.ICX_PO_REQ_TEMPLATE_ITEMS_V ,
-
VIEW: APPS.PO_REQUISITION_TEMPLATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_TEMPLATES_V, object_name:PO_REQUISITION_TEMPLATES_V, status:VALID,
-
VIEW: APPS.ICX_PO_REQ_TEMPLATE_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_PO_REQ_TEMPLATE_ITEMS_V, object_name:ICX_PO_REQ_TEMPLATE_ITEMS_V, status:VALID,
-
VIEW: APPS.PO_REQUISITION_TEMPLATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.PO_REQUISITION_TEMPLATES_V, object_name:PO_REQUISITION_TEMPLATES_V, status:VALID,
-
TABLE: JA.JAI_CMN_DOCUMENT_TAXES
12.1.1
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_DOCUMENT_TAXES, object_name:JAI_CMN_DOCUMENT_TAXES, status:VALID,
-
TABLE: JA.JAI_CMN_DOCUMENT_TAXES
12.2.2
owner:JA, object_type:TABLE, fnd_design_data:JA.JAI_CMN_DOCUMENT_TAXES, object_name:JAI_CMN_DOCUMENT_TAXES, status:VALID,
-
TABLE: CN.CN_NOT_TRX_ALL
12.1.1
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_NOT_TRX_ALL, object_name:CN_NOT_TRX_ALL, status:VALID,
-
TABLE: CN.CN_NOT_TRX_ALL
12.2.2
owner:CN, object_type:TABLE, fnd_design_data:CN.CN_NOT_TRX_ALL, object_name:CN_NOT_TRX_ALL, status:VALID,
-
VIEW: APPS.ICX_PO_REQ_TEMPLATE_ITEMS_V
12.1.1
-
APPS.CN_NOTIFY_INVOICES SQL Statements
12.1.1
-
APPS.CN_NOTIFY_INVOICES SQL Statements
12.2.2
-
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,
-
VIEW: APPS.ICX_PO_REQ_TEMPLATE_ITEMS_V
12.2.2
-
APPS.CN_NOTIFICATION_PUB SQL Statements
12.2.2
-
APPS.CN_NOTIFY_PAYMENTS SQL Statements
12.1.1
-
APPS.CN_NOTIFY_PAYMENTS SQL Statements
12.2.2
-
APPS.CN_NOTIFY_WRITEOFFS SQL Statements
12.1.1
-
APPS.CN_NOTIFY_AIA SQL Statements
12.2.2
-
APPS.CN_NOTIFY_WRITEOFFS SQL Statements
12.2.2
-
VIEW: CN.CN_COMMISSION_LINES_ALL#
12.2.2
owner:CN, object_type:VIEW, object_name:CN_COMMISSION_LINES_ALL#, status:VALID,
-
APPS.CN_NOTIFICATION_PUB SQL Statements
12.1.1
-
APPS.CN_NOTIFY_CLAWBACKS SQL Statements
12.1.1
-
VIEW: CN.CN_COMM_LINES_API_ALL#
12.2.2
owner:CN, object_type:VIEW, object_name:CN_COMM_LINES_API_ALL#, status:VALID,
-
VIEW: CN.CN_COMMISSION_HEADERS_ALL#
12.2.2
owner:CN, object_type:VIEW, object_name:CN_COMMISSION_HEADERS_ALL#, status:VALID,
-
APPS.CN_NOTIFY_ORDERS SQL Statements
12.1.1
-
APPS.CN_NOTIFY_ORDERS SQL Statements
12.2.2
-
APPS.CN_NOTIFY_AIA_OM SQL Statements
12.2.2
-
APPS.CN_NOTIFY_CLAWBACKS SQL Statements
12.2.2
-
PACKAGE BODY: APPS.CN_NOTIFY_INVOICES
12.2.2