Search Results apad_amount
Overview
APPS.AP_PREPAYAPP_EXTRACT_DTLS_BC_V is a valid Oracle E-Business Suite view owned by the APPS schema, registered in FND Design Data as FND.AP_PREPAYAPP_EXTRACT_DTLS_BC_V and shipped under the SQLAP product. Its name indicates its purpose: it exposes prepayment application (PREPAYAPP) extract detail rows for the Subledger Accounting (SLA) accounting extract. The "_BC_V" suffix denotes a business-consolidated view, meaning the view is designed to flatten the prepayment application distribution and invoice line detail into a single denormalized row set suitable for consumption by the accounting program and downstream reporting or integration.
The view is the source of the APAD_AMOUNT element that users frequently search for. APAD_AMOUNT represents the accounted amount of the prepayment application distribution, expressed in the ledger currency. It is a key balancing figure in the extract record and is distinct from the invoice line amount (AIL_AMOUNT) also exposed here.
The view's columns describe a single accounting event line: the event identity (EVENT_ID, LINE_NUMBER), the distribution linkage and identifier, deferral attributes, prepayment invoice reference, currency information, and a comprehensive carriage of invoice line (AIL) attributes including accounting flexfield segments, accounting date, period name, and descriptive flexfield columns.
Underlying Base Objects
The view is defined over the following documented base objects:
- AP_INVOICES_ALL and AP_INVOICE_DISTRIBUTIONS_ALL — invoice header and distribution data
- AP_INVOICE_LINES_ALL — invoice line attributes surfaced through the AIL_* columns
- AP_PAYMENT_HISTORY_ALL and AP_PAYMENT_HIST_DISTS — payment history for prepayment clearing
- AP_PREPAY_APP_DISTS — the prepayment application distributions, source of APAD_AMOUNT and APAD_DISTRIBUTION_IDENTIFIER
- AP_PREPAY_HISTORY_ALL — prepayment application history
- FINANCIALS_SYSTEM_PARAMS_ALL — system-level ledger and accounting parameters
- GL_ENCUMBRANCE_TYPES, PO_DISTRIBUTIONS_ALL — purchasing and encumbrance context where applicable
- APPS.PSA_BC_XLA_PUB — Subledger Accounting public package used to derive accounting event context
- XLA_EVENTS_GT — SLA events global temporary table
The view therefore joins prepayment application distributions to their invoice line, payment history, and Subledger Accounting event context, producing one extract detail row per application line.
Key Columns
- EVENT_ID / LINE_NUMBER — identity of the SLA accounting event and its line, used to reconcile extract rows back to XLA_EVENTS.
- APAD_AMOUNT — the accounted amount of the prepayment application distribution; the value most commonly queried.
- APAD_DISTRIBUTION_IDENTIFIER / APAD_INVOICE_ADJ_EVENT_ID / APAD_DIST_LOOKUP_CODE — identifiers and classification of the application distribution.
- APPH_PREPAY_INVOICE_ID — the prepayment invoice being applied.
- PREPAY_PAY_CURRENCY_CODE / PREPAY_CLEAR_CURRENCY_CODE — payment and clearing currencies for the prepayment.
- DISTRIBUTION_LINK_TYPE, DEFERRED_OPTION, DEFERRED_START_DATE, DEFERRED_END_DATE, DEFERRED_NUMBER_OF_PERIODS, DEFERRED_PERIOD_TYPE, DIST_ACCOUNT_REVERSAL_OPTION — deferral and reversal control attributes.
- AIL_LINE_NUMBER, AIL_LINE_TYPE_LOOKUP_CODE, AIL_ACCOUNTING_DATE, AIL_PERIOD_NAME, AIL_AMOUNT, AIL_ROUNDING_AMT — invoice line identity, accounting date, and amounts.
- AIL_ACCOUNT_SEGMENT, AIL_BALANCING_SEGMENT, AIL_COST_CENTER_SEGMENT, AIL_OVERLAY_DIST_CODE_CONCAT, AIL_DEFAULT_DIST_CCID — accounting flexfield and distribution code combination context.
- AIL_ATTRIBUTE1–15 and AIL_GLOBAL_ATTRIBUTE1–7 — descriptive flexfield attributes carried through for reconciliation.
Common Use Cases and Queries
Typical uses include reconciliation of prepayment application accounted amounts to the general ledger, analysis of deferred prepayment applications, and extracts feeding external reporting or data warehouses.
To retrieve the accounted amount for a specific application event:
SELECT event_id, line_number, apad_distribution_identifier, apad_amount, prepay_pay_currency_code FROM apps.ap_prepayapp_extract_dtls_bc_v WHERE event_id = :p_event_id;
To summarize accounted amounts by prepayment invoice:
SELECT apph_prepay_invoice_id, SUM(apad_amount) accounted_total FROM apps.ap_prepayapp_extract_dtls_bc_v GROUP BY apph_prepay_invoice_id ORDER BY apph_prepay_invoice_id;
To inspect deferral details:
SELECT event_id, line_number, deferred_option, deferred_start_date, deferred_end_date, deferred_number_of_periods, apad_amount FROM apps.ap_prepayapp_extract_dtls_bc_v WHERE deferred_option IS NOT NULL;
Because the view is read-only and built on SLA extract logic, it should be queried rather than modified, and bind predicates on EVENT_ID or the prepayment invoice identifier are recommended to limit the volume of joined rows returned.
-
VIEW: APPS.AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DTLS_BC_V SQLAP.AP_PREPAYAPP_EXTRACT_DTLS_BC_V, object_name:AP_PREPAYAPP_EXTRACT_DTLS_BC_V, status:VALID,
-
VIEW: APPS.AP_PREPAYAPP_EXTRACT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DETAILS_V SQLAP.AP_PREPAYAPP_EXTRACT_DETAILS_V, object_name:AP_PREPAYAPP_EXTRACT_DETAILS_V, status:VALID,
-
VIEW: APPS.AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DTLS_BC_V SQLAP.AP_PREPAYAPP_EXTRACT_DTLS_BC_V, object_name:AP_PREPAYAPP_EXTRACT_DTLS_BC_V, status:VALID,
-
VIEW: APPS.AP_PREPAYAPP_EXTRACT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DETAILS_V SQLAP.AP_PREPAYAPP_EXTRACT_DETAILS_V, object_name:AP_PREPAYAPP_EXTRACT_DETAILS_V, status:VALID,
-
VIEW: APPS.AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.1.1
-
View: AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DTLS_BC_V SQLAP.AP_PREPAYAPP_EXTRACT_DTLS_BC_V, object_name:AP_PREPAYAPP_EXTRACT_DTLS_BC_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DTLS_BC_V ,
-
View: AP_PREPAYAPP_EXTRACT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DETAILS_V SQLAP.AP_PREPAYAPP_EXTRACT_DETAILS_V, object_name:AP_PREPAYAPP_EXTRACT_DETAILS_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DETAILS_V ,
-
View: AP_PREPAYAPP_EXTRACT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DETAILS_V SQLAP.AP_PREPAYAPP_EXTRACT_DETAILS_V, object_name:AP_PREPAYAPP_EXTRACT_DETAILS_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DETAILS_V ,
-
View: AP_PREPAYAPP_EXTRACT_DETAILS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DETAILS_V SQLAP.AP_PREPAYAPP_EXTRACT_DETAILS_V, object_name:AP_PREPAYAPP_EXTRACT_DETAILS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DETAILS_V ,
-
VIEW: APPS.AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.2.2
-
View: AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DTLS_BC_V SQLAP.AP_PREPAYAPP_EXTRACT_DTLS_BC_V, object_name:AP_PREPAYAPP_EXTRACT_DTLS_BC_V, status:VALID, product: FND - Application Object Library , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DTLS_BC_V ,
-
View: AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DTLS_BC_V SQLAP.AP_PREPAYAPP_EXTRACT_DTLS_BC_V, object_name:AP_PREPAYAPP_EXTRACT_DTLS_BC_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DTLS_BC_V ,
-
VIEW: APPS.AP_PREPAYAPP_EXTRACT_DETAILS_V
12.1.1
-
View: AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DTLS_BC_V SQLAP.AP_PREPAYAPP_EXTRACT_DTLS_BC_V, object_name:AP_PREPAYAPP_EXTRACT_DTLS_BC_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DTLS_BC_V ,
-
View: AP_PREPAYAPP_EXTRACT_DETAILS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.AP_PREPAYAPP_EXTRACT_DETAILS_V SQLAP.AP_PREPAYAPP_EXTRACT_DETAILS_V, object_name:AP_PREPAYAPP_EXTRACT_DETAILS_V, status:VALID, product: AP - Payables , implementation_dba_data: APPS.AP_PREPAYAPP_EXTRACT_DETAILS_V ,
-
VIEW: APPS.AP_PREPAYAPP_EXTRACT_DETAILS_V
12.2.2
-
APPS.XLA_00200_AAD_S_000011_PKG SQL Statements
12.1.1
-
APPS.XLA_00200_AAD_S_000011_PKG SQL Statements
12.2.2
-
APPS.XLA_00200_AAD_S_000010_BC_PKG SQL Statements
12.1.1
-
APPS.XLA_00200_AAD_S_000006_BC_PKG SQL Statements
12.1.1
-
APPS.XLA_00200_AAD_S_000006_BC_PKG SQL Statements
12.2.2
-
APPS.XLA_00200_AAD_S_000010_BC_PKG SQL Statements
12.2.2
-
APPS.XLA_00200_AAD_S_000010_PKG SQL Statements
12.1.1
-
APPS.XLA_00200_AAD_S_000010_PKG SQL Statements
12.2.2
-
APPS.XLA_00200_AAD_S_000006_BC_PKG dependencies on XLA_EVENTS_GT
12.1.1
-
APPS.XLA_00200_AAD_S_000010_BC_PKG dependencies on XLA_EVENTS_GT
12.1.1
-
APPS.XLA_00200_AAD_S_000012_PKG SQL Statements
12.1.1
-
APPS.XLA_00200_AAD_S_000006_BC_PKG dependencies on XLA_EVENTS_GT
12.2.2
-
APPS.XLA_00200_AAD_S_000010_BC_PKG dependencies on XLA_EVENTS_GT
12.2.2
-
APPS.XLA_00200_AAD_S_000020_PKG SQL Statements
12.1.1
-
APPS.XLA_00200_AAD_S_000012_PKG SQL Statements
12.2.2
-
APPS.XLA_00200_AAD_S_000020_PKG SQL Statements
12.2.2
-
APPS.XLA_00200_AAD_S_000002_PKG SQL Statements
12.1.1
-
APPS.XLA_00200_AAD_S_000002_PKG SQL Statements
12.2.2
-
APPS.XLA_00200_AAD_S_000006_PKG SQL Statements
12.2.2
-
APPS.XLA_00200_AAD_S_000006_PKG SQL Statements
12.1.1
-
APPS.XLA_00200_AAD_S_000006_BC_PKG dependencies on AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.1.1
-
APPS.XLA_00200_AAD_S_000010_BC_PKG dependencies on AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.1.1
-
APPS.XLA_00200_AAD_S_000006_BC_PKG dependencies on AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.2.2
-
APPS.XLA_00200_AAD_S_000010_BC_PKG dependencies on AP_PREPAYAPP_EXTRACT_DTLS_BC_V
12.2.2
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
PACKAGE BODY: APPS.XLA_00200_AAD_S_000006_BC_PKG
12.2.2
-
PACKAGE BODY: APPS.XLA_00200_AAD_S_000010_BC_PKG
12.2.2
-
PACKAGE BODY: APPS.XLA_00200_AAD_S_000010_BC_PKG
12.1.1
-
PACKAGE BODY: APPS.XLA_00200_AAD_S_000006_BC_PKG
12.1.1
-
eTRM - FND Tables and Views
12.2.2
description: No longer used ,
-
PACKAGE BODY: APPS.XLA_00200_AAD_S_000011_PKG
12.2.2
-
PACKAGE BODY: APPS.XLA_00200_AAD_S_000011_PKG
12.1.1
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,