Search Results inv_amount_func
Overview
APPS.FII_AR_NET_REC_BASE_MV_F_V is a reporting view in Oracle E-Business Suite Release 12.1.1 and 12.2.2 that exposes the functional-currency ("_FUNC") measures maintained by the Oracle Receivables net receivables and receipts materialized view. It is part of the Oracle Financial Intelligence (FII) / Enterprise Trade and Risk Management (ETRM) reporting layer used for receivables aging, collections, and cash-application analytics. The view's suffix convention distinguishes it from its underlying materialized view: the "_V" indicates a view, and "_FUNC" columns carry amounts converted to the ledger functional currency, making the data suitable for cross-currency aggregation in BI Publisher reports, Discoverer workbooks, and Oracle Business Intelligence (OBIEE/OBIA) dashboards.
The search term "earned_discount_amount_func" maps directly to the EARNED_DISCOUNT_AMOUNT_FUNC column, confirming that this view is the correct target for queries concerning discount taken at the time of receipt application.
Underlying Base Objects
The view is defined as a straightforward projection over the materialized view FII_AR_NET_REC_BASE_MV. Its text selects a fixed column list—time, party, customer account, collector, operating unit, classification, bucket amounts and counts, receipt and adjustment measures, and functional-currency discount metrics—directly from that materialized view without joins, filters, or aggregation. Because the source is a materialized view, the data reflects a snapshot refreshed on a schedule; query results are therefore as fresh as the most recent refresh of FII_AR_NET_REC_BASE_MV. The documented metadata lists no additional referenced base objects, so the relationship is one-to-one between the view and its backing materialized view.
Key Columns
- TIME_ID / PERIOD_TYPE_ID / HEADER_FILTER_DATE — temporal dimensions controlling the reporting period and header date filter.
- PARTY_ID, PARENT_PARTY_ID, CUST_ACCOUNT_ID, COLLECTOR_ID, ORG_ID — customer, party hierarchy, collector, and operating unit keys used for drill-down and security.
- CURRENT_BUCKET_n_AMOUNT_FUNC / PAST_DUE_BUCKET_n_AMOUNT_FUNC — aged receivable balances by bucket, with corresponding _COUNT columns.
- CURRENT_OPEN_AMOUNT_FUNC, PAST_DUE_OPEN_AMOUNT_FUNC, TOTAL_OPEN_AMOUNT_FUNC — open balance measures partitioned into current, past due, and total.
- INV_AMOUNT_FUNC, DM_AMOUNT_FUNC, CB_AMOUNT_FUNC, BR_AMOUNT_FUNC, DEP_AMOUNT_FUNC — transaction-type amounts (invoice, debit memo, credit memo/chargeback, deposit).
- APP_AMOUNT_FUNC / APP_COUNT — applied receipt amounts and counts.
- EARNED_DISCOUNT_AMOUNT_FUNC / UNEARNED_DISCOUNT_AMOUNT_FUNC — discount taken at application time versus discount not yet earned.
- TOTAL_RECEIPT_AMOUNT_FUNC / TOTAL_RECEIPT_COUNT — aggregate receipt volume.
- WTD_TERMS_OUT_OPEN_NUM_FUNC, WTD_DDSO_DUE_NUM_FUNC, WTD_DAYS_PAID_NUM_FUNC, WTD_TERMS_PAID_NUM_FUNC, AVG_DD_NUM_FUNC — weighted-average terms and days-sales-outstanding metrics.
- GID, UMARKER — governance and uniqueness identifiers used by the FII/ETRM load process.
Common Use Cases and Queries
The view supports collections dashboards, DSO analysis, and discount-taken audits. To isolate earned discount by customer and collector for a period:
- SELECT cust_account_id, collector_id, SUM(earned_discount_amount_func) FROM apps.fii_ar_net_rec_base_mv_f_v WHERE time_id = :time_id GROUP BY cust_account_id, collector_id;
- SELECT org_id, SUM(total_open_amount_func), SUM(past_due_open_amount_func) FROM apps.fii_ar_net_rec_base_mv_f_v GROUP BY org_id;
- SELECT time_id, AVG(avg_dd_num_func) FROM apps.fii_ar_net_rec_base_mv_f_v GROUP BY time_id;
Because refresh timing governs currency, users should confirm the last refresh of FII_AR_NET_REC_BASE_MV before relying on the figures for period-close reporting.
-
VIEW: APPS.FII_AR_NET_REC_BASE_MV_F_V
12.1.1
-
VIEW: APPS.FII_AR_NET_REC_AGRT_MV_F_V
12.1.1
-
View: FII_AR_NET_REC_AGRT_MV_F_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_NET_REC_AGRT_MV_F_V, object_name:FII_AR_NET_REC_AGRT_MV_F_V, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_AR_NET_REC_AGRT_MV_F_V ,
-
View: FII_AR_NET_REC_BASE_MV_F_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_NET_REC_BASE_MV_F_V, object_name:FII_AR_NET_REC_BASE_MV_F_V, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_AR_NET_REC_BASE_MV_F_V ,
-
View: FII_AR_NET_REC_AGRT_MV_F_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_NET_REC_BASE_MV_F_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
MATERIALIZED VIEW: APPS.FII_AR_NET_REC_BASE_MV
12.1.1
-
MATERIALIZED VIEW: APPS.FII_AR_NET_REC_AGRT_MV
12.1.1
-
MATERIALIZED VIEW: APPS.FII_AR_NET_REC_BASE_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:FII_AR_NET_REC_BASE_MV, status:VALID,
-
TABLE: APPS.MLOG$_FII_AR_NET_REC_INTR_
12.1.1
owner:APPS, object_type:TABLE, object_name:MLOG$_FII_AR_NET_REC_INTR_, status:VALID,
-
TABLE: APPS.FII_AR_NET_REC_INTR_MV
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.FII_AR_NET_REC_INTR_MV, object_name:FII_AR_NET_REC_INTR_MV, status:VALID,
-
TABLE: APPS.MLOG$_FII_AR_NET_REC_BASE_
12.1.1
owner:APPS, object_type:TABLE, object_name:MLOG$_FII_AR_NET_REC_BASE_, status:VALID,
-
TABLE: APPS.FII_AR_NET_REC_AGRT_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:FII_AR_NET_REC_AGRT_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.FII_AR_NET_REC_INTR_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:FII_AR_NET_REC_INTR_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.FII_AR_NET_REC_AGRT_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:FII_AR_NET_REC_AGRT_MV, status:VALID,
-
TABLE: APPS.FII_AR_NET_REC_BASE_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:FII_AR_NET_REC_BASE_MV, status:VALID,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,