Search Results ce_so_fc_orders_no_terms_v
Overview
CE_SO_FC_ORDERS_NO_TERMS_V is a Cash Management (CE) forecasting view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It is a forecasting source for sales orders, presenting open order line commitments that carry no payment terms at either the line or header level. The view is one of the standard feeds used by the Cash Management forecasting engine to project anticipated cash inflows from order bookings that have not yet been invoiced.
Because the view filters out records where PAYMENT_TERM_ID exists on the order line or header, it isolates orders whose collection timing cannot be derived from standard terms and must therefore be resolved by other forecasting logic. The view exposes open, booked sales order activity with an amount, a base amount, order and request dates, conversion data, and commitment identifiers, making it suitable for direct reporting or as a source for Cash Management's forecast generation concurrent programs.
Underlying Base Objects
The view is defined over four referenced base objects, each accessed through APPS synonyms:
- OE_ORDER_HEADERS_ALL (H) — supplies the order header context: ORG_ID, TRANSACTIONAL_CURR_CODE, ORDERED_DATE, REQUEST_DATE, BOOKED_FLAG, CONVERSION_TYPE_CODE, CONVERSION_RATE_DATE, ORDER_TYPE_ID, ORDER_NUMBER, SOLD_TO_ORG_ID, INVOICE_TO_ORG_ID, SHIP_TO_ORG_ID, PAYMENT_TERM_ID, and OPEN_FLAG.
- OE_ORDER_LINES_ALL (L) — supplies line-level detail: ORDERED_QUANTITY, INVOICED_QUANTITY, UNIT_SELLING_PRICE, TAX_VALUE, LINE_CATEGORY_CODE, REQUEST_DATE, COMMITMENT_ID, PROJECT_ID, ORDER_NUMBER, LINE_NUMBER, FLOW_STATUS_CODE, INVOICE_INTERFACE_STATUS_CODE, PAYMENT_TERM_ID, and LINE_ID.
- HZ_CUSTOMER_PROFILES (CP_SITE and CP_CUST) — used to derive profile class information for the invoice-to or ship-to site and for the sold-to customer account.
- HZ_CUST_PROFILE_CLASSES (CP_CLASS) — supplies the PROFILE_CLASS_ID and NAME associated with the resolved customer profile.
Joins link lines to headers on HEADER_ID, resolve the applicable customer profile class from site or account records, and restrict results to open orders with uninvoiced or partially invoiced lines.
Key Columns
- ORG_ID — operating unit that owns the order.
- CURRENCY_CODE — transactional currency of the order.
- AMOUNT and BASE_AMOUNT — the forecasted order value, computed per line as ordered quantity less invoiced quantity, multiplied by unit selling price, plus tax value where remaining quantity is non-zero. The value is multiplied by 1 for ORDER lines, -1 for RETURN lines, and 0 otherwise.
- DATE_ORDERED — TRUNC of the header ORDERED_DATE, defaulting to SYSDATE.
- DATE_REQUESTED — TRUNC of the line REQUEST_DATE, falling back to the header REQUEST_DATE, then SYSDATE.
- BOOKED_FLAG — indicates whether the order is booked.
- CONVERSION_TYPE_CODE, CONVERSION_DATE, CONVERSION_RATE — currency conversion attributes used for base amount calculation.
- COMMITMENT_ID, PROJECT_ID — linkage to commitments and projects where applicable.
- PROFILE_CLASS_ID and the associated profile class name — customer classification for forecasting rules.
- ORDER_TYPE_ID, ORDER_NUMBER, LINE_NUMBER, LINE_FLOW_ (flow status) — order identification and status attributes.
Common Use Cases and Queries
Typical scenarios include identifying open order exposure without payment terms, validating forecast inputs before running Cash Management forecast generation, and reconciling forecasted sales order inflows by operating unit or currency. A representative query groups forecasted values by organization and currency:
SELECT org_id, currency_code, SUM(amount) forecast_amount, SUM(base_amount) base_forecast FROM ce_so_fc_orders_no_terms_v GROUP BY org_id, currency_code;SELECT order_number, line_number, date_ordered, date_requested, amount FROM ce_so_fc_orders_no_terms_v WHERE org_id = :org_id AND date_requested BETWEEN :start_date AND :end_date;SELECT profile_class_id, COUNT(*) line_count, SUM(amount) total_amount FROM ce_so_fc_orders_no_terms_v GROUP BY profile_class_id;
Because the view reads directly from OE_ORDER_HEADERS_ALL and OE_ORDER_LINES_ALL, results reflect the current transactional state and are not materialized.
-
View: CE_SO_FC_ORDERS_NO_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SO_FC_ORDERS_NO_TERMS_V, object_name:CE_SO_FC_ORDERS_NO_TERMS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - sales orders , implementation_dba_data: APPS.CE_SO_FC_ORDERS_NO_TERMS_V ,
-
View: CE_SO_FC_ORDERS_NO_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SO_FC_ORDERS_NO_TERMS_V, object_name:CE_SO_FC_ORDERS_NO_TERMS_V, status:VALID, product: CE - Cash Management , description: Forecasting source - sales orders , implementation_dba_data: APPS.CE_SO_FC_ORDERS_NO_TERMS_V ,
-
SYNONYM: APPS.HZ_CUST_PROFILE_CLASSES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_PROFILE_CLASSES, status:VALID,
-
SYNONYM: APPS.HZ_CUST_PROFILE_CLASSES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUST_PROFILE_CLASSES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.CE_SO_FC_ORDERS_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SO_FC_ORDERS_TERMS_V, object_name:CE_SO_FC_ORDERS_TERMS_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.CE_SO_FC_ORDERS_NO_TERMS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SO_FC_ORDERS_NO_TERMS_V, object_name:CE_SO_FC_ORDERS_NO_TERMS_V, status:VALID,
-
VIEW: APPS.CE_SO_FC_ORDERS_NO_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SO_FC_ORDERS_NO_TERMS_V, object_name:CE_SO_FC_ORDERS_NO_TERMS_V, status:VALID,
-
VIEW: APPS.CE_SO_FC_ORDERS_TERMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_SO_FC_ORDERS_TERMS_V, object_name:CE_SO_FC_ORDERS_TERMS_V, status:VALID,
-
SYNONYM: APPS.HZ_CUSTOMER_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CUSTOMER_PROFILES, status:VALID,
-
SYNONYM: APPS.HZ_CUSTOMER_PROFILES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CUSTOMER_PROFILES, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.OE_ORDER_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_HEADERS_ALL, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES_ALL, status:VALID,
-
SYNONYM: APPS.OE_ORDER_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OE_ORDER_LINES_ALL, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.CE_CSH_FCST_POP
12.1.1
-
PACKAGE BODY: APPS.CE_CSH_FCST_POP
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.CE_CSH_FCST_POP dependencies on STANDARD
12.1.1
-
APPS.CE_CSH_FCST_POP dependencies on CEP_STANDARD
12.1.1
-
APPS.CE_CSH_FCST_POP dependencies on STANDARD
12.2.2
-
APPS.CE_CSH_FCST_POP dependencies on CEP_STANDARD
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 ,