Search Results iby_xml_fndcpt_doc_line_v
Overview
The IBY_XML_FNDCPT_DOC_LINE_V view belongs to the IBY (Payments) product family within Oracle E-Business Suite and is deployed in the APPS schema. It is a reporting and integration view whose purpose is to emit payment document line data in an Oracle XMLType structure. Rather than returning conventional relational rows, the view applies SQL/XML functions—XMLELEMENT, XMLFOREST, and nested element constructors—to produce a hierarchical XML document fragment for each source line. The outermost element is DOCUMENTLINE, which wraps identification, descriptive, monetary, and tax sub-elements in a format suitable for downstream consumption by payment processing, funds capture, and external system integrations.
Within the Funds Capture (FNDCPT) architecture, this view serves as the line-level counterpart used when constructing an outbound payment document payload. Applications that need a structured, transportable representation of receivables document lines—amount, currency, tax breakdown, and line attributes—can query the view and consume the resulting XMLType directly, avoiding bespoke formatting logic.
Underlying Base Objects
Per the documented metadata, the view is defined over two underlying views and draws on a supporting package and datatype:
- AR_DOCUMENT_LINES_V — supplies the line-level source records, aliased
INV_LINE, including line number, line type, description, gross amount, unit price, quantity, unit of measure, discount, and tax columns. - AR_DOCS_RECEIVABLES_V — supplies the header-level context, aliased
INV_HEADER, principallyDOC_UNIQUE_REFand the document currency code used throughout the nested amount elements. - ARP_TRX_LINE_UTIL (Package) — the receivables transaction line utility package referenced by the defining logic.
- XMLTYPE (Type) — the Oracle SQL/XML datatype that forms the view's returned content.
The join is established on INV_LINE.DOC_UNIQUE_REF = INV_HEADER.DOC_UNIQUE_REF, giving one XML DOCUMENTLINE element per matching line/header pair.
Key Columns
The view exposes three documented columns:
- DOCUMENT_LINE — the primary output, an XMLType instance containing the full
DOCUMENTLINEelement with nested LINEID, LINENUMBER, LINETYPE, LINEDESCRIPTION, LINEAMOUNT (with VALUE and CURRENCY/CODE), UNITRATE, QUANTITY, UNITOFMEASURE, PRODUCTCODE, COMMODITYCODE, DISCOUNT, and paired TAX elements distinguishing SALESTAX and VAT. - CUSTOMER_TRX_LINE_ID — the receivables transaction line identifier, providing a relational key back to the originating AR line.
- DOC_UNIQUE_REF — the document-level unique reference linking each line back to its header, the same correlate used in the internal join.
Note that, because both the TAX and DISCOUNT amount elements carry the currency code sourced from the header, monetary values always inherit the document's transaction currency.
Common Use Cases and Queries
Typical scenarios include generating payment document payloads for external remittance or funds capture interfaces, validating tax and discount breakdowns across invoice lines, and reconstructing document structures for integration middleware.
A representative query returning the XML payload for a specific document reference:
SELECT l.DOC_UNIQUE_REF, l.CUSTOMER_TRX_LINE_ID, l.DOCUMENT_LINE FROM APPS.IBY_XML_FNDCPT_DOC_LINE_V l WHERE l.DOC_UNIQUE_REF = :p_doc_unique_ref;
To extract scalar values from the XMLType, callers may apply XMLTABLE or EXTRACTVALUE against DOCUMENT_LINE. Joining to the AR header views on DOC_UNIQUE_REF allows aggregation of line totals. Because the view emits XMLType, bulk extraction should be limited to scoped document references to control parsing cost.
-
View: IBY_XML_FNDCPT_DOC_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DOC_LINE_V, object_name:IBY_XML_FNDCPT_DOC_LINE_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_DOC_LINE_V ,
-
View: IBY_XML_FNDCPT_DOC_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DOC_LINE_V, object_name:IBY_XML_FNDCPT_DOC_LINE_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_DOC_LINE_V ,
-
VIEW: APPS.IBY_XML_FNDCPT_DOC_LINES_V
12.1.1
-
VIEW: APPS.IBY_XML_FNDCPT_DOC_LINES_V
12.2.2
-
View: IBY_XML_FNDCPT_DOC_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DOC_LINES_V, object_name:IBY_XML_FNDCPT_DOC_LINES_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_DOC_LINES_V ,
-
View: IBY_XML_FNDCPT_DOC_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DOC_LINES_V, object_name:IBY_XML_FNDCPT_DOC_LINES_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_DOC_LINES_V ,
-
PACKAGE: APPS.ARP_TRX_LINE_UTIL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:ARP_TRX_LINE_UTIL, status:VALID,
-
VIEW: APPS.IBY_XML_FNDCPT_DOC_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DOC_LINES_V, object_name:IBY_XML_FNDCPT_DOC_LINES_V, status:VALID,
-
PACKAGE: APPS.ARP_TRX_LINE_UTIL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:ARP_TRX_LINE_UTIL, status:VALID,
-
VIEW: APPS.IBY_XML_FNDCPT_DOC_LINE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DOC_LINE_V, object_name:IBY_XML_FNDCPT_DOC_LINE_V, status:VALID,
-
VIEW: APPS.IBY_XML_FNDCPT_DOC_HEADER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DOC_HEADER_V, object_name:IBY_XML_FNDCPT_DOC_HEADER_V, status:VALID,
-
VIEW: APPS.IBY_XML_FNDCPT_DOC_HEADER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DOC_HEADER_V, object_name:IBY_XML_FNDCPT_DOC_HEADER_V, status:VALID,
-
VIEW: APPS.IBY_XML_FNDCPT_DOC_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DOC_LINES_V, object_name:IBY_XML_FNDCPT_DOC_LINES_V, status:VALID,
-
VIEW: APPS.IBY_XML_FNDCPT_DOC_LINE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DOC_LINE_V, object_name:IBY_XML_FNDCPT_DOC_LINE_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.IBY_XML_FNDCPT_DOC_HEADER_V
12.1.1
-
VIEW: APPS.IBY_XML_FNDCPT_DOC_HEADER_V
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
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,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.IBY_FNDCPT_TRXN_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_FNDCPT_TRXN_PUB, status:VALID,
-
VIEW: APPS.AR_DOCS_RECEIVABLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_DOCS_RECEIVABLES_V, object_name:AR_DOCS_RECEIVABLES_V, status:VALID,
-
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,
-
TYPE: SYS.XMLTYPE
12.1.1
owner:SYS, object_type:TYPE, object_name:XMLTYPE, status:VALID,
-
TYPE: SYS.XMLTYPE
12.2.2
owner:SYS, object_type:TYPE, object_name:XMLTYPE, status:VALID,
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,