Search Results discount_available
Overview
The view APPS.FII_AP_DISC_AVAL_TOP_SUMMARY_V is a reporting object within the Oracle E-Business Suite Financial Intelligence (FII) / Enterprise Tax and Reporting Management (ETRM) data model. It presents an aggregated, top-level summary of accounts payable discount information, organized by operating unit and trading partner. Its purpose is to support reporting and analytical queries that need consolidated visibility into the discounts available on supplier invoices, without requiring the report consumer to perform grouping and aggregation at runtime.
The view is primarily oriented toward reporting and integration scenarios, such as dashboard inquiries, ETRM reporting extracts, and downstream analytical processes where a summarized discount position per operating unit and trading partner is required. By surfacing pre-aggregated amounts, the view simplifies the construction of summary-level queries and reduces the burden on report developers to understand the detailed granularity of the underlying discounts summary data.
Underlying Base Objects
The view is defined over a single base object, FII_AP_DISCOUNTS_SUMMARY. According to the documented view definition, the query selects from this table with a filter of RECORD_TYPE = 'R' and aggregates the results. The ETRM metadata provided does not document any additional referenced base objects, so the relationship is a straightforward one-to-one dependency on FII_AP_DISCOUNTS_SUMMARY.
The FII_AP_DISCOUNTS_SUMMARY table stores discount-related summary records for accounts payable invoices. The restriction to RECORD_TYPE = 'R' indicates that the view exposes only a specific record category from that table, presumably the reporting or "regular" discount records, while excluding other record types that may exist for different processing purposes. The view performs a GROUP BY over operating unit and trading partner attributes, collapsing multiple detail rows into a single summarized row per combination.
Key Columns
The view exposes the following columns:
- OPERATING_UNIT_PK_KEY — The primary key identifier of the operating unit, used for grouping and joining to operating unit dimensions.
- OPERATING_UNIT_NAME — The descriptive name of the operating unit, provided for reporting readability.
- TRADING_PARTNER_PK_KEY — The primary key identifier of the trading partner (supplier), used for grouping and dimensional joins.
- TRADING_PARTNER_NAME — The descriptive name of the trading partner.
- INVOICE_AMOUNT — The sum of invoice amounts for the grouped operating unit and trading partner combination.
- INVOICE_COUNT — The count of distinct invoice unique identifiers, providing a distinct invoice count within the group.
- DISCOUNT_AVAILABLE — The sum of discount available amounts, which is the central measure for users searching on the term discount_available.
The grouping keys are the operating unit and trading partner PK keys and names, so each row represents one distinct combination of those four attributes.
Common Use Cases and Queries
Typical usage centers on reporting the total discount available per operating unit and supplier. A representative query follows:
SELECT operating_unit_name, trading_partner_name, invoice_amount, invoice_count, discount_available FROM apps.fii_ap_disc_aval_top_summary_v ORDER BY discount_available DESC;SELECT operating_unit_name, SUM(discount_available) FROM apps.fii_ap_disc_aval_top_summary_v GROUP BY operating_unit_name;SELECT trading_partner_name, discount_available FROM apps.fii_ap_disc_aval_top_summary_v WHERE operating_unit_name = :p_operating_unit;
These queries support dashboard displays, supplier discount analysis, and ETRM reporting extracts. Because the view already aggregates the underlying summary data, report authors can filter and sort on DISCOUNT_AVAILABLE directly, making the view well suited to ad hoc analysis of available discounts across the payables organization.
-
VIEW: APPS.FII_AP_DISC_AVAL_TOP_SUMMARY_V
12.1.1
-
VIEW: APPS.FII_AP_DISC_AVAL_DTL_SUMMARY_V
12.1.1
-
View: FII_AP_DISC_AVAL_TOP_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_DISC_AVAL_TOP_SUMMARY_V, object_name:FII_AP_DISC_AVAL_TOP_SUMMARY_V, status:VALID, product: FII - Financial Intelligence , description: FII_AP_DISC_AVAL_TOP_SUMMARY_V is the view to support Payables Discount Available Summary Drill Downs Portlet , implementation_dba_data: APPS.FII_AP_DISC_AVAL_TOP_SUMMARY_V ,
-
View: FII_AP_DISC_AVAL_TOP_SUMMARY_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AP_DISC_AVAL_TOP_SUMMARY_V is the view to support Payables Discount Available Summary Drill Downs Portlet , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_DISC_AVAL_DTL_SUMMARY_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AP_DISC_AVAL_DTL_SUMMARY_V is the view to support Payables Discount Available Detail Drill Downs Portlet , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_DISC_AVAL_DTL_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_DISC_AVAL_DTL_SUMMARY_V, object_name:FII_AP_DISC_AVAL_DTL_SUMMARY_V, status:VALID, product: FII - Financial Intelligence , description: FII_AP_DISC_AVAL_DTL_SUMMARY_V is the view to support Payables Discount Available Detail Drill Downs Portlet , implementation_dba_data: APPS.FII_AP_DISC_AVAL_DTL_SUMMARY_V ,
-
VIEW: APPS.FII_AP_DISC_TOP_SUMMARY_V
12.1.1
-
VIEW: APPS.FII_AP_DISC_AVAL_TOP_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_DISC_AVAL_TOP_SUMMARY_V, object_name:FII_AP_DISC_AVAL_TOP_SUMMARY_V, status:VALID,
-
APPS.FII_AP_DISCOUNTS_SUM_C SQL Statements
12.1.1
-
VIEW: APPS.FII_AP_DISC_AVAL_DTL_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_DISC_AVAL_DTL_SUMMARY_V, object_name:FII_AP_DISC_AVAL_DTL_SUMMARY_V, status:VALID,
-
View: FII_AP_DISC_TOP_SUMMARY_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_DISC_TOP_SUMMARY_V, object_name:FII_AP_DISC_TOP_SUMMARY_V, status:VALID, product: FII - Financial Intelligence , description: FII_AP_DISC_TOP_SUMMARY_V is the view to support Payment Discount Opportunities Portlet , implementation_dba_data: APPS.FII_AP_DISC_TOP_SUMMARY_V ,
-
TABLE: FII.FII_AP_DISCOUNTS_SUMMARY
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_DISCOUNTS_SUMMARY, object_name:FII_AP_DISCOUNTS_SUMMARY, status:VALID,
-
TABLE: FII.MLOG$_FII_AP_PAY_SCHED_B
12.1.1
owner:FII, object_type:TABLE, object_name:MLOG$_FII_AP_PAY_SCHED_B, status:VALID,
-
View: FII_AP_DISC_TOP_SUMMARY_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AP_DISC_TOP_SUMMARY_V is the view to support Payment Discount Opportunities Portlet , implementation_dba_data: Not implemented in this database ,
-
TABLE: FII.FII_AP_PAY_SCHED_TEMP
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_PAY_SCHED_TEMP, object_name:FII_AP_PAY_SCHED_TEMP, status:VALID,
-
TABLE: FII.FII_AP_PAY_SCHED_UI_GT
12.1.1
owner:FII, object_type:TABLE, object_name:FII_AP_PAY_SCHED_UI_GT, status:VALID,
-
PACKAGE BODY: APPS.FII_AP_DISCOUNTS_SUM_C
12.1.1
-
MATERIALIZED VIEW: APPS.FII_AP_PMT_SCHEDULES_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:FII_AP_PMT_SCHEDULES_MV, status:VALID,
-
TABLE: APPS.FII_AP_PMT_SCHEDULES_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.FII_AP_PMT_SCHEDULES_MV, object_name:FII_AP_PMT_SCHEDULES_MV, status:VALID,
-
APPS.FII_AP_INV_SUM_INIT SQL Statements
12.1.1
-
MATERIALIZED VIEW: APPS.FII_AP_PMT_SCHEDULES_MV
12.1.1
-
TABLE: FII.FII_AP_PAY_SCHED_B
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_PAY_SCHED_B, object_name:FII_AP_PAY_SCHED_B, status:VALID,
-
PACKAGE BODY: APPS.FII_AP_INV_SUM_INIT
12.1.1
-
PACKAGE BODY: APPS.FII_AP_INV_ON_HOLD_DETAIL
12.1.1
-
APPS.FII_AP_INV_ON_HOLD_DETAIL dependencies on FII_PMV_UTIL
12.1.1
-
APPS.FII_AP_INV_DETAIL dependencies on FII_PMV_UTIL
12.1.1
-
APPS.AP_INTEREST_INVOICE_PKG dependencies on APP_EXCEPTION
12.1.1
-
APPS.AP_INTEREST_INVOICE_PKG dependencies on APP_EXCEPTION
12.2.2
-
PACKAGE BODY: APPS.AP_INTEREST_INVOICE_PKG
12.1.1
-
PACKAGE BODY: APPS.AP_INTEREST_INVOICE_PKG
12.2.2
-
APPS.FII_AP_INV_SUM_INIT dependencies on AP_PAYMENT_SCHEDULES_ALL
12.1.1
-
APPS.FII_AP_INV_SUM_INC dependencies on FII_AP_PAY_SCHED_B
12.1.1
-
APPS.FII_AP_INV_SUM_INIT dependencies on FII_AP_PAY_SCHED_B
12.1.1
-
PACKAGE BODY: APPS.FII_AP_INV_DETAIL
12.1.1
-
APPS.AP_INTEREST_INVOICE_PKG dependencies on FND_MESSAGE
12.2.2
-
APPS.AP_INTEREST_INVOICE_PKG dependencies on FND_MESSAGE
12.1.1
-
PACKAGE BODY: APPS.FII_AP_INV_SUM_INC
12.1.1
-
eTRM - FII Tables and Views
12.1.1
description: This table stores the mapping of leaf nodes from pruned dimension to nodes in the child value sets ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,