Search Results functional_currency_fk
Overview
FII_AR_TRX_DIST_FCV is a database view owned by the APPS schema within the Oracle E-Business Suite 12.1.1 and 12.2.2 environments. It belongs to the FII (Financial Intelligence) product family, which serves as the E-Business Suite's foundational data model for enterprise data warehousing, analytics, and business intelligence extraction. As indicated by the ETRM metadata, this view is characterized as an "internal view used for warehouse data extraction," meaning it is not intended for direct end-user reporting within the transactional application but rather serves as a curated source for ETL (Extract, Transform, Load) processes feeding the Oracle Business Intelligence Applications (OBIA) or comparable external analytical platforms.
The view is classified as a "FCV" (Financial Collection View) — a naming convention in FII that denotes a flattened, denormalized projection of Accounts Receivable transactional distribution data. Its purpose is to present Accounts Receivable invoice and credit memo distribution lines in a star-schema-friendly format, complete with pre-resolved foreign key surrogates (columns suffixed with _FK) that map dimension attributes to the FII warehouse dimension tables. This design removes the complexity of joins from downstream extraction logic and enforces conformed dimensionality across the AR subject area.
Underlying Base Objects
The ETRM metadata documents no explicit referenced base objects for this view, and the owner is listed as blank in the 12.2.2 catalog. In practice, FII collection views of this type are constructed over the AR transactional distribution tables — principally RA_CUSTOMER_TRX_LINES_ALL, RA_CUST_TRX_LINE_GL_DIST_ALL, RA_CUSTOMER_TRX_ALL, and related interface objects such as RA_INTERFACE_LINES_ALL. The embedded VIEW_TYPE and SEQ_ID columns, together with the literal 'NA_EDW' placeholders and TO_NUMBER(NULL) casts visible in the view text, are consistent with a UNION ALL or partitioned extraction pattern that reconciles multiple AR source streams into a single conformed result set.
Because the referenced base objects are undocumented in ETRM, DBAs should resolve dependencies directly through DBA_DEPENDENCIES or ALL_VIEWS to confirm lineage before modifying or replacing any underlying table.
Key Columns
The view exposes a broad column set organized into three logical groups:
- Warehouse control columns:
SEQ_ID,VIEW_TYPE, andINSTANCE/INSTANCE_FKidentify the extraction source, batch sequence, and FII instance context. - Foreign key surrogate columns (
_FK): These map to FII dimension members, includingBILL_TO_CUSTOMER_FK,SHIP_TO_CUSTOMER_FK,SOLD_TO_CUSTOMER_FK,GL_DATE_FK,INVOICE_DATE_FK,SET_OF_BOOKS_FK,FUNCTIONAL_CURRENCY_FK,TRANSACTION_CURRENCY_FK,PROJECT_FK,SALESRESOURCE_FK, and numerous campaign, media, and offer keys supporting customer intelligence analytics. - Measures and descriptive attributes:
AMT_B,AMT_G, andAMT_Tprovide entered, accounted, and functional amounts;UNIT_SELLING_PRICE,SO_LINE_SELLING_PRICE,EXCHANGE_RATE,INVOICE_LINE_QTY_NC, andQTY_CREDITED_NCsupply pricing and quantity measures;INVOICE_NUMBER,SALES_ORDER_NUMBER,LINE_TYPE,PROCESS_TYPE, andINVOICE_REASONprovide transactional context.
Common Use Cases and Queries
This view is consumed almost exclusively by FII extraction programs and OBIA ETL mappings rather than by ad hoc reporting. Typical scenarios include populating the AR fact tables in the FII warehouse, reconciling AR revenue against General Ledger distributions, and performing customer, product, and sales-channel margin analysis.
A representative inspection query is:
SELECT INVOICE_NUMBER, AMT_T, GL_DATE_FK FROM APPS.FII_AR_TRX_DIST_FCV WHERE INSTANCE = :p_instance AND VIEW_TYPE = 'AR_TRX_DIST';
Because the view is internal and undocumented at the base-object level, direct querying should be limited to diagnostics and reconciliation. All production usage should proceed through the sanctioned FII extraction interfaces.
-
View: FII_AR_TRX_DIST_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: Internal view used for warehouse data extraction , implementation_dba_data: Not implemented in this database ,
-
TABLE: FII.FII_AR_OPEN_INSTALLMENT_FSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AR_OPEN_INSTALLMENT_FSTG, object_name:FII_AR_OPEN_INSTALLMENT_FSTG, status:VALID,
-
VIEW: APPS.FII_AR_TRX_DIST_FCV
12.1.1
-
View: FII_AR_TRX_DIST_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_TRX_DIST_FCV, object_name:FII_AR_TRX_DIST_FCV, status:VALID, product: FII - Financial Intelligence , description: Internal view used for warehouse data extraction , implementation_dba_data: APPS.FII_AR_TRX_DIST_FCV ,
-
APPS.FII_AR_TRX_DIST_F_C SQL Statements
12.1.1
-
VIEW: APPS.FII_AR_TRX_DIST_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AR_TRX_DIST_FCV, object_name:FII_AR_TRX_DIST_FCV, status:VALID,
-
APPS.FII_AR_TRX_DIST_F_D SQL Statements
12.1.1
-
PACKAGE BODY: APPS.FII_AR_TRX_DIST_F_D
12.1.1
-
PACKAGE BODY: APPS.FII_AR_TRX_DIST_F_C
12.1.1
-
VIEW: APPS.FIIBV_AR_TRX_DIST_FCV
12.1.1
owner:APPS, object_type:VIEW, object_name:FIIBV_AR_TRX_DIST_FCV, status:VALID,
-
TABLE: FII.FII_AR_TRX_DIST_FSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AR_TRX_DIST_FSTG, object_name:FII_AR_TRX_DIST_FSTG, status:VALID,
-
APPS.FII_AR_TRX_DIST_F_C dependencies on FII_AR_TRX_DIST_FSTG
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 ,