Search Results cefv_cash_forecasts
Overview
CEFV_CASH_FORECASTS is a Business View owned by the APPS schema within the Cash Management (CE) module of Oracle E-Business Suite. It presents a denormalized, read-only projection of cash forecast definitions, combining data from forecast line records, forecast header templates, lookup values, currency conversion types, transaction calendars, and project identifiers. In EBS 12.1.1 and 12.2.2, the view carries the status VALID and is defined with the WITH READ ONLY clause, which prevents DML operations and signals that it is intended exclusively for querying and reporting.
The view serves as a reporting and integration surface for cash forecasting functionality. Rather than requiring report authors to join seven separate base objects and resolve lookup meanings, CEFV_CASH_FORECASTS exposes decoded values such as aging type, currency type, and overdue transaction options directly as descriptive columns. This makes it well suited for use in Oracle Reports, BI Publisher data models, Discoverer workbooks, and custom PL/SQL extraction routines where forecast configuration data must be presented in business-friendly terms.
Underlying Base Objects
The view is defined over the following documented base objects: CE_FORECASTS, CE_FORECAST_HEADERS, CE_LOOKUPS, GL_DAILY_CONVERSION_TYPES, GL_TRANSACTION_CALENDAR, and PA_PROJECTS_ALL. The driving table is CE_FORECASTS (aliased CF), which joins to CE_FORECAST_HEADERS (FH) on FORECAST_HEADER_ID using an inner join. Three separate aliases of the CE_LOOKUPS view are joined to decode lookup codes: L1 resolves the aging type from FORECAST_AGING_TYPE, L2 resolves the currency type from FORECAST_CURRENCY_TYPE, and L3 resolves the overdue transaction setting from FORECAST_OVERDUE_TRX.
Three additional joins are outer joins: GL_DAILY_CONVERSION_TYPES (DC) is joined on CONVERSION_TYPE to CF.EXCHANGE_RATE_TYPE, PA_PROJECTS_ALL (PA) is joined on PROJECT_ID to CF.PROJECT_ID, and GL_TRANSACTION_CALENDAR (TC) is joined on TRANSACTION_CALENDAR_ID to FH.TRANSACTION_CALENDAR_ID. The outer joins ensure forecast rows are retained even when no conversion type, project, or calendar is assigned.
Key Columns
- FORECAST_ID / NAME – Primary identifier and user-assigned name of the forecast line.
- FORECAST_CURRENCY / SOURCE_CURRENCY – Target and originating currencies for the forecast.
- TYPE – Decoded currency type meaning from the FORECAST_CURRENCY_TYPE lookup.
- EXCHANGE_RATE_TYPE / EXCHANGE_DATE / EXCHANGE_RATE – Conversion type name from GL_DAILY_CONVERSION_TYPES, the rate effective date, and the rate value.
- START_DATE / START_PERIOD / CALENDAR_NAME – Forecast start date, starting accounting period, and the transaction calendar name.
- ERROR_STATUS / AMOUNT_THRESHOLD – Error indicator and the monetary threshold applied to the forecast.
- TEMPLATE_NAME / TEMPLATE_DESCRIPTION – Header name and description from CE_FORECAST_HEADERS.
- OVERDUE_TRANSACTION_OPTION / OVERDUE_TXN_CUTOFF_PERIOD – Decoded overdue transaction lookup meaning and the header cutoff period.
- PROJECT_ID / PROJECT_NUMBER – Project reference and the SEGMENT1 project number from PA_PROJECTS_ALL.
- CREATED_BY / CREATION_DATE / LAST_UPDATED_BY / LAST_UPDATE_DATE – Standard audit columns.
Common Use Cases and Queries
Typical scenarios include auditing forecast template configuration, validating exchange rate assignments, and reporting forecast scope by project or business calendar. A representative query listing project-linked forecasts follows:
SELECT forecast_id, name, forecast_currency, type, calendar_name, project_number
FROM apps.cefv_cash_forecasts
WHERE project_number IS NOT NULL
ORDER BY name;
Because the view is read-only and joins seven base objects with inner joins on lookups, rows whose lookup codes are absent from CE_LOOKUPS will be excluded. Callers should therefore treat missing rows as a potential lookup configuration issue rather than an absence of forecast data.
-
View: CEFV_CASH_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_CASH_FORECASTS, object_name:CEFV_CASH_FORECASTS, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_CASH_FORECASTS ,
-
View: CEFV_CASH_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_CASH_FORECASTS, object_name:CEFV_CASH_FORECASTS, status:VALID, product: CE - Cash Management , description: Business View , implementation_dba_data: APPS.CEFV_CASH_FORECASTS ,
-
SYNONYM: APPS.GL_TRANSACTION_CALENDAR
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_TRANSACTION_CALENDAR, status:VALID,
-
SYNONYM: APPS.GL_TRANSACTION_CALENDAR
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_TRANSACTION_CALENDAR, status:VALID,
-
SYNONYM: APPS.CE_FORECAST_HEADERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_FORECAST_HEADERS, status:VALID,
-
SYNONYM: APPS.CE_FORECAST_HEADERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_FORECAST_HEADERS, status:VALID,
-
SYNONYM: APPS.CE_FORECASTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_FORECASTS, status:VALID,
-
SYNONYM: APPS.CE_FORECASTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_FORECASTS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.CE_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_LOOKUPS, object_name:CE_LOOKUPS, status:VALID,
-
VIEW: APPS.CE_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_LOOKUPS, object_name:CE_LOOKUPS, status:VALID,
-
VIEW: APPS.CEFV_CASH_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_CASH_FORECASTS, object_name:CEFV_CASH_FORECASTS, status:VALID,
-
VIEW: APPS.CEFV_CASH_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CEFV_CASH_FORECASTS, object_name:CEFV_CASH_FORECASTS, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
SYNONYM: APPS.GL_DAILY_CONVERSION_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:GL_DAILY_CONVERSION_TYPES, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_ALL, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_ALL, status:VALID,
-
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 ,
-
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 ,