Search Results transaction_calendar_name
Overview
CE_FORECAST_HEADERS_V is an Oracle Applications (APPS) view in the Cash Management (CE) product family, delivered as a retrofit artifact in Oracle E-Business Suite 12.1.1 and 12.2.2. It exposes forecast header definitions used by the Cash Forecasting feature, presenting a denormalized, display-ready representation of the CE_FORECAST_HEADERS table joined to several supporting objects. Rather than returning raw foreign keys, the view resolves lookup codes, calendar identifiers, and project identifiers into their human-readable values, which simplifies reporting, concurrent program logic, and integration extraction.
The view is most relevant to users and developers who need to identify forecast definitions by the projects they cover. Because it exposes both START_PROJECT_NUMBER and END_PROJECT_NUMBER, the view is frequently the starting point for queries that filter forecasts by a specific project number, including the commonly searched END_PROJECT_NUMBER attribute.
Underlying Base Objects
The view is defined over four documented referenced objects:
- CE_FORECAST_HEADERS (synonym) — the driving table, aliased H, supplying all header identifiers, descriptive fields, aging configuration, descriptive flexfield attributes, and project IDs.
- CE_LOOKUPS (view) — aliased L1, joined on LOOKUP_TYPE = 'FORECAST_AGING_TYPE' and LOOKUP_CODE = H.AGING_TYPE to decode the aging type into a display meaning.
- GL_TRANSACTION_CALENDAR (synonym) — aliased GLTC, an outer-joined source for the transaction calendar name.
- PA_PROJECTS_ALL (synonym) — referenced twice, as P1 and P2, outer-joined on PROJECT_ID to START_PROJECT_ID and END_PROJECT_ID respectively, resolving each project ID to its SEGMENT1 project number.
All project and calendar joins use the Oracle outer-join operator (+), so forecast headers are still returned when no matching calendar or project exists. The lookup join, however, is an inner join, meaning an aging type with no valid FORECAST_AGING_TYPE lookup will suppress the row.
Key Columns
- FORECAST_HEADER_ID — primary key of the forecast header; the join key to forecast lines.
- NAME / DESCRIPTION — user-defined forecast identifier and narrative.
- AGING_TYPE / AGING_TYPE_DSP — stored aging code and its decoded lookup meaning.
- OVERDUE_TRANSACTIONS / CUTOFF_PERIOD — flags controlling inclusion of overdue items and the forecast cut-off.
- TRANSACTION_CALENDAR_ID / TRANSACTION_CALENDAR_NAME — the calendar applied to the forecast and its resolved name.
- START_PROJECT_ID / START_PROJECT_NUMBER — the low project in the forecast's project range and its project number.
- END_PROJECT_ID / END_PROJECT_NUMBER — the high project in the range and its resolved project number; this is the column most often used to locate forecasts terminating at a given project.
- TREASURY_TEMPLATE — indicates whether the header originated from a Treasury template.
- ATTRIBUTE_CATEGORY and ATTRIBUTE1–ATTRIBUTE15 — descriptive flexfield context and segments.
- Audit columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) and ROW_ID — standard WHO columns and the row identifier.
Common Use Cases and Queries
The principal use case is locating forecast definitions that span or terminate at a particular project. The following query returns all forecasts whose end project number matches a supplied value:
SELECT forecast_header_id, name, start_project_number, end_project_number FROM ce_forecast_headers_v WHERE end_project_number = :p_project_number;
Additional practical patterns include listing all forecasts and their decoded aging types for reporting, and joining the view to forecast lines via FORECAST_HEADER_ID to build detailed cash position extracts. Because project resolution relies on PA_PROJECTS_ALL, forecasts whose project IDs no longer resolve to a project will return a null project number; queries searching by END_PROJECT_NUMBER therefore implicitly exclude such rows. Consumers should also be aware that the view is documented as retrofitted and that TRANSACTION_CALENDAR_NAME and the project numbers are outer-join derivations rather than stored values.
-
View: CE_FORECAST_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FORECAST_HEADERS_V, object_name:CE_FORECAST_HEADERS_V, status:VALID, product: CE - Cash Management , description: - Retrofitted , implementation_dba_data: APPS.CE_FORECAST_HEADERS_V ,
-
VIEW: APPS.CE_FORECAST_HEADERS_V
12.1.1
-
View: CE_FORECAST_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FORECAST_HEADERS_V, object_name:CE_FORECAST_HEADERS_V, status:VALID, product: CE - Cash Management , description: - Retrofitted , implementation_dba_data: APPS.CE_FORECAST_HEADERS_V ,
-
View: GL_SETS_OF_BOOKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_V, object_name:GL_SETS_OF_BOOKS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SETS_OF_BOOKS_V ,
-
View: GL_LEDGERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGERS_V, object_name:GL_LEDGERS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_LEDGERS_V ,
-
VIEW: APPS.CE_FORECAST_HEADERS_V
12.2.2
-
VIEW: APPS.CE_FORECAST_HEADERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FORECAST_HEADERS_V, object_name:CE_FORECAST_HEADERS_V, status:VALID,
-
VIEW: APPS.CE_FORECAST_HEADERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FORECAST_HEADERS_V, object_name:CE_FORECAST_HEADERS_V, status:VALID,
-
View: GL_SETS_OF_BOOKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_V, object_name:GL_SETS_OF_BOOKS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_SETS_OF_BOOKS_V ,
-
View: GL_LEDGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGERS_V, object_name:GL_LEDGERS_V, status:VALID, product: GL - General Ledger , implementation_dba_data: APPS.GL_LEDGERS_V ,
-
VIEW: APPS.GL_SETS_OF_BOOKS_V
12.1.1
-
View: OKL_GL_SETS_OF_BOOKS_UV
12.2.2
product: OKL - Lease and Finance Management , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.GL_LEDGERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGERS_V, object_name:GL_LEDGERS_V, status:VALID,
-
VIEW: APPS.GL_LEDGERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_LEDGERS_V, object_name:GL_LEDGERS_V, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_V, object_name:GL_SETS_OF_BOOKS_V, status:VALID,
-
View: OKL_GL_SETS_OF_BOOKS_UV
12.1.1
product: OKL - Leasing and Finance Management , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.GL_SETS_OF_BOOKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS_V, object_name:GL_SETS_OF_BOOKS_V, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS_V
12.2.2
-
VIEW: APPS.GL_LEDGERS_V
12.1.1
-
VIEW: APPS.GL_LEDGERS_V
12.2.2
-
eTRM - SQLGL Tables and Views
12.2.2
description: This table contains the tracking information that Golden Gate will use to launch Journal Import. ,
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
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 ,