Search Results fv_xla_ar_ref_v
Overview
The FV_XLA_AR_REF_V view is a Federal Financials (FV) reporting object owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It is classified in ETRM as a VALID database view with a defined status and is documented as part of the Subledger Accounting (XLA) integration for the Receivables (AR) application. The view presents federal-specific reference attributes that accompany accounting event data extracted from the Subledger Accounting engine, exposing them under a consistent set of FEDERAL_* aliases suitable for downstream federal reporting, treasury symbol derivation, and apportionment analysis.
Its principal role is to bridge standard Subledger Accounting event/line identifiers with federal fund attributes—such as fund category, apportionment category, time frame, expiry status, and prior-year indicator—so that federal agencies can reconcile AR subledger activity against budget execution and Treasury reporting requirements.
Underlying Base Objects
Per the ETRM metadata, the view is defined over a single documented base object: FV_EXTRACT_DETAIL_GT (a global temporary table used within the Federal Financials extraction process). The view text confirms this relationship:
- Source:
FV_EXTRACT_DETAIL_GT, restricted withWHERE APPLICATION_ID = 222. Application ID 222 corresponds to Oracle Receivables, indicating the view is scoped specifically to AR subledger extraction rows. - The global temporary table nature of the base object means data is session-scoped; the view is therefore typically consumed during or immediately after the federal extraction/accounting program runs.
Because the base is a GT table, the view inherits transient behavior—rows exist only for the duration of the extraction session and are not persisted across sessions.
Key Columns
The view exposes ten columns, all aliased to FEDERAL_* names. Notable derivations include:
- FEDERAL_EVENT_ID – sourced from EVENT_ID; the Subledger Accounting event identifier.
- FEDERAL_LINE_NUMBER – sourced from LINE_NUMBER; the event line reference.
- FEDERAL_FUND_CATEGORY – decoded from FUND_CATEGORY into 'DIRECT' (A, B, C) or 'REIMBURSABLE' (R, S, T).
- FEDERAL_APPORTIONMENT_CATEGORY – decoded from FUND_CATEGORY into 'A', 'B', or 'C', mapping reimbursable categories back to their apportionment class.
- FEDERAL_FUND_TIME_FRAME – replaces FUND_TIME_FRAME; indicates the fund availability period.
- FEDERAL_FUND_EXPIRED_STATUS – replaces FUND_EXPIRED_STATUS; indicates whether the fund is expired.
- FEDERAL_PRIOR_YEAR_FLAG – replaces PRIOR_YEAR_FLAG; identifies prior-year activity.
- FEDERAL_ACCOUNT_VALID_FLAG and FEDERAL_ACCOUNT_RULE – replace ACCOUNT_VALID_FLAG and ACCOUNT_RULE, supporting account validation and rule attribution.
Common Use Cases and Queries
Typical scenarios include federal AR subledger reporting, apportionment categorization, and reconciliation of direct versus reimbursable funds. A representative query:
SELECT federal_event_id, federal_line_number, federal_fund_category, federal_apportionment_category FROM fv_xla_ar_ref_v WHERE federal_prior_year_flag = 'Y';— isolates prior-year AR activity.SELECT federal_apportionment_category, COUNT(*) FROM fv_xla_ar_ref_v GROUP BY federal_apportionment_category;— summarizes activity by apportionment class.- Joining back to XLA_EVENTS on FEDERAL_EVENT_ID supports drill-down from federal attributes to the underlying accounting event.
Because the view depends on a global temporary table, queries must execute within the originating extraction session to return meaningful results.
-
View: FV_XLA_AR_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_XLA_AR_REF_V, object_name:FV_XLA_AR_REF_V, status:VALID, product: FV - Federal Financials , implementation_dba_data: APPS.FV_XLA_AR_REF_V ,
-
View: FV_XLA_AR_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_XLA_AR_REF_V, object_name:FV_XLA_AR_REF_V, status:VALID, product: FV - Federal Financials , implementation_dba_data: APPS.FV_XLA_AR_REF_V ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.XLA_00222_AAD_S_000006_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_00222_AAD_S_000006_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_00222_AAD_S_000009_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_00222_AAD_S_000009_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_00222_AAD_S_000006_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_00222_AAD_S_000006_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_00222_AAD_S_000005_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_00222_AAD_S_000005_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_00222_AAD_S_000005_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_00222_AAD_S_000005_PKG, status:VALID,
-
PACKAGE BODY: APPS.XLA_00222_AAD_S_000009_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:XLA_00222_AAD_S_000009_PKG, status:VALID,
-
VIEW: APPS.FV_XLA_AR_REF_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_XLA_AR_REF_V, object_name:FV_XLA_AR_REF_V, status:VALID,
-
VIEW: APPS.FV_XLA_AR_REF_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_XLA_AR_REF_V, object_name:FV_XLA_AR_REF_V, status:VALID,
-
APPS.XLA_00222_AAD_S_000006_PKG SQL Statements
12.2.2
-
TABLE: APPS.FV_EXTRACT_DETAIL_GT
12.1.1
owner:APPS, object_type:TABLE, fnd_design_data:FND.FV_EXTRACT_DETAIL_GT FV.FV_EXTRACT_DETAIL_GT, object_name:FV_EXTRACT_DETAIL_GT, status:VALID,
-
APPS.XLA_00222_AAD_S_000009_PKG SQL Statements
12.2.2
-
APPS.XLA_00222_AAD_S_000005_PKG SQL Statements
12.2.2
-
APPS.XLA_00222_AAD_S_000005_PKG SQL Statements
12.1.1
-
APPS.XLA_00222_AAD_S_000006_PKG SQL Statements
12.1.1
-
APPS.XLA_00222_AAD_S_000009_PKG SQL Statements
12.1.1
-
TABLE: APPS.FV_EXTRACT_DETAIL_GT
12.2.2
owner:APPS, object_type:TABLE, fnd_design_data:FND.FV_EXTRACT_DETAIL_GT FV.FV_EXTRACT_DETAIL_GT, object_name:FV_EXTRACT_DETAIL_GT, status:VALID,
-
APPS.XLA_00222_AAD_S_000005_PKG dependencies on FV_XLA_AR_REF_V
12.2.2
-
APPS.XLA_00222_AAD_S_000009_PKG dependencies on FV_XLA_AR_REF_V
12.2.2
-
APPS.XLA_00222_AAD_S_000006_PKG dependencies on FV_XLA_AR_REF_V
12.2.2
-
APPS.XLA_00222_AAD_S_000009_PKG dependencies on FV_XLA_AR_REF_V
12.1.1
-
APPS.XLA_00222_AAD_S_000005_PKG dependencies on FV_XLA_AR_REF_V
12.1.1
-
APPS.XLA_00222_AAD_S_000006_PKG dependencies on FV_XLA_AR_REF_V
12.1.1
-
APPS.XLA_00222_AAD_S_000006_PKG dependencies on AR_DISTRIBUTIONS_L_V
12.2.2
-
APPS.XLA_00222_AAD_S_000005_PKG dependencies on AR_DISTRIBUTIONS_L_V
12.2.2
-
eTRM - FV Tables and Views
12.2.2
description: Temporary table populated during the Year End Closing process ,
-
APPS.XLA_00222_AAD_S_000005_PKG dependencies on AR_DISTRIBUTIONS_L_V
12.1.1
-
APPS.XLA_00222_AAD_S_000006_PKG dependencies on AR_DISTRIBUTIONS_L_V
12.1.1
-
APPS.XLA_00222_AAD_S_000006_PKG dependencies on AR_RECEIVABLES_TRX_ACT_S_V
12.2.2
-
APPS.XLA_00222_AAD_S_000009_PKG dependencies on AR_DISTRIBUTIONS_L_V
12.2.2
-
APPS.XLA_00222_AAD_S_000009_PKG dependencies on AR_DISTRIBUTIONS_L_V
12.1.1
-
APPS.XLA_00222_AAD_S_000005_PKG dependencies on AR_RECEIVABLES_TRX_ACT_S_V
12.1.1
-
APPS.XLA_00222_AAD_S_000006_PKG dependencies on AR_RECEIVABLES_TRX_ACT_S_V
12.1.1
-
APPS.XLA_00222_AAD_S_000005_PKG dependencies on AR_RECEIVABLES_TRX_ACT_S_V
12.2.2
-
APPS.XLA_00222_AAD_S_000009_PKG dependencies on AR_RECEIVABLES_TRX_ACT_S_V
12.2.2
-
APPS.XLA_00222_AAD_S_000009_PKG dependencies on AR_RECEIVABLES_TRX_ACT_S_V
12.1.1
-
APPS.XLA_00222_AAD_S_000006_PKG dependencies on AR_DISTRIBUTIONS_BASE_V
12.2.2
-
APPS.XLA_00222_AAD_S_000009_PKG dependencies on AR_DISTRIBUTIONS_BASE_V
12.1.1
-
APPS.XLA_00222_AAD_S_000009_PKG dependencies on AR_DISTRIBUTIONS_BASE_V
12.2.2
-
APPS.XLA_00222_AAD_S_000005_PKG dependencies on AR_DISTRIBUTIONS_BASE_V
12.2.2
-
APPS.XLA_00222_AAD_S_000006_PKG dependencies on AR_DISTRIBUTIONS_BASE_V
12.1.1
-
APPS.XLA_00222_AAD_S_000005_PKG dependencies on AR_DISTRIBUTIONS_BASE_V
12.1.1
-
APPS.XLA_00222_AAD_S_000009_PKG dependencies on AR_CUST_TRX_LINES_L_V
12.2.2
-
APPS.XLA_00222_AAD_S_000006_PKG dependencies on AR_CUST_TRX_LINES_L_V
12.2.2
-
APPS.XLA_00222_AAD_S_000006_PKG dependencies on XLA_EVENTS_GT
12.1.1