Search Results ce_po_fc_orders_temp_v
Overview
CE_PO_FC_ORDERS_TEMP_V is a Cash Management (CE) view owned by the APPS schema in Oracle E-Business Suite 12.1.1 and 12.2.2. It belongs to the Cash Forecasting (CE_PO_FC) feature family, which supplies cash flow forecasting with committed and anticipated outflows derived from procurement activity. Specifically, this view exposes the temp labor purchase order forecast source: open purchase order commitments for temporary labor engagements, which the Cash Management forecasting engine uses to project near-term cash disbursements.
The view operates as a reporting and integration layer rather than a transactional entity. It contains no data of its own; rather, it joins and reshapes existing purchasing and financials tables from AP (Payables), PO (Purchasing), and GL (General Ledger) into a normalized forecast line format. Because it is a view and not a concurrent program output, values reflect the current state of the underlying purchase orders at query time, making it suitable for ad hoc analysis, custom reports, and feeds into external forecasting or treasury systems.
Underlying Base Objects
The view's definition joins the following documented base objects:
- PO_HEADERS_ALL — purchase order headers, source of SEGMENT1 (PO number), currency code, vendor, vendor site, rate, and authorization status.
- PO_LINES_ALL — PO lines supplying line number and start/expiration dates.
- PO_LINE_LOCATIONS_ALL — shipment/delivery schedules, filtered to SHIPMENT_TYPE = 'STANDARD'.
- PO_DISTRIBUTIONS_ALL — accounting distributions providing amount ordered, delivered, cancelled, non-recoverable tax, rate, ORG_ID, PROJECT_ID, and set of books.
- PO_VENDORS (VIEW) and PO_VENDOR_SITES_ALL (VIEW) — vendor and vendor site attributes such as payment priority, vendor type, and pay group.
- PO_DOCUMENT_TYPES_ALL — document type control by ORG_ID.
- FINANCIALS_SYSTEM_PARAMS_ALL — default invoice currency for the operating unit.
- GL_SETS_OF_BOOKS (VIEW) — base ledger currency.
- FND_GLOBAL — referenced for session context (typically ORG_ID resolution).
Most joins are outer joins (using the Oracle (+) operator) between header, line, location, distribution, vendor, and vendor site records, with mandatory joins on set of books identifiers linking distributions to both GL_SETS_OF_BOOKS and FINANCIALS_SYSTEM_PARAMS_ALL. This structure ensures that forecast amounts always reconcile to a valid ledger and operating unit.
Key Columns
- SEGMENT1 — the purchase order number (document reference).
- Amount (column 2) — the outstanding commitment multiplied by the exchange rate: GREATEST(amount_ordered − amount_delivered − amount_cancelled + nonrecoverable_tax, 0) × NVL(line rate, NVL(header rate, 1)) .
- Unconverted amount (column 3) — the same open commitment in document currency, floored at zero.
- START_DATE / EXPIRATION_DATE — PO line dates driving the forecast time bucket.
- Currency code (column 6) — resolves as header currency, then invoice currency, then ledger currency.
- AUTHORIZATION_STATUS — PO approval state, defaulting to 'INCOMPLETE'.
- Payment priority / vendor type / pay group (columns 8–10) — derived from the vendor site if present, else from the vendor, with sentinel defaults ('-1', '99').
- ORG_ID, PROJECT_ID, LINE_NUM, PO_DISTRIBUTION_ID — organizational, project, and document identifiers for drill-down.
- VALUE_BASIS, PURCHASE_BASIS, MATCHING_BASIS — purchasing control attributes from line locations.
Common Use Cases and Queries
The primary use is supplying temp labor PO commitments to cash forecasting models and to custom cash outflow reporting. A typical query surfaced by a user searching for this object is:
- Listing open temp labor commitments by PO for a given operating unit.
- Aggregating forecast amounts by currency or project for treasury planning.
- Reconciling CE forecast lines back to PO distributions for audit.
For example: SELECT segment1, amount, currency_code, start_date, expiration_date, org_id FROM apps.ce_po_fc_orders_temp_v WHERE org_id = :p_org_id ORDER BY start_date;
Because the view performs the greatest-of-zero calculation on open amounts, records fully delivered or cancelled naturally return zero and are effectively neutral to the forecast. Analysts should note that the view reflects PO distributions across all suppliers selected by the join criteria, so filtering by org_id and authorization_status is advisable to avoid incomplete or unauthorized documents distorting projected cash flows.
-
View: CE_PO_FC_ORDERS_TEMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PO_FC_ORDERS_TEMP_V, object_name:CE_PO_FC_ORDERS_TEMP_V, status:VALID, product: CE - Cash Management , description: Forecasting source - temp labor purchase orders , implementation_dba_data: APPS.CE_PO_FC_ORDERS_TEMP_V ,
-
View: CE_PO_FC_ORDERS_TEMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PO_FC_ORDERS_TEMP_V, object_name:CE_PO_FC_ORDERS_TEMP_V, status:VALID, product: CE - Cash Management , description: Forecasting source - temp labor purchase orders , implementation_dba_data: APPS.CE_PO_FC_ORDERS_TEMP_V ,
-
PACKAGE BODY: APPS.CE_CSH_FCST_POP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CE_CSH_FCST_POP, status:VALID,
-
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
-
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.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
-
PACKAGE BODY: APPS.CE_CSH_FCST_POP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CE_CSH_FCST_POP, 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.1.1 DBA Data
12.1.1
-
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 ,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.CE_PO_FC_ORDERS_TEMP_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PO_FC_ORDERS_TEMP_V, object_name:CE_PO_FC_ORDERS_TEMP_V, status:VALID,
-
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.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.CE_PO_FC_ORDERS_TEMP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_PO_FC_ORDERS_TEMP_V, object_name:CE_PO_FC_ORDERS_TEMP_V, 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.FINANCIALS_SYSTEM_PARAMS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FINANCIALS_SYSTEM_PARAMS_ALL, status:VALID,
-
APPS.CE_CSH_FCST_POP dependencies on CE_PO_FC_ORDERS_TEMP_V
12.2.2
-
APPS.CE_CSH_FCST_POP dependencies on CE_PO_FC_ORDERS_TEMP_V
12.1.1
-
SYNONYM: APPS.PO_DISTRIBUTIONS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_DISTRIBUTIONS_ALL, 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.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.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_LINES_ALL, status:VALID,
-
SYNONYM: APPS.PO_LINES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_LINES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
VIEW: APPS.PO_VENDOR_SITES_ALL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDOR_SITES_ALL, object_name:PO_VENDOR_SITES_ALL, status:VALID,
-
APPS.CE_CSH_FCST_POP SQL Statements
12.1.1
-
SYNONYM: APPS.PO_HEADERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
APPS.CE_CSH_FCST_POP SQL Statements
12.2.2
-
SYNONYM: APPS.PO_HEADERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PO_HEADERS_ALL, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
VIEW: APPS.PO_VENDORS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLAP.PO_VENDORS, object_name:PO_VENDORS, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, status:VALID,
-
VIEW: APPS.GL_SETS_OF_BOOKS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:SQLGL.GL_SETS_OF_BOOKS, object_name:GL_SETS_OF_BOOKS, 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
-
eTRM - SQLAP Tables and Views
12.2.2
description: Set Distribution Table. ,
-
eTRM - SQLAP Tables and Views
12.1.1
description: Set Distribution Table. ,
-
12.2.2 DBA Data
12.2.2
-
eTRM - SQLGL Tables and Views
12.1.1
description: USSGL transaction codes ,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.FND_GLOBAL
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, 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 ,