Search Results set_of_books_name
Overview
CE_FORECAST_ORGS_V is a consolidated reporting view owned by the APPS schema in Oracle E-Business Suite Cash Management (CE). Its purpose is to present the set of organizations that are valid for cash forecasting, one row per organization per source application, in a single uniform result set. Rather than requiring callers to query each application-specific forecast organization view separately, CE_FORECAST_ORGS_V unions the forecast organization views of Accounts Payable, Accounts Receivable, Assets, Order Entry, Payables, Projects, and Purchasing, and appends a synthetic row derived from the FORECAST_ALL lookup type.
The view is documented in ETRM as VALID and is described as "Retrofitted," indicating it was re-pointed or regenerated during an upgrade or patch cycle rather than authored fresh. It exposes only seven columns, giving it a narrow, stable contract suitable for LOV definitions, concurrent program parameters, and analytical queries that need to know which organizations can participate in a forecast. It is not a transactional object; it carries no amounts, dates, or forecast balances.
Underlying Base Objects
The view is defined as a chain of UNION ALL branches. Seven branches select from application-specific forecast organization views: CE_FORECAST_AP_ORGS_V, CE_FORECAST_PO_ORGS_V, CE_FORECAST_PAY_ORGS_V, CE_FORECAST_AR_ORGS_V, CE_FORECAST_AS_ORGS_V, CE_FORECAST_OE_ORGS_V, and CE_FORECAST_PA_ORGS_V. Each contributes the same seven-column projection.
An eighth branch reads CE_LOOKUPS, filtering LOOKUP_TYPE = 'FORECAST_ALL' and mapping LOOKUP_CODE through TO_NUMBER to produce an ORG_ID-like value, and MEANING to populate NAME. This branch deliberately returns NULL for APP_SHORT_NAME, SET_OF_BOOKS_ID, SET_OF_BOOKS_NAME, CURRENCY_CODE, and DESCRIPTION, so the "all" option carries no application or ledger context.
Documented referenced objects also include the packages FND_PROFILE, HR_GENERAL, and HR_SECURITY. These are used indirectly by the underlying views to enforce operating unit and security profile restrictions, so the effective row set returned to a session respects the caller's MO security profile.
Key Columns
- APP_SHORT_NAME — Application short name of the source module (for example SQLAP, AR, PO). NULL for the FORECAST_ALL lookup row.
- ORG_ID — Operating unit / organization identifier. For the lookup branch this is the numeric LOOKUP_CODE converted with TO_NUMBER.
- NAME — Organization name; for the lookup branch it holds the lookup MEANING.
- SET_OF_BOOKS_ID — Ledger identifier associated with the organization. NULL for the lookup branch.
- SET_OF_BOOKS_NAME — Ledger name associated with the organization. NULL for the lookup branch.
- CURRENCY_CODE — Ledger currency for the organization. NULL for the lookup branch.
- DESCRIPTION — Descriptive text for the organization. NULL for the lookup branch.
Common Use Cases and Queries
Typical uses include feeding organization LOVs in cash forecast setup and inquiry, validating a supplied ORG_ID before running forecast generation, and driving per-organization loops in custom forecast extracts. Because the view spans applications, it is convenient for reconciliation of which modules contribute organizations to forecasting.
- List all forecast-enabled organizations for a ledger:
SELECT org_id, name, app_short_name FROM ce_forecast_orgs_v WHERE set_of_books_id = :ledger_id ORDER BY name; - Retrieve the "all organizations" option:
SELECT org_id, name FROM ce_forecast_orgs_v WHERE app_short_name IS NULL; - Check whether an organization is available for forecasting:
SELECT COUNT(*) FROM ce_forecast_orgs_v WHERE org_id = :org_id; - Distinct contributing applications:
SELECT DISTINCT app_short_name FROM ce_forecast_orgs_v;
Because HR security packages are involved, results are session-sensitive; the same query executed under different responsibilities may return different organization counts. When a query returns fewer rows than expected, verifying the MO security profile is the standard first diagnostic step.
-
View: CE_FORECAST_ORGS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FORECAST_ORGS_V, object_name:CE_FORECAST_ORGS_V, status:VALID, product: CE - Cash Management , description: - Retrofitted , implementation_dba_data: APPS.CE_FORECAST_ORGS_V ,
-
VIEW: APPS.CE_FORECAST_ORGS_V
12.2.2
-
VIEW: APPS.CE_FORECAST_ORGS_V
12.1.1
-
View: CE_FORECAST_ORGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_FORECAST_ORGS_V, object_name:CE_FORECAST_ORGS_V, status:VALID, product: CE - Cash Management , description: - Retrofitted , implementation_dba_data: APPS.CE_FORECAST_ORGS_V ,
-
VIEW: IGI.IGI_BUD_SHEET_HEADERS#
12.2.2
-
View: AX_ORGS_SOBS_V
12.1.1
product: AX - Global Accounting Engine , description: SOBs and Orgs relationships in subledger applications , implementation_dba_data: Not implemented in this database ,
-
View: AX_ORGS_SOBS_V
12.2.2
product: AX - Global Accounting Engine , description: SOBs and Orgs relationships in subledger applications , implementation_dba_data: Not implemented in this database ,
-
VIEW: XLE.XLE_SOB_INTERFACE#
12.2.2
-
VIEW: APPS.WIP_BIS_UTZ_NOCAT_V
12.2.2
-
VIEW: APPS.WIP_BIS_UTZ_NOCAT_V
12.1.1
-
VIEW: APPS.PA_GL_SET_OF_BOOKS_V
12.2.2
-
View: AX_EVENT_TYPES_V
12.2.2
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
View: AX_EVENT_TYPES_V
12.1.1
product: AX - Global Accounting Engine , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.PA_GL_SET_OF_BOOKS_V
12.1.1
-
VIEW: WIP.WIP_BIS_PROD_ASSY_YIELD_TEMP#
12.2.2
-
VIEW: WIP.WIP_BIS_PROD_DEPT_YIELD_TEMP#
12.2.2
-
VIEW: WIP.WIP_BIS_PROD_ASSY_YIELD#
12.2.2
-
VIEW: OE.OE_BIS_CUST_SAT_T2#
12.2.2
-
VIEW: WIP.WIP_BIS_PROD_INDICATORS#
12.2.2
-
VIEW: WIP.WIP_BIS_PROD_INDICATORS_TEMP#
12.2.2
-
VIEW: APPS.WIP_BIS_UTZ_CATNOITEM_V
12.1.1
-
VIEW: APPS.WIP_BIS_UTZ_CATNOITEM_V
12.2.2
-
VIEW: WIP.WIP_BIS_PROD_DEPT_YIELD#
12.2.2
-
VIEW: APPS.ICX_ORG_ADDRESS_V
12.2.2
-
VIEW: APPS.POS_ORG_ADDRESS_V
12.2.2
-
VIEW: APPS.ICX_ORG_ADDRESS_V
12.1.1
-
TABLE: XLE.XLE_SOB_INTERFACE
12.1.1
owner:XLE, object_type:TABLE, fnd_design_data:XLE.XLE_SOB_INTERFACE, object_name:XLE_SOB_INTERFACE, status:VALID,
-
View: POS_ORG_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_ORG_ADDRESS_V POS.POS_ORG_ADDRESS_V, object_name:POS_ORG_ADDRESS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_ORG_ADDRESS_V ,
-
View: PA_GL_SET_OF_BOOKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_SET_OF_BOOKS_V, object_name:PA_GL_SET_OF_BOOKS_V, status:VALID, product: PA - Projects , description: This view is being used in forms, reports, and concurrent processes to get the primary currency and reporting currency given above attributes for the implemented OU. , implementation_dba_data: APPS.PA_GL_SET_OF_BOOKS_V ,
-
View: PA_GL_SET_OF_BOOKS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_GL_SET_OF_BOOKS_V, object_name:PA_GL_SET_OF_BOOKS_V, status:VALID, product: PA - Projects , description: This view is being used in forms, reports, and concurrent processes to get the primary currency and reporting currency given above attributes for the implemented OU. , implementation_dba_data: APPS.PA_GL_SET_OF_BOOKS_V ,
-
View: PSPFV_ENC_PAYROLLS
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.POS_ORG_ADDRESS_V
12.1.1
-
View: POS_ORG_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_ORG_ADDRESS_V POS.POS_ORG_ADDRESS_V, object_name:POS_ORG_ADDRESS_V, status:VALID, product: POS - iSupplier Portal , description: This view is used to fetch address information from the mtl_organizations view , implementation_dba_data: APPS.POS_ORG_ADDRESS_V ,
-
View: PSPFV_ENC_ELEMENTS
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_AUTO_SEGMENTS
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_AUTOPOP_LOOKUP_PARAMETER
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: OE_BIS_CUST_SAT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OE.OE_BIS_CUST_SAT_V, object_name:OE_BIS_CUST_SAT_V, status:VALID, product: OE - Order Entry , implementation_dba_data: APPS.OE_BIS_CUST_SAT_V ,
-
View: PSPFV_AUTO_SEGMENTS
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: POS_ORG_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POS_ORG_ADDRESS_V, object_name:POS_ORG_ADDRESS_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POS_ORG_ADDRESS_V ,
-
VIEW: APPS.WIP_BIS_UTZ_CAT_V
12.1.1
-
VIEW: GMF.GL_PLCY_MST#
12.2.2
-
View: ICX_ORG_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_ORG_ADDRESS_V, object_name:ICX_ORG_ADDRESS_V, status:VALID, product: ICX - Oracle iProcurement , description: Organizations Address View , implementation_dba_data: APPS.ICX_ORG_ADDRESS_V ,
-
View: ICX_ORG_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ICX.ICX_ORG_ADDRESS_V, object_name:ICX_ORG_ADDRESS_V, status:VALID, product: ICX - Oracle iProcurement , description: Organizations Address View , implementation_dba_data: APPS.ICX_ORG_ADDRESS_V ,
-
TABLE: XLE.XLE_SOB_INTERFACE
12.2.2
owner:XLE, object_type:TABLE, fnd_design_data:XLE.XLE_SOB_INTERFACE, object_name:XLE_SOB_INTERFACE, status:VALID,
-
VIEW: APPS.OE_BIS_CUST_SAT_V
12.1.1
-
View: PSPFV_ENC_PAYROLLS
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: PSPFV_AUTOPOP_ACCTS
12.1.1
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.OKL_ACC_GEN_RULES_V
12.1.1
-
View: PSPFV_AUTOPOP_ACCTS
12.2.2
product: PSP - Labor Distribution , implementation_dba_data: Not implemented in this database ,
-
View: OKL_ACC_GEN_RULES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ACC_GEN_RULES_V, object_name:OKL_ACC_GEN_RULES_V, status:VALID, product: OKL - Leasing and Finance Management , description: Account generator rule header , implementation_dba_data: APPS.OKL_ACC_GEN_RULES_V ,