Search Results disc_amt_lost_b
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.
-
VIEW: APPS.FII_AP_SCH_PAYMTS_FCV
12.1.1
-
APPS.FII_AP_INV_PAYMTS_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 ,
-
APPS.FII_AP_SCH_PAYMTS_F_C SQL Statements
12.1.1
-
View: FII_AP_INV_PAYMTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_PAYMTS_FCV, object_name:FII_AP_INV_PAYMTS_FCV, status:VALID, product: FII - Financial Intelligence , description: Internal view used for warehouse data extraction. , implementation_dba_data: APPS.FII_AP_INV_PAYMTS_FCV ,
-
View: FII_AP_SCH_PAYMTS_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: None. Internal Table. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.FII_AP_INV_PAYMTS_FCV
12.1.1
-
VIEW: APPS.FII_AP_INV_PAYMTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FII_AP_INV_PAYMTS_FCV, object_name:FII_AP_INV_PAYMTS_FCV, status:VALID,
-
View: FIIBV_AP_INV_PAYMTS_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: None. Internal Table. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.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,
-
View: FIIBV_AP_SCH_PAYMTS_FCV
12.2.2
product: FII - Financial Intelligence (Obsolete) , description: FIIBV_AP_SCH_PAYMTS_FCV is the base view for FII_AP_SCH_PAYMTS_F fact , implementation_dba_data: Not implemented in this database ,
-
View: FIIBV_AP_INV_PAYMTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_AP_INV_PAYMTS_FCV, object_name:FIIBV_AP_INV_PAYMTS_FCV, status:VALID, product: FII - Financial Intelligence , description: None. Internal Table. , implementation_dba_data: APPS.FIIBV_AP_INV_PAYMTS_FCV ,
-
View: FIIBV_AP_SCH_PAYMTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_AP_SCH_PAYMTS_FCV, object_name:FIIBV_AP_SCH_PAYMTS_FCV, status:VALID, product: FII - Financial Intelligence , description: FIIBV_AP_SCH_PAYMTS_FCV is the base view for FII_AP_SCH_PAYMTS_F fact , implementation_dba_data: APPS.FIIBV_AP_SCH_PAYMTS_FCV ,
-
VIEW: APPS.FIIBV_AP_INV_PAYMTS_FCV
12.1.1
-
VIEW: APPS.FIIBV_AP_SCH_PAYMTS_FCV
12.1.1
-
VIEW: APPS.FIIBV_AP_INV_PAYMTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_AP_INV_PAYMTS_FCV, object_name:FIIBV_AP_INV_PAYMTS_FCV, status:VALID,
-
VIEW: APPS.FIIBV_AP_SCH_PAYMTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FII.FIIBV_AP_SCH_PAYMTS_FCV, object_name:FIIBV_AP_SCH_PAYMTS_FCV, status:VALID,
-
PACKAGE BODY: APPS.FII_AP_SCH_PAYMTS_F_C
12.1.1
-
PACKAGE BODY: APPS.FII_AP_INV_PAYMTS_F_C
12.1.1
-
TABLE: FII.FII_AP_SCH_PAYMTS_F
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_SCH_PAYMTS_F, object_name:FII_AP_SCH_PAYMTS_F, status:VALID,
-
VIEW: APPS.POA_FII_AP_SCH_PAYMTS_F_V
12.1.1
owner:APPS, object_type:VIEW, object_name:POA_FII_AP_SCH_PAYMTS_F_V, status:VALID,
-
TABLE: FII.FII_AP_INV_PAYMTS_F
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_INV_PAYMTS_F, object_name:FII_AP_INV_PAYMTS_F, status:VALID,
-
TABLE: FII.FII_AP_INV_PAYMTS_FSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_INV_PAYMTS_FSTG, object_name:FII_AP_INV_PAYMTS_FSTG, status:VALID,
-
TABLE: FII.FII_AP_SCH_PAYMTS_FSTG
12.1.1
owner:FII, object_type:TABLE, fnd_design_data:FII.FII_AP_SCH_PAYMTS_FSTG, object_name:FII_AP_SCH_PAYMTS_FSTG, status:VALID,
-
APPS.FII_AP_SCH_PAYMTS_F_C dependencies on FII_AP_SCH_PAYMTS_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 ,