Search Results aging_bucket_2_amount_func
Overview
The view APPS.FII_AR_RCT_AGING_AGRT_MV_F_V is a reporting layer object within the Oracle E-Business Suite Receivables and Financial Intelligence (FII) product family. It is a relatively thin projection: the view text selects every column listed from the underlying materialized view FII_AR_RCT_AGING_AGRT_MV without joins, filters, or transformations. Its function is to expose the aged receivables aggregation — computed by the materialized view — through a stable, "_V" view interface so that Oracle Business Intelligence (OBIEE), Financial Intelligence reporting, or XML Publisher templates can query it without binding directly to the materialized view name.
The object is a critical part of the Receivables aging and collections reporting model. The "AGRT" component indicates that the underlying aggregation is also filtered by resource or collector assignment ("agent resource"), meaning the aged amounts are summarized by collector, customer, party, and time period. The trailing "_F_V" convention denotes a Financial Intelligence functional view. The object is relevant in both 12.1.1 and 12.2.2, where the underlying view text is identical.
Underlying Base Objects
The documented source is a single underlying object:
FII_AR_RCT_AGING_AGRT_MV— an object prefixed "MV", indicating a materialized view created by the Financial Intelligence Receivables data model. It is the aggregation container that physically stores the pre-computed aging buckets and unapplied (unapplied cash) totals.
Because the projection is direct, column names and data types are inherited one-for-one from the materialized view. The documented ETRM metadata does not list any referenced base objects (base tables such as AR_PAYMENT_SCHEDULES_ALL, HZ_CUST_ACCOUNTS, or RA_CUSTOMER_TRX_ALL). While those tables are conventionally the origin of aged receivable transactions, the metadata as provided does not formally document them, so any dependency on them should be treated as inferred rather than certified.
Key Columns
The columns exposed by the view are:
- AGGREGATION KEYS:
TIME_ID,PERIOD_TYPE_ID,PARENT_PARTY_ID,PARTY_ID,CUST_ACCOUNT_ID,COLLECTOR_ID,ORG_ID— these define the grain of the materialized view (period, party hierarchy, customer account, collector, operating unit). - AGING BUCKETS:
AGING_BUCKET_1_AMOUNT_FUNC,AGING_BUCKET_1_COUNT,AGING_BUCKET_2_AMOUNT_FUNC,AGING_BUCKET_2_COUNT,AGING_BUCKET_3_AMOUNT_FUNC,AGING_BUCKET_3_COUNT— functional-currency aged amount and transaction count for each bucket. - UNAPPLIED:
UNID_AMOUNT_FUNC(unidentified receipts),UNAPP_AMOUNT_FUNC(unapplied cash),TOTAL_UNAPPLIED_AMOUNT_FUNC, andTOTAL_UNAPPLIED_COUNT. - INTERNAL:
GID, a generated identifier used internally by Financial Intelligence.
Note that AGING_BUCKET_1_AMOUNT_FUNC is the singular form of the user's search string aging_bucket_1_amount_func; the plural/suffix variants belong to sibling views. The amount columns are expressed in the ledger functional currency, distinguished by the _FUNC suffix.
Common Use Cases and Queries
The view is typically consumed for aging summaries by collector or customer:
- Receivables aging dashboards in OBIEE.
- Collector performance and portfolio-at-risk reports.
- Reconciliation of bucket totals to the general ledger.
A representative query:
SELECT party_id,
cust_account_id,
collector_id,
org_id,
time_id,
aging_bucket_1_amount_func,
aging_bucket_2_amount_func,
aging_bucket_3_amount_func,
total_unapplied_amount_func
FROM apps.fii_ar_rct_aging_agrt_mv_f_v
WHERE org_id = :p_org_id
AND time_id = :p_time_id
AND collector_id = :p_collector_id;
Because this is a materialized view-backed projection, the data is refreshed on the Financial Intelligence collection schedule; queries return the last refreshed snapshot rather than real-time transactional balances.
-
VIEW: APPS.FII_AR_RCT_AGING_AGRT_MV_F_V
12.1.1
-
VIEW: APPS.FII_AR_RCT_AGING_BASE_MV_F_V
12.1.1
-
MATERIALIZED VIEW: APPS.FII_AR_RCT_AGING_BASE_MV
12.1.1
-
TABLE: FII.MLOG$_FII_AR_AGING_RECEIPT
12.1.1
owner:FII, object_type:TABLE, object_name:MLOG$_FII_AR_AGING_RECEIPT, status:VALID,
-
MATERIALIZED VIEW: APPS.FII_AR_RCT_AGING_INTR_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:FII_AR_RCT_AGING_INTR_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.FII_AR_RCT_AGING_AGRT_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:FII_AR_RCT_AGING_AGRT_MV, status:VALID,
-
View: FII_AR_RCT_AGING_AGRT_MV_F_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_RCT_AGING_AGRT_MV_F_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_RCT_AGING_AGRT_MV_F_V, object_name:FII_AR_RCT_AGING_AGRT_MV_F_V, status:VALID, product: FII - Financial Intelligence , implementation_dba_data: APPS.FII_AR_RCT_AGING_AGRT_MV_F_V ,
-
TABLE: APPS.MLOG$_FII_AR_RCT_AGING_INT
12.1.1
owner:APPS, object_type:TABLE, object_name:MLOG$_FII_AR_RCT_AGING_INT, status:VALID,
-
TABLE: APPS.FII_AR_RCT_AGING_INTR_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:FII_AR_RCT_AGING_INTR_MV, status:VALID,
-
View: FII_AR_RCT_AGING_BASE_MV_F_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_RCT_AGING_BASE_MV_F_V, object_name:FII_AR_RCT_AGING_BASE_MV_F_V, status:VALID, product: FII - Financial Intelligence , description: No Longer Used , implementation_dba_data: APPS.FII_AR_RCT_AGING_BASE_MV_F_V ,
-
TABLE: APPS.FII_AR_RCT_AGING_BASE_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:FII_AR_RCT_AGING_BASE_MV, status:VALID,
-
View: FII_AR_RCT_AGING_BASE_MV_F_V
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: No Longer Used , implementation_dba_data: Not implemented in this database ,
-
TABLE: APPS.FII_AR_RCT_AGING_AGRT_MV
12.1.1
owner:APPS, object_type:TABLE, object_name:FII_AR_RCT_AGING_AGRT_MV, status:VALID,
-
MATERIALIZED VIEW: APPS.FII_AR_RCT_AGING_BASE_MV
12.1.1
owner:APPS, object_type:MATERIALIZED VIEW, object_name:FII_AR_RCT_AGING_BASE_MV, status:VALID,
-
TABLE: APPS.MLOG$_FII_AR_RCT_AGING_BAS
12.1.1
owner:APPS, object_type:TABLE, object_name:MLOG$_FII_AR_RCT_AGING_BAS, status:VALID,
-
TABLE: FII.FII_AR_AGING_RECEIPTS
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AR_AGING_RECEIPTS, object_name:FII_AR_AGING_RECEIPTS, status:VALID,
-
MATERIALIZED VIEW: APPS.FII_AR_RCT_AGING_AGRT_MV
12.1.1
-
MATERIALIZED VIEW: APPS.FII_AR_RCT_AGING_INTR_MV
12.1.1
-
APPS.FII_AR_FACTS_AGING_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FII_AR_FACTS_AGING_PKG
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 ,