Search Results prepay_dist_number
Overview
APPS.AP_DIST_PREPAY_APPLICATION_V is a documented Oracle E-Business Suite internal view owned by the APPS schema. It is classified as VALID and carries the designation "Oracle Internal Use Only," meaning Oracle Corporation does not support direct access to applications data through this object except from standard Oracle Applications programs. Its FND Design Data reference is SQLAP.AP_DIST_PREPAY_APPLICATION_V, and its view type is Internal. The view is not referenced by any other database object, confirming its role as a leaf-level read construct used by Payables prepayment logic and reporting rather than as a foundation for further dependency chains.
Functionally, the view presents the application and distribution detail of prepayments (prepaid invoices) against their related distributions, exposing both the remaining prepaid amount and the remaining tax amount at the distribution level. For users searching the tax_amount_remaining column, this view is the primary internal source that surfaces that value alongside the corresponding prepayment amount remaining, distribution account, and source document identifiers. It therefore supports reconciliation of prepayment balances, tax recovery analysis, and integration extracts. The 12.1.1 and 12.2.2 releases share this object definition; no structural divergence is documented in the ETRM metadata.
Underlying Base Objects
The metadata documents that APPS.AP_DIST_PREPAY_APPLICATION_V references two dependent objects:
- APPS.AP_INVOICE_DISTRIBUTIONS (SYNONYM) — the synonym resolving to the AP invoice distributions table, supplying distribution-level attributes such as INVOICE_DISTRIBUTION_ID, DIST_CODE_COMBINATION_ID, AMOUNT, BASE_AMOUNT, and the invoice-to-PO and receipt linkage columns.
- APPS.AP_PREPAY_UTILS_PKG (PACKAGE) — the Payables prepayment utility package, which computes the application and remaining balances, including PREPAY_AMOUNT_REMAINING and TAX_AMOUNT_REMAINING. The view's derived columns originate from this package's functions rather than from stored columns on the distribution table.
Because the remaining balances are computed, they reflect the current state of prepayment application at the time of query and are not persisted values.
Key Columns
- INVOICE_ID, PREPAY_LINE_NUMBER, INVOICE_DISTRIBUTION_ID, PREPAY_DIST_NUMBER — identify the prepayment invoice, its line, and the specific distribution being reported.
- PREPAY_AMOUNT_REMAINING — the unapplied portion of the prepayment at the distribution level.
- TAX_AMOUNT_REMAINING — the unapplied tax portion of the prepayment, the column most frequently queried in this object.
- DIST_CODE_COMBINATION_ID, AMOUNT, BASE_AMOUNT, STAT_AMOUNT, QUANTITY_INVOICED, PA_QUANTITY — accounting and quantity attributes of the distribution.
- ACCOUNTING_DATE, PERIOD_NAME, SET_OF_BOOKS_ID — accounting period and ledger context.
- DESCRIPTION, PO_DISTRIBUTION_ID, RCV_TRANSACTION_ID, ORG_ID — descriptive text, purchase order and receiving linkage, and operating unit identifier for multi-org security.
Common Use Cases and Queries
Typical scenarios include reconciling unapplied prepayment and tax balances by ledger and period, analyzing prepayments tied to purchase orders, and building integration extracts that must report remaining tax. A representative query is:
SELECT invoice_id, prepay_line_number, prepay_dist_number, prepay_amount_remaining, tax_amount_remaining, dist_code_combination_id, period_name, set_of_books_id, org_id FROM apps.ap_dist_prepay_application_v WHERE tax_amount_remaining <> 0 AND org_id = :p_org_id;
Because the object is marked Oracle Internal Use Only, production reporting should prefer supported Payables views or APIs, treating this view as a diagnostic and analysis aid rather than a supported integration interface.
-
VIEW: APPS.AP_DIST_PREPAY_APPLICATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DIST_PREPAY_APPLICATION_V, object_name:AP_DIST_PREPAY_APPLICATION_V, status:VALID,
-
VIEW: APPS.AP_DIST_PREPAY_APPLICATION_V
12.1.1
-
View: AP_DIST_PREPAY_APPLICATION_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DIST_PREPAY_APPLICATION_V, object_name:AP_DIST_PREPAY_APPLICATION_V, status:VALID, product: AP - Payables , description: Internal view , implementation_dba_data: APPS.AP_DIST_PREPAY_APPLICATION_V ,
-
View: AP_DIST_PREPAY_APPLICATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DIST_PREPAY_APPLICATION_V, object_name:AP_DIST_PREPAY_APPLICATION_V, status:VALID, product: AP - Payables , description: Internal view , implementation_dba_data: APPS.AP_DIST_PREPAY_APPLICATION_V ,
-
VIEW: APPS.AP_DIST_PREPAY_APPLICATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_DIST_PREPAY_APPLICATION_V, object_name:AP_DIST_PREPAY_APPLICATION_V, status:VALID,
-
VIEW: APPS.AP_DIST_PREPAY_APPLICATION_V
12.2.2
-
VIEW: APPS.AP_INVOICE_DISTRIBUTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_DISTRIBUTIONS_V, object_name:AP_INVOICE_DISTRIBUTIONS_V, status:VALID,
-
VIEW: APPS.AP_INVOICE_DISTRIBUTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_DISTRIBUTIONS_V, object_name:AP_INVOICE_DISTRIBUTIONS_V, status:VALID,
-
View: AP_INVOICE_DISTRIBUTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_DISTRIBUTIONS_V, object_name:AP_INVOICE_DISTRIBUTIONS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICE_DISTRIBUTIONS_V ,
-
View: AP_INVOICE_DISTRIBUTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.AP_INVOICE_DISTRIBUTIONS_V, object_name:AP_INVOICE_DISTRIBUTIONS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_INVOICE_DISTRIBUTIONS_V ,
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,