Search Results iby_document_lines
Overview
The IBY_DOCUMENT_LINES table is a core data object within the Oracle Payments (IBY) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It functions as a detailed line-level repository for documents payable processed through the payment engine. While the primary header information for a payable document is stored in IBY_DOCS_PAYABLE_ALL, this table holds the individual line items that constitute those documents. Its primary role is to support the granular tracking, validation, and settlement of payment obligations, enabling complex payment scenarios where individual invoice lines may have distinct payment terms, accounting distributions, or supplier information. The integrity of its data is critical for accurate payment execution, reconciliation, and financial reporting.
Key Information Stored
The table's structure is designed to link line details to their parent payable document and store line-specific attributes. The metadata explicitly identifies the primary key as DOCUMENT_PAYABLE_LINE_ID, a unique system-generated identifier for each line record. A critical foreign key relationship is defined via the DOCUMENT_PAYABLE_ID column, which links each line to its corresponding header record in the IBY_DOCS_PAYABLE_ALL table. While the provided excerpt does not list all columns, typical columns in this table would include amounts (line, tax, discount), accounting distribution codes, payment priority flags, and references to the original source transaction line identifiers (e.g., from Payables or Purchasing). This structure allows the Payments module to aggregate and process lines at the most granular level required by business rules.
Common Use Cases and Queries
This table is central to queries and reports that require analysis below the document header level. A common use case is investigating payment validation failures or holds that are specific to certain line items within an invoice batch. Another is reconciling payment amounts by drilling down from a payment batch to individual invoice lines. A fundamental query pattern involves joining to the document header to retrieve a complete payable view. For example, to find all lines for a specific document payable identifier, one would use:
- SELECT dline.* FROM iby_document_lines dline WHERE dline.document_payable_id = :p_doc_payable_id;
Reporting on total payable amounts by general ledger account or cost center also necessitates querying this table to access the line-level accounting distributions. Troubleshooting often involves tracing a line using its unique DOCUMENT_PAYABLE_LINE_ID or by joining back to source transaction tables via the embedded source line reference.
Related Objects
The most significant related object, as defined by the documented foreign key, is the IBY_DOCS_PAYABLE_ALL table. This is the parent table, and every record in IBY_DOCUMENT_LINES must correspond to a single record in IBY_DOCS_PAYABLE_ALL via the DOCUMENT_PAYABLE_ID foreign key. The table is also intrinsically linked to various Payment Process Request (PPR) and payment instruction entities within the IBY schema, though these relationships are often mediated through the document header. Key APIs, such as those in the IBY_PAYMENT_ADAPTER package, populate and interact with this table during the creation and validation of payment instructions. For reporting, several Payment Manager and reconciliation views may reference or aggregate data from this underlying table.
-
Table: IBY_DOCUMENT_LINES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENT_LINES, object_name:IBY_DOCUMENT_LINES, status:VALID, product: IBY - Payments , description: IBY_DOCUMENT_LINES stores Oracle Payments' representation of individual line items for documents payable, such as invoice lines for an Oracle Payables invoice. This information is passed according to payment format, but is not used to affec , implementation_dba_data: IBY.IBY_DOCUMENT_LINES ,
-
Table: IBY_DOCUMENT_LINES
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENT_LINES, object_name:IBY_DOCUMENT_LINES, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_DOCUMENT_LINES ,
-
APPS.IBY_DISBURSE_SUBMIT_PUB_PKG dependencies on IBY_DOCUMENT_LINES
12.2.2
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_DOCUMENT_LINES
12.1.1
-
APPS.IBY_DISBURSE_SUBMIT_PUB_PKG dependencies on IBY_DOCUMENT_LINES
12.1.1
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_DOCUMENT_LINES
12.1.1
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_DOCUMENT_LINES
12.2.2
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_DOCUMENT_LINES
12.2.2
-
VIEW: IBY.IBY_DOCUMENT_LINES#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_DOCUMENT_LINES#, status:VALID,
-
VIEW: APPS.IBY_XML_FD_DOCLINE_1_0_V
12.1.1
-
SYNONYM: APPS.IBY_DOCUMENT_LINES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_DOCUMENT_LINES, status:VALID,
-
VIEW: APPS.IBY_XML_FD_DOCLINE_1_0_V
12.2.2
-
SYNONYM: APPS.IBY_DOCUMENT_LINES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_DOCUMENT_LINES, status:VALID,
-
VIEW: IBY.IBY_DOCUMENT_LINES#
12.2.2
-
TABLE: IBY.IBY_DOCUMENT_LINES
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENT_LINES, object_name:IBY_DOCUMENT_LINES, status:VALID,
-
TABLE: IBY.IBY_DOCUMENT_LINES
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCUMENT_LINES, object_name:IBY_DOCUMENT_LINES, status:VALID,
-
View: IBY_XML_FD_DOCLINE_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_DOCLINE_1_0_V, object_name:IBY_XML_FD_DOCLINE_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_DOCLINE_1_0_V ,
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_PAYMENT_REASONS_VL
12.2.2
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_PAYMENT_REASONS_VL
12.1.1
-
View: IBY_XML_FD_DOCLINE_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_DOCLINE_1_0_V, object_name:IBY_XML_FD_DOCLINE_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_DOCLINE_1_0_V ,
-
Table: IBY_DOCS_PAYABLE_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCS_PAYABLE_ALL, object_name:IBY_DOCS_PAYABLE_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_DOCS_PAYABLE_ALL ,
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_DELIVERY_CHANNELS_VL
12.1.1
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_DELIVERY_CHANNELS_VL
12.2.2
-
VIEW: APPS.IBY_XML_FD_DOCLINE_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_DOCLINE_1_0_V, object_name:IBY_XML_FD_DOCLINE_1_0_V, status:VALID,
-
VIEW: APPS.IBY_XML_FD_DOCLINE_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_DOCLINE_1_0_V, object_name:IBY_XML_FD_DOCLINE_1_0_V, status:VALID,
-
Table: IBY_DOCS_PAYABLE_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DOCS_PAYABLE_ALL, object_name:IBY_DOCS_PAYABLE_ALL, status:VALID, product: IBY - Payments , description: "This table contains records of the documents payable which are updated by system while processing 'Build payments' program. IBY_DOCS_PAYABLE_ALL stores Oracle Payments' representation of source products' documents payable. A document pay , implementation_dba_data: IBY.IBY_DOCS_PAYABLE_ALL ,
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_PP_FIRST_PARTY_V
12.1.1
-
PACKAGE BODY: APPS.IBY_VALIDATIONSETS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_VALIDATIONSETS_PUB, status:VALID,
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_PP_FIRST_PARTY_V
12.2.2
-
PACKAGE BODY: APPS.IBY_VALIDATIONSETS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_VALIDATIONSETS_PUB, status:VALID,
-
PACKAGE: APPS.IBY_VALIDATIONSETS_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_VALIDATIONSETS_PUB, status:VALID,
-
PACKAGE BODY: APPS.IBY_DISBURSE_SUBMIT_PUB_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_DISBURSE_SUBMIT_PUB_PKG, status:VALID,
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on CE_BANK_ACCOUNTS
12.1.1
-
PACKAGE: APPS.IBY_VALIDATIONSETS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_VALIDATIONSETS_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IBY_DISBURSE_SUBMIT_PUB_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_DISBURSE_SUBMIT_PUB_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on CE_BANK_ACCOUNTS
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_DOCS_PAYABLE_ALL
12.1.1
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_DOCS_PAYABLE_ALL
12.2.2
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
APPS.IBY_VALIDATIONSETS_PUB SQL Statements
12.1.1