Search Results earliest_settlement_date
Overview
AP_INV_DISTS_UPDATE is a Payables (AP) schema table that stores invoice distribution lines pending or associated with update processing in Oracle E-Business Suite Release 12.1.1 and 12.2.2. In the Payables data model, invoice distributions represent the accounting splits of an invoice line—each distribution carries the charge account (DIST_CODE_COMBINATION_ID), amount, and the tax, project, and encumbrance attributes that ultimately flow to the General Ledger. The AP_INV_DISTS_UPDATE table mirrors the structure of the permanent AP_INVOICE_DISTRIBUTIONS_ALL table at the column level (244 documented columns), functioning as a staging or working area where distribution rows are accumulated or modified before the final accounting and posting cycle completes.
From a Data Vault modeling perspective, the mined foreign-key structure classifies AP_INV_DISTS_UPDATE heuristically as a standalone object. In practice, its high-cardinality transactional grain and its descriptive, mutable attribute set (amounts, flags, tax and recovery rates) suggest treating it as a satellite attached to an invoice-distribution hub or link, with the distribution line and invoice identifiers serving as the business key.
Key Information Stored
The table is keyed at the distribution level. INVOICE_DISTRIBUTION_ID and DISTRIBUTION_LINE_NUMBER uniquely identify a distribution line, while INVOICE_ID links the row to its parent invoice header. These three columns are the principal business-key candidates; LAST_UPDATE_DATE, CREATED_BY, and LAST_UPDATED_BY provide the standard WHO audit columns.
- DIST_CODE_COMBINATION_ID — the charge account code combination for the distribution.
- INVOICE_ID and INVOICE_LINE_NUMBER — parent invoice and originating line references.
- AMOUNT, BASE_AMOUNT, AMOUNT_TO_POST, BASE_AMOUNT_TO_POST — entered, functional-currency, and posting amounts.
- POSTED_FLAG, ACCRUAL_POSTED_FLAG, CASH_POSTED_FLAG, POSTED_AMOUNT, POSTED_BASE_AMOUNT — accounting and posting status.
- LINE_TYPE_LOOKUP_CODE — distribution classification (ITEM, TAX, FREIGHT, MISCELLANEOUS, etc.).
- SET_OF_BOOKS_ID, PERIOD_NAME, ACCOUNTING_DATE — ledger and accounting period context.
- PO_DISTRIBUTION_ID, RCV_TRANSACTION_ID, MATCH_STATUS_FLAG — purchasing and receiving match references.
- PROJECT_ID, TASK_ID, EXPENDITURE_TYPE, EXPENDITURE_ORGANIZATION_ID — project accounting attributes.
- TAX_RECOVERABLE_FLAG, TAX_RECOVERY_RATE, TAXABLE_AMOUNT, TAX_CODE_ID, SUMMARY_TAX_LINE_ID — tax and recovery detail.
- JE_BATCH_ID, CASH_JE_BATCH_ID — journal batch linkage for accrual and cash accounting.
- REVERSAL_FLAG, CANCELLATION_FLAG, CANCELLED_FLAG, PARENT_REVERSAL_ID — reversal and cancellation lifecycle.
Common Use Cases and Queries
Typical uses include reconciliation of distributions awaiting posting, verification of tax and recovery setup, project-cost validation, and pre-posting diagnostics before the Payables Accounting process runs.
- Identifying unposted distributions for a period:
SELECT INVOICE_ID, INVOICE_DISTRIBUTION_ID, AMOUNT_TO_POST FROM AP.AP_INV_DISTS_UPDATE WHERE POSTED_FLAG = 'N' AND PERIOD_NAME = :p_period; - Aggregating taxable versus recovered amounts by tax code for reporting.
- Joining to the distribution code combination to confirm the accounting flexfield assigned to each expense line.
- Comparing staged rows against the permanent AP_INVOICE_DISTRIBUTIONS_ALL records to detect discrepancies prior to GL transfer.
- Validating encumbrance elements (ENCUMBERED_FLAG, AMOUNT_ENCUMBERED) for purchase-order-matched invoices.
Related Objects
- AP_INVOICES_ALL — joined on INVOICE_ID for invoice header attributes.
- AP_INVOICE_DISTRIBUTIONS_ALL — the permanent distribution repository, joined on INVOICE_DISTRIBUTION_ID.
- AP_RECURRING_PAYMENTS_ALL — referenced via RECURRING_PAYMENT_ID for recurring invoice distributions.
- ZX_LINES_SUMMARY — tax summary joined through SUMMARY_TAX_LINE_ID.
- IGF_AW_AWARD_ALL — grants award linkage via AWARD_ID.
- GL_CODE_COMBINATIONS — joined on DIST_CODE_COMBINATION_ID for account validation.
- PO_DISTRIBUTIONS_ALL — joined on PO_DISTRIBUTION_ID for matched purchase-order charges.
- AP_ACCOUNTING_EVENTS_ALL and the Payables Accounting/Posting APIs — consume staged distributions during journal creation.
-
Table: AP_INV_DISTS_UPDATE
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INV_DISTS_UPDATE, object_name:AP_INV_DISTS_UPDATE, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_INV_DISTS_UPDATE ,
-
Table: AP_INV_DISTS_UPDATE
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INV_DISTS_UPDATE, object_name:AP_INV_DISTS_UPDATE, status:VALID, product: AP - Payables , implementation_dba_data: AP.AP_INV_DISTS_UPDATE ,
-
Table: AP_INVOICES_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICES_ALL, object_name:AP_INVOICES_ALL, status:VALID, product: AP - Payables , description: Detailed invoice records , implementation_dba_data: AP.AP_INVOICES_ALL ,
-
Table: AP_INVOICES_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICES_ALL, object_name:AP_INVOICES_ALL, status:VALID, product: AP - Payables , description: Detailed invoice records , implementation_dba_data: AP.AP_INVOICES_ALL ,
-
Table: AP_INVOICE_DISTRIBUTIONS_ALL
12.2.2
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_DISTRIBUTIONS_ALL, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID, product: AP - Payables , description: Invoice distribution line information , implementation_dba_data: AP.AP_INVOICE_DISTRIBUTIONS_ALL ,
-
Table: AP_INVOICE_DISTRIBUTIONS_ALL
12.1.1
owner:AP, object_type:TABLE, fnd_design_data:SQLAP.AP_INVOICE_DISTRIBUTIONS_ALL, object_name:AP_INVOICE_DISTRIBUTIONS_ALL, status:VALID, product: AP - Payables , description: Invoice distribution line information , implementation_dba_data: AP.AP_INVOICE_DISTRIBUTIONS_ALL ,
-
View: AP_APPLY_PREPAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_APPLY_PREPAYS_V, object_name:AP_APPLY_PREPAYS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_APPLY_PREPAYS_V ,
-
View: AP_APPLY_PREPAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_APPLY_PREPAYS_V, object_name:AP_APPLY_PREPAYS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_APPLY_PREPAYS_V ,
-
View: AP_INVOICES_ALL_MRC_V
12.1.1
product: AP - Payables , description: MULTI-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_INVOICES_ALL_MRC_V
12.2.2
product: AP - Payables , description: MULTI-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_INVOICES_MRC_V
12.1.1
product: AP - Payables , description: SINGLE-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_INVOICES_MRC_V
12.2.2
product: AP - Payables , description: SINGLE-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_INVOICES_UNION_PREPAYS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICES_UNION_PREPAYS_V, object_name:AP_INVOICES_UNION_PREPAYS_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_INVOICES_UNION_PREPAYS_V ,
-
View: AP_INVOICES_UNION_PREPAYS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICES_UNION_PREPAYS_V, object_name:AP_INVOICES_UNION_PREPAYS_V, status:VALID, product: AP - Payables , description: (Release 10SC Only) , implementation_dba_data: APPS.AP_INVOICES_UNION_PREPAYS_V ,
-
View: AP_INVOICES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_INVOICES_V SQLAP.AP_INVOICES_V, object_name:AP_INVOICES_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICES_V ,
-
View: AP_INVOICES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_INVOICES_V SQLAP.AP_INVOICES_V, object_name:AP_INVOICES_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICES_V ,
-
View: AP_INVOICE_DISTS_ALL_MRC_V
12.1.1
product: AP - Payables , description: MULTI-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_INVOICE_DISTS_MRC_V
12.1.1
product: AP - Payables , description: SINGLE-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_INVOICE_DISTS_MRC_V
12.2.2
product: AP - Payables , description: SINGLE-ORG MRC view , implementation_dba_data: Not implemented in this database ,
-
View: AP_INVOICE_DISTS_ALL_MRC_V
12.2.2
product: AP - Payables , description: MULTI-ORG MRC view , implementation_dba_data: Not implemented in this database ,