Search Results line_gross_amount
Overview
APPS.AR_DOCUMENT_LINES_V is an Oracle E-Business Suite internal view owned by the APPS schema, with FND design data registered as AR.AR_DOCUMENT_LINES_V. It exposes line-level detail for Oracle Receivables documents, including purchasing references, line types, quantities, pricing, tax attributes and descriptive flexfield columns. In EBS 12.1.1 and 12.2.2 the object is documented as VALID and is flagged as Oracle Internal Use Only: Oracle Corporation does not support access to applications data through this object except from standard Oracle Applications programs. Consequently, the view is best understood as a reporting and integration surface used internally by Receivables code paths rather than a publicly supported API. The column most commonly referenced by developers and analysts is LINE_GROSS_AMOUNT, the gross monetary value of a document line prior to or inclusive of adjustments depending on the source line's configuration.
Underlying Base Objects
The documented dependency list for this view comprises four objects:
AR_PAYMENT_SCHEDULES(SYNONYM) — supplies transaction, due-date and balance context for the document to which the line belongs.RA_CUSTOMER_TRX(SYNONYM) — the Receivables transaction header, providing document-level attributes such as transaction number, currency and customer.RA_CUSTOMER_TRX_LINES(SYNONYM) — the principal line table, contributing line number, line type, description, unit price, quantity, unit of measure and the inventory item identifier.ARP_TRX_LINE_UTIL(PACKAGE) — a Receivables utility package used internally to derive or aggregate line values, including gross, extended, discount and tax amounts.
Because the view is defined over these objects rather than duplicating data, any change to a transaction line in RA_CUSTOMER_TRX_LINES is immediately reflected when the view is queried. The package dependency indicates that portions of the projection are computed rather than selected directly, which is a key reason Oracle restricts supported access to internal programs.
Key Columns
DOC_UNIQUE_REF— the unique reference identifying the parent document; the primary join key across the view's rows.LINE_NUMBERandLINE_TYPE— line sequence and classification (for example, line, tax or freight).LINE_GROSS_AMOUNT— the gross amount for the line, the column most frequently used in reconciliation and reporting queries.EXTENDED_AMOUNT,DISCOUNT_AMOUNT,SALES_TAX_AMOUNT,VAT_TAX_AMOUNT,TAX_RATE,TAX_CODE— the monetary and tax breakdown of the line.UNIT_PRICE,QUANTITY,UNIT_OF_MEASURE,INVENTORY_ITEM_ID— quantity and pricing detail, with item linkage to inventory.PO_NUMBERandDESCRIPTION— customer purchase order reference and line text.ATTRIBUTE_CATEGORYandATTRIBUTE1–ATTRIBUTE15— descriptive flexfield segments.INVOICE_CURRENCY_CODE— the currency in which the line amounts are expressed.- Standard WHO columns:
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,OBJECT_VERSION_NUMBER.
Common Use Cases and Queries
Typical scenarios include line-level revenue reporting, gross amount reconciliation against the transaction header, and currency-specific analysis. A representative query is:
SELECT doc_unique_ref, line_number, line_type, line_gross_amount, invoice_currency_code FROM apps.ar_document_lines_v WHERE doc_unique_ref = :p_doc_ref ORDER BY line_number;- Summation by document:
SELECT doc_unique_ref, SUM(line_gross_amount) FROM apps.ar_document_lines_v GROUP BY doc_unique_ref;
Because the view is designated Oracle Internal Use Only, production code should prefer supported Receivables APIs and public views. Where the view is queried for diagnostics or reporting, access should be read-only and constrained by ORG_ID-aware security and standard Receivables responsibilities. In 12.2.2 the structure and dependencies remain consistent with 12.1.1, so queries written for one release generally execute unchanged in the other, subject to the online patching editioning model.
-
VIEW: APPS.AR_DOCUMENT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCUMENT_LINES_V, object_name:AR_DOCUMENT_LINES_V, status:VALID,
-
VIEW: APPS.ARBR_DOCUMENT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_DOCUMENT_LINES_V, object_name:ARBR_DOCUMENT_LINES_V, status:VALID,
-
VIEW: APPS.AP_DOCUMENT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DOCUMENT_LINES_V, object_name:AP_DOCUMENT_LINES_V, status:VALID,
-
VIEW: APPS.ARBR_DOCUMENT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_DOCUMENT_LINES_V, object_name:ARBR_DOCUMENT_LINES_V, status:VALID,
-
VIEW: APPS.AP_DOCUMENT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DOCUMENT_LINES_V, object_name:AP_DOCUMENT_LINES_V, status:VALID,
-
VIEW: APPS.AR_DOCUMENT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCUMENT_LINES_V, object_name:AR_DOCUMENT_LINES_V, status:VALID,
-
View: AR_DOCUMENT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCUMENT_LINES_V, object_name:AR_DOCUMENT_LINES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DOCUMENT_LINES_V ,
-
View: ARBR_DOCUMENT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_DOCUMENT_LINES_V, object_name:ARBR_DOCUMENT_LINES_V, status:VALID, product: AR - Receivables , description: Creation of ARBR_DOCUMENT_LINES_V view this is view is required for payment settlemnt , implementation_dba_data: APPS.ARBR_DOCUMENT_LINES_V ,
-
View: ARBR_DOCUMENT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.ARBR_DOCUMENT_LINES_V, object_name:ARBR_DOCUMENT_LINES_V, status:VALID, product: AR - Receivables , description: Creation of ARBR_DOCUMENT_LINES_V view this is view is required for payment settlemnt , implementation_dba_data: APPS.ARBR_DOCUMENT_LINES_V ,
-
View: AR_DOCUMENT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCUMENT_LINES_V, object_name:AR_DOCUMENT_LINES_V, status:VALID, product: AR - Receivables , implementation_dba_data: APPS.AR_DOCUMENT_LINES_V ,
-
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: AP_DOCUMENT_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DOCUMENT_LINES_V, object_name:AP_DOCUMENT_LINES_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_DOCUMENT_LINES_V ,
-
View: AP_DOCUMENT_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DOCUMENT_LINES_V, object_name:AP_DOCUMENT_LINES_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_DOCUMENT_LINES_V ,
-
VIEW: APPS.ARBPA_CUSTOMER_TRX_LINE
12.1.1
-
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 ,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,