Search Results na_edw
Overview
APPS.FII_AP_SCH_PAYMTS_FCV is a Financial Intelligence (FII) flexfield-composed view exposed under the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. The _FCV suffix denotes a "flexfield-composed view," a construct introduced by the Oracle Financials Intelligence/ETRM (Enterprise Territory and Resource Management) data model to flatten and denormalize key flexfield segments and descriptive attributes into discrete, reporting-friendly columns. The view surfaces scheduled payment records for Oracle Payables, presenting a consolidated picture of invoice payment scheduling across payment terms, discounts, currencies, and accounting contexts.
Its principal role is to serve as a semantic layer for analytics and integration. Rather than requiring downstream consumers to resolve key flexfield combinations (in this case, the GL account segments), the view pre-splits the GL_SEG concatenated flexfield string into individual account segment columns (GL_ACCT1_FK, GL_ACCT2_FK, etc.), each carrying a special-case sentinel value of NA_EDW where the underlying segment is not applicable or is a defined placeholder. This design makes the view well suited to extract-transform-load pipelines and dimensional modeling in a data warehouse context.
Underlying Base Objects
The ETRM metadata documents no referenced base objects for this view, and the view text provided is a direct column projection rather than a join definition. In practice, FII_AP_SCH_PAYMTS_FCV is defined over the AP scheduled payments fact structure — conceptually the AP_SCHEDULED_PAYMENTS / AP_INVOICE_PAYMENTS family of tables and their FII-derived fact equivalent. The view is a thin transformation layer: it selects named columns from a generalized fact and applies the flexfield-splitting logic to GL_SEG to produce the account segment foreign keys. Because the base objects are not explicitly documented, consumers should treat the view as the authoritative interface and avoid deriving dependencies from the view text alone.
Key Columns
SEQ_ID,SCH_PAYMENT_PK,PINVOICE_ID,INV_FK— Primary and foreign key identifiers linking scheduled payments to their parent invoices.PAYMENT_AMT_B/G/T— Scheduled payment amount in entered, accounted (global), and translated currencies respectively.REMAINING_INV_AMT_B/G/TandREMAINING_INV_AMT_AT_RISK_B/G/T— Outstanding invoice balances and the portion exposed to discount loss at the reporting currency level.DISC_AMT_TAKEN_B/G/TandDISC_AMT_LOST_B/G/T— Discounts realized versus forfeited on the scheduled payment.FIRST_DISC_DATE,SECOND_DISC_DATE,THIRD_DISC_DATE,DUE_DATE— Discount and due-date horizons used for cash-flow timing.GL_ACCT1_FK,GL_ACCT2_FK— Account segment keys decomposed fromGL_SEG; segments equal to the literalNA_EDWare preserved as the sentinel value, while others are right-trimmed and concatenated with the trailing residual of the flexfield string.SET_OF_BOOKS_ID,CHART_OF_ACCOUNTS_ID,ORG_FK,SUPPLIER_FK,SOB_FK— Accounting and organizational context dimensions.PAYMENT_STATUS_FLAG,HOLD_FLAG,PAYMENT_METHOD,PAYMENT_PRIORITY— Payment processing state and routing attributes.INVOICE_NUM,INV_TYPE,PAY_NUM— Business document identifiers for user-facing reporting.
Common Use Cases and Queries
Typical uses include cash-flow forecasting, days-payable-outstanding analytics, discount-capture performance reporting, and supplier balance dashboards. Because the view exposes translated and accounted amounts alongside account segment keys, it is frequently the target of financial data warehouse loads. A representative query returning scheduled payments at risk of discount loss for a given ledger is:
SELECT invoice_num, supplier_fk, due_date, disc_date_fk, remaining_inv_amt_at_risk_g
FROM apps.fii_ap_sch_paymts_fcv
WHERE set_of_books_id = :sob_id
AND hold_flag = 'N'
AND remaining_inv_amt_at_risk_g > 0
ORDER BY disc_date_fk;
For account-segment level reporting, consumers filter on the decomposed keys using the NA_EDW sentinel to isolate placeholder segments. Care should be exercised when joining to GL_CODE_COMBINATIONS, since the decomposed segments reflect the flexfield composition logic rather than a simple substring split.
-
APPS.FII_AR_TRX_DIST_F_D SQL Statements
12.1.1
-
VIEW: APPS.FII_AP_SCH_PAYMTS_FCV
12.1.1
-
View: FII_PA_COST_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PA_COST_F_FCV is the EDW Project Cost fact source view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.HRI_CS_GEO_LOCHR_V
12.1.1
-
VIEW: APPS.FII_PA_COST_F_FCV
12.1.1
-
APPS.POA_EDW_ALINES_F_C SQL Statements
12.1.1
-
APPS.POA_EDW_PO_DIST_F_C SQL Statements
12.1.1
-
APPS.HR_EDW_WRK_RCTMNT_F_C SQL Statements
12.1.1
-
APPS.FII_AP_INV_ON_HOLD_F_C SQL Statements
12.1.1
-
View: FII_PA_COST_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_PA_COST_F_FCV, object_name:FII_PA_COST_F_FCV, status:VALID, product: FII - Financial Intelligence , description: FII_PA_COST_F_FCV is the EDW Project Cost fact source view , implementation_dba_data: APPS.FII_PA_COST_F_FCV ,
-
View: FII_PA_REVENUE_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_PA_REVENUE_F_FCV, object_name:FII_PA_REVENUE_F_FCV, status:VALID, product: FII - Financial Intelligence , description: FII_PA_REVENUE_F_FCV is the EDW Project Revenue fact source view , implementation_dba_data: APPS.FII_PA_REVENUE_F_FCV ,
-
APPS.POA_EDW_CONTRACT_F_C SQL Statements
12.1.1
-
View: FII_AP_INV_LINES_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 ,
-
VIEW: APPS.FII_AP_INV_LINES_FCV
12.1.1
-
APPS.HR_EDW_WRK_ACTVTY_F_C SQL Statements
12.1.1
-
APPS.FII_FLEX_MAPPING SQL Statements
12.1.1
-
View: FII_AP_HOLD_DATA_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AP_HOLD_DATA_FCV is the collection view for FII_AP_HOLD_DATA_F fact , implementation_dba_data: Not implemented in this database ,
-
View: FII_AR_E_REVENUE_FCV
12.1.1
product: FII - Financial Intelligence , description: FII_AR_E_REVENUE_FCV is the collection view for FII_AR_E_REVENUE_F fact , implementation_dba_data: Not implemented in this database ,
-
APPS.POA_EDW_RCV_TXNS_F_C SQL Statements
12.1.1
-
View: FII_AP_SCH_PAYMTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_SCH_PAYMTS_FCV, object_name:FII_AP_SCH_PAYMTS_FCV, status:VALID, product: FII - Financial Intelligence , description: None. Internal Table. , implementation_dba_data: APPS.FII_AP_SCH_PAYMTS_FCV ,
-
View: FII_AP_INV_PAYMTS_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 ,
-
VIEW: APPS.FIIBV_PA_COST_F_FCV
12.1.1
-
View: BIM_EDW_CMPFRCST_FCV
12.1.1
product: BIM - Marketing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: BIM_EDW_CMPFRCST_FCV
12.2.2
product: BIM - Marketing Intelligence(Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.HR_EDW_WRK_SPRTN_F_C SQL Statements
12.1.1
-
APPS.ISC_EDW_BOOKINGS_F_C SQL Statements
12.1.1
-
View: FIIBV_PA_REVENUE_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_PA_REVENUE_F_FCV, object_name:FIIBV_PA_REVENUE_F_FCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_PA_REVENUE_F_FCV is the EDW Project Revenue fact base view , implementation_dba_data: APPS.FIIBV_PA_REVENUE_F_FCV ,
-
APPS.POA_EDW_SUP_PERF_F_C SQL Statements
12.1.1
-
VIEW: APPS.FII_PA_REVENUE_F_FCV
12.1.1
-
VIEW: APPS.FIIBV_PA_REVENUE_F_FCV
12.1.1
-
APPS.FII_AP_SCH_PAYMTS_F_C SQL Statements
12.1.1
-
VIEW: APPS.HRI_MB_WRK_ACTIVITY_V
12.1.1
-
View: OPI_EDW_OPMCOGS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_OPMCOGS_FCV, object_name:OPI_EDW_OPMCOGS_FCV, status:VALID, product: OPI - Operations Intelligence , description: This is the source view for extracting Cost of gods sold and shipment data from the Process Manufacturing source tables. , implementation_dba_data: APPS.OPI_EDW_OPMCOGS_FCV ,
-
VIEW: APPS.FIIBV_AP_INV_LINES_FCV
12.1.1
-
VIEW: APPS.FII_AP_INV_ON_HOLD_FCV
12.1.1
-
View: FIIBV_AP_HOLD_DATA_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AP_HOLD_DATA_FCV is the base view for FII_AP_HOLD_DATA_F fact , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_AP_HOLD_DATA_FCV
12.1.1
-
VIEW: APPS.OPI_EDW_OPMCOGS_FCV
12.1.1
-
APPS.FII_AP_INV_PAYMTS_F_C SQL Statements
12.1.1
-
View: FIIBV_AP_INV_ON_HOLD_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AP_INV_ON_HOLD_FCV is the base view for FIIBV_AP_INV_ON_HOLD_F fact , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.FII_FLEX_MAPPING
12.1.1
-
View: FII_PA_REVENUE_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_PA_REVENUE_F_FCV is the EDW Project Revenue fact source view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_AP_INV_PAYMTS_FCV
12.1.1
-
View: FIIBV_PA_REVENUE_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PA_REVENUE_F_FCV is the EDW Project Revenue fact base view , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FIIBV_AP_HOLD_DATA_FCV
12.1.1
-
APPS.OPI_EDW_COGS_F_C SQL Statements
12.1.1
-
View: FII_AR_E_REVENUE_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AR_E_REVENUE_FCV is the collection view for FII_AR_E_REVENUE_F fact , implementation_dba_data: Not implemented in this database ,
-
View: FII_AP_INV_ON_HOLD_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FII_AP_INV_ON_HOLD_FCV is the collection view for FII_AP_INV_ON_HOLD_F fact , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_PA_COST_F_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_PA_COST_F_FCV, object_name:FIIBV_PA_COST_F_FCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_PA_COST_F_FCV is the EDW Project Cost fact base view , implementation_dba_data: APPS.FIIBV_PA_COST_F_FCV ,
-
View: FIIBV_PA_COST_F_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_PA_COST_F_FCV is the EDW Project Cost fact base view , implementation_dba_data: Not implemented in this database ,