Search Results ce_po_fc_orders_v
Overview
CE_PO_FC_ORDERS_V is a Cash Management (CE) forecasting view owned by the APPS schema. It is one of the standard forecasting source views used by the Oracle Cash Management cash forecast engine to project future cash outflows arising from open purchase orders for goods and services. The view consolidates purchase order commitments into a normalized, forecast-ready result set that returns one row per purchase order distribution, expressed in the functional (ledger) currency so that it can be aggregated alongside other forecasting sources such as AP invoices, AR transactions, and payroll.
The view is referenced internally by the Cash Management forecast generation programs and by the Cash Forecasting window when the "Purchase Orders" source is enabled. Third-party reporting and treasury dashboards also query it directly because it pre-applies the complex commitment logic (matching basis, price overrides, nonrecoverable tax, currency conversion via rate columns) that would otherwise have to be re-implemented by each consumer.
In Oracle EBS 12.1.1 and 12.2.2 the view is documented as VALID in the APPS schema. Its definition joins Purchasing tables to AP supplier tables, GL ledgers, and financials system parameters, making it a cross-product construct rather than a pure PO view.
Underlying Base Objects
The documented referenced base objects (via APPS synonyms) are:
- PO_HEADERS_ALL — purchase order header, supplying SEGMENT1 (PO number), CURRENCY_CODE, AUTHORIZATION_STATUS, VENDOR_SITE_ID, and RATE.
- PO_LINES_ALL — PO line, supplying LINE_NUM and PURCHASE_BASIS.
- PO_LINE_LOCATIONS_ALL — shipment/line location, supplying MATCHING_BASIS, PRICE_OVERRIDE, PROMISED_DATE, NEED_BY_DATE, VALUE_BASIS, PO_RELEASE_ID, and CREATION_DATE.
- PO_DISTRIBUTIONS_ALL — the driving detail table, supplying AMOUNT_ORDERED, AMOUNT_DELIVERED, AMOUNT_CANCELLED, QUANTITY_ORDERED, QUANTITY_BILLED, QUANTITY_CANCELLED, NONRECOVERABLE_TAX, RATE, ORG_ID, PROJECT_ID, and PO_DISTRIBUTION_ID.
- PO_RELEASES_ALL — release-level attributes including RELEASE_DATE, ACCEPTANCE_DUE_DATE, and AUTHORIZATION_STATUS.
- PO_DOCUMENT_TYPES_ALL — used to restrict forecasted documents to eligible PO document types.
- AP_SUPPLIERS and AP_SUPPLIER_SITES_ALL — supplier and supplier site, supplying PAYMENT_PRIORITY, PAY_GROUP_LOOKUP_CODE, and VENDOR_TYPE_LOOKUP_CODE.
- AP_INVOICE_LINES_ALL — indirectly referenced for invoice currency fallback logic.
- FINANCIALS_SYSTEM_PARAMS_ALL and GL_LEDGERS — supplies the functional/ledger currency used when PO and supplier currencies are not otherwise available.
Key Columns
- SEGMENT1 (column 1) — the purchase order number, used as the forecast document reference.
- Forecast amount (column 2) — the unconverted commitment amount, derived from either AMOUNT_ORDERED less delivered and cancelled amounts plus nonrecoverable tax, or quantity-based calculation multiplied by PRICE_OVERRIDE.
- Forecast amount in ledger currency (column 3) — the same value multiplied by NVL(POD.RATE, NVL(POH.RATE, 1)).
- Forecast date (column 4) — NVL of promised date, need-by date, acceptance due date, or creation/release date; this drives the cash forecast bucket.
- Currency code (column 5) — NVL of PO currency, invoice currency, or ledger currency.
- Authorization status (column 6) — header or release level; defaults to 'INCOMPLETE'.
- Payment priority (column 7) and payment group (column 9) — inherited from supplier or supplier site, defaulting to 99 and '-1'.
- Vendor type (column 8), ORG_ID (10), PROJECT_ID (11), LINE_NUM (12), PO_DISTRIBUTION_ID (13).
- VALUE_BASIS (14), PURCHASE_BASIS (15), MATCHING_BASIS (16) — Purchasing control attributes passed through for downstream filtering.
Common Use Cases and Queries
Typical usage includes cash forecast reconciliation, PO commitment ageing, and treasury liquidity planning. A representative query:
SELECT segment1, forecast_date, forecast_amount FROM ce_po_fc_orders_v WHERE authorization_status = 'APPROVED' AND forecast_date BETWEEN :p_from AND :p_to AND org_id = :p_org_id;
Analysts commonly group by forecast_date to build weekly or monthly outflow buckets, or join to PO_HEADERS_ALL on SEGMENT1 for additional descriptors. Because the view returns one row per distribution, aggregates should sum both amount and quantity columns carefully to avoid double counting where multiple distributions exist on a single shipment.
-
View: CE_PO_FC_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PO_FC_ORDERS_V, object_name:CE_PO_FC_ORDERS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - goods and services purchase orders , implementation_dba_data: APPS.CE_PO_FC_ORDERS_V ,
-
View: CE_PO_FC_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PO_FC_ORDERS_V, object_name:CE_PO_FC_ORDERS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - goods and services purchase orders , implementation_dba_data: APPS.CE_PO_FC_ORDERS_V ,
-
VIEW: APPS.CE_PO_FC_ORDERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PO_FC_ORDERS_V, object_name:CE_PO_FC_ORDERS_V, status:VALID,
-
VIEW: APPS.CE_PO_FC_ORDERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PO_FC_ORDERS_V, object_name:CE_PO_FC_ORDERS_V, status:VALID,
-
SYNONYM: APPS.PO_DOCUMENT_TYPES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_DOCUMENT_TYPES_ALL, status:VALID,
-
VIEW: APPS.CE_FC_POP_DISC_V
12.1.1
-
VIEW: APPS.CE_FC_POP_DISC_V
12.2.2
-
SYNONYM: APPS.PO_DOCUMENT_TYPES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_DOCUMENT_TYPES_ALL, status:VALID,
-
VIEW: APPS.CE_FC_POP_DISC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FC_POP_DISC_V, object_name:CE_FC_POP_DISC_V, status:VALID,
-
VIEW: APPS.CE_FC_POP_DISC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FC_POP_DISC_V, object_name:CE_FC_POP_DISC_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
View: CE_FC_POP_DISC_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FC_POP_DISC_V, object_name:CE_FC_POP_DISC_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_FC_POP_DISC_V ,
-
12.2.2 FND Design Data
12.2.2
-
View: CE_FC_POP_DISC_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FC_POP_DISC_V, object_name:CE_FC_POP_DISC_V, status:VALID, product: CE - Cash Management , implementation_dba_data: APPS.CE_FC_POP_DISC_V ,
-
SYNONYM: APPS.AP_SUPPLIER_SITES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_SUPPLIER_SITES_ALL, status:VALID,
-
SYNONYM: APPS.AP_INVOICE_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_INVOICE_LINES_ALL, status:VALID,
-
SYNONYM: APPS.AP_SUPPLIERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AP_SUPPLIERS, status:VALID,
-
SYNONYM: APPS.AP_SUPPLIER_SITES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_SUPPLIER_SITES_ALL, status:VALID,
-
SYNONYM: APPS.PO_RELEASES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_RELEASES_ALL, status:VALID,
-
SYNONYM: APPS.FINANCIALS_SYSTEM_PARAMS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FINANCIALS_SYSTEM_PARAMS_ALL, status:VALID,
-
SYNONYM: APPS.AP_SUPPLIERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AP_SUPPLIERS, status:VALID,
-
SYNONYM: APPS.PO_RELEASES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_RELEASES_ALL, status:VALID,
-
SYNONYM: APPS.FINANCIALS_SYSTEM_PARAMS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FINANCIALS_SYSTEM_PARAMS_ALL, status:VALID,
-
SYNONYM: APPS.PO_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.GL_LEDGERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGERS, status:VALID,
-
SYNONYM: APPS.PO_DISTRIBUTIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_DISTRIBUTIONS_ALL, status:VALID,
-
SYNONYM: APPS.PO_LINE_LOCATIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINE_LOCATIONS_ALL, status:VALID,
-
SYNONYM: APPS.GL_LEDGERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_LEDGERS, status:VALID,
-
SYNONYM: APPS.PO_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PO_LINE_LOCATIONS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_LINE_LOCATIONS_ALL, status:VALID,
-
SYNONYM: APPS.PO_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PO_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.PO_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
PACKAGE BODY: APPS.XTR_CSH_FCST_POP
12.1.1
-
PACKAGE BODY: APPS.XTR_CSH_FCST_POP
12.2.2
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
APPS.XTR_CSH_FCST_POP dependencies on XTR_DEBUG_PKG
12.2.2
-
APPS.XTR_CSH_FCST_POP dependencies on XTR_DEBUG_PKG
12.1.1
-
PACKAGE BODY: APPS.CE_CSH_FCST_POP
12.2.2
-
PACKAGE BODY: APPS.CE_CSH_FCST_POP
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
APPS.CE_CSH_FCST_POP dependencies on CE_CASH_FCST
12.2.2
-
APPS.CE_CSH_FCST_POP dependencies on CE_CASH_FCST
12.1.1