Search Results customer_ship_id
Overview
APPS.MRPBV_FORECASTS is a Business Intelligence System (BIS) view in the Oracle E-Business Suite APPS schema, registered under FND Design Data as MRP.MRPBV_FORECASTS. The view presents an estimate of future demand on inventory items. Each row represents a forecast entry and exposes both the original and current forecast quantities (before and after consumption), the associated confidence factor, and any specific customer information attached to the demand. As a BIS view, it is intended primarily for reporting, ad hoc query, and integration rather than for transactional write operations, and it is documented as VALID in both Oracle EBS 12.1.1 and 12.2.2.
The view is not referenced by any other database object, so it functions as a terminal reporting object layered on top of the MRP forecast designator tables. Because it resolves organization context, forecast set names, and customer identifiers into a single denormalized projection, it reduces the join complexity normally required to report on forecast demand.
Underlying Base Objects
The ETRM dependency metadata documents that MRPBV_FORECASTS references the following base objects through APPS synonyms:
- HR_ALL_ORGANIZATION_UNITS — supplies the organization context, providing ORGANIZATION_CODE and ORGANIZATION_NAME for the inventory organization that owns the forecast.
- MRP_FORECAST_DESIGNATORS — the core forecast designator table that defines forecast names, forecast sets, demand classes, consumption information, and the customer references (CUSTOMER_ID, CUSTOMER_SHIP_ID, CUSTOMER_BILL_ID) exposed by the view.
- MTL_PARAMETERS — provides inventory organization parameters, linking the organization unit to the inventory organization ID (ORGANIZATION_ID) used throughout Oracle Planning and Inventory.
The view therefore acts as a controlled, read-only projection over the forecast designator data, enriched with organization master information. It does not carry FND audit columns other than the standard LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, and CREATED_BY inherited from the base records.
Key Columns
- ORGANIZATION_CODE / ORGANIZATION_NAME — the inventory organization short code and full description, resolved from the organization units table.
- FORECAST_NAME (VARCHAR2 10) and FORECAST_DESCRIPTION (VARCHAR2 50) — identify and describe the forecast designator.
- FORECAST_SET_NAME (VARCHAR2 10) — groups related forecast entries into a forecast set.
- DEMAND_CLASS (VARCHAR2 30) — categorizes the demand, typically aligning with demand class usage in planning and ATP.
- INACTIVE_DATE — the date the forecast entry becomes inactive.
- ORGANIZATION_ID — the numeric inventory organization identifier.
- CUSTOMER_ID — the customer party associated with the forecast demand.
- CUSTOMER_SHIP_ID — the ship-to site identifier for the customer associated with the forecast. This is the column of interest for site-level demand reporting and is the field matched by the search on customer_ship_id.
- CUSTOMER_BILL_ID — the bill-to site identifier for the customer.
- Audit columns — LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY provide record lineage and change tracking.
Common Use Cases and Queries
This view is typically used to report forecast demand by organization, forecast set, demand class, and customer site. A recurring scenario is identifying all forecast entries tied to a specific ship-to site, which is precisely what a search on customer_ship_id retrieves.
Example — list forecast entries by customer ship-to site:
SELECT organization_code, forecast_name, forecast_set_name, demand_class, customer_id, customer_ship_id, customer_bill_id, inactive_date FROM apps.mrpbv_forecasts WHERE customer_ship_id = :p_ship_id;
Example — summarize active forecast entries by organization and demand class:
SELECT organization_id, demand_class, COUNT(*) FROM apps.mrpbv_forecasts WHERE inactive_date IS NULL OR inactive_date > SYSDATE GROUP BY organization_id, demand_class ORDER BY organization_id, demand_class;
Because the view resolves organization names and customer references, it is well suited to Cognos, OBIEE, and custom concurrent-program extracts where site-level forecast visibility is required without navigating the underlying designator and organization joins directly.
-
VIEW: APPS.MRPBV_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECASTS, object_name:MRPBV_FORECASTS, status:VALID,
-
VIEW: APPS.MRPFV_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECASTS, object_name:MRPFV_FORECASTS, status:VALID,
-
VIEW: APPS.MRPFV_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECASTS, object_name:MRPFV_FORECASTS, status:VALID,
-
VIEW: APPS.MRPBV_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECASTS, object_name:MRPBV_FORECASTS, status:VALID,
-
View: MRPBV_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECASTS, object_name:MRPBV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_FORECASTS ,
-
View: MRPBV_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPBV_FORECASTS, object_name:MRPBV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPBV_FORECASTS ,
-
VIEW: WMS.WMS_MATERIAL_TXN_TRACE#
12.2.2
-
View: MRPFV_FORECASTS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECASTS, object_name:MRPFV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_FORECASTS ,
-
View: MRPFV_FORECASTS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRPFV_FORECASTS, object_name:MRPFV_FORECASTS, status:VALID, product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: APPS.MRPFV_FORECASTS ,
-
VIEW: INV.MTL_MATERIAL_TRANSACTIONS_TEM#
12.2.2
-
VIEW: INV.MTL_TRANSACTIONS_INTERFACE#
12.2.2
-
VIEW: APPS.MTL_TRANSACTIONS_TEMP_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_TEMP_ALL_V, object_name:MTL_TRANSACTIONS_TEMP_ALL_V, status:VALID,
-
VIEW: APPS.MTL_TRANSACTIONS_TEMP_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_TEMP_ALL_V, object_name:MTL_TRANSACTIONS_TEMP_ALL_V, status:VALID,
-
VIEW: APPS.WMS_COST_GROUPS_INPUT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_COST_GROUPS_INPUT_V, object_name:WMS_COST_GROUPS_INPUT_V, status:VALID,
-
VIEW: WMS.WMS_MATERIAL_TXN_TRACE#
12.2.2
owner:WMS, object_type:VIEW, object_name:WMS_MATERIAL_TXN_TRACE#, status:VALID,
-
VIEW: APPS.WMS_COST_GROUPS_INPUT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_COST_GROUPS_INPUT_V, object_name:WMS_COST_GROUPS_INPUT_V, status:VALID,
-
VIEW: INV.MTL_MATERIAL_TRANSACTIONS_TEM#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_MATERIAL_TRANSACTIONS_TEM#, status:VALID,
-
TABLE: APPS.MTL_MMTT_BACKUP
12.1.1
owner:APPS, object_type:TABLE, object_name:MTL_MMTT_BACKUP, status:VALID,
-
TABLE: INV.WMS_CARTONIZATION_TEMP1
12.2.2
owner:INV, object_type:TABLE, fnd_design_data:INV.WMS_CARTONIZATION_TEMP1, object_name:WMS_CARTONIZATION_TEMP1, status:VALID,
-
TABLE: INV.WMS_CARTONIZATION_TEMP
12.1.1
owner:INV, object_type:TABLE, fnd_design_data:INV.WMS_CARTONIZATION_TEMP, object_name:WMS_CARTONIZATION_TEMP, status:VALID,
-
View: CSP_PICK_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICK_TRANSACTIONS_V, object_name:CSP_PICK_TRANSACTIONS_V, status:VALID, product: CSP - Spares Management , description: Material Transactions and Picklist information , implementation_dba_data: APPS.CSP_PICK_TRANSACTIONS_V ,
-
VIEW: APPS.MTL_TRANSACTIONS_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_INTERFACE_V, object_name:MTL_TRANSACTIONS_INTERFACE_V, status:VALID,
-
View: CSP_PICK_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICK_TRANSACTIONS_V, object_name:CSP_PICK_TRANSACTIONS_V, status:VALID, product: CSP - Spares Management , description: Material Transactions and Picklist information , implementation_dba_data: APPS.CSP_PICK_TRANSACTIONS_V ,
-
VIEW: APPS.MTL_TRANSACTIONS_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_INTERFACE_V, object_name:MTL_TRANSACTIONS_INTERFACE_V, status:VALID,
-
APPS.INV_MO_LINE_DETAIL_UTIL SQL Statements
12.1.1
-
View: WMS_COST_GROUPS_INPUT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_COST_GROUPS_INPUT_V, object_name:WMS_COST_GROUPS_INPUT_V, status:VALID, product: WMS - Warehouse Management , description: This view joins MTL_TXN_REQUEST_LINES with MTL_MATERIAL_TRANSACTIONS_TEMP. A record from WMS_COST_GROUP_INPUT_V serves as the input for the WMS cost group rules engine. , implementation_dba_data: APPS.WMS_COST_GROUPS_INPUT_V ,
-
VIEW: INV.MTL_TRANSACTIONS_INTERFACE#
12.2.2
owner:INV, object_type:VIEW, object_name:MTL_TRANSACTIONS_INTERFACE#, status:VALID,
-
APPS.INV_MO_LINE_DETAIL_UTIL SQL Statements
12.2.2
-
APPS.WIP_MTL_TXNS_TEMP_CLEANUP SQL Statements
12.1.1
-
TABLE: WMS.WMS_MATERIAL_TXN_TRACE
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_MATERIAL_TXN_TRACE, object_name:WMS_MATERIAL_TXN_TRACE, status:VALID,
-
TABLE: WMS.WMS_MATERIAL_TXN_TRACE
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_MATERIAL_TXN_TRACE, object_name:WMS_MATERIAL_TXN_TRACE, status:VALID,
-
VIEW: APPS.CSP_PICK_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICK_TRANSACTIONS_V, object_name:CSP_PICK_TRANSACTIONS_V, status:VALID,
-
APPS.CSP_MO_MTLTXNS_UTIL SQL Statements
12.2.2
-
APPS.WIP_MTL_TXNS_TEMP_CLEANUP SQL Statements
12.2.2
-
VIEW: APPS.CSP_PICK_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CSP.CSP_PICK_TRANSACTIONS_V, object_name:CSP_PICK_TRANSACTIONS_V, status:VALID,
-
APPS.CSP_MO_MTLTXNS_UTIL SQL Statements
12.1.1
-
APPS.CSP_PC_FORM_MTLTXNS SQL Statements
12.2.2
-
APPS.CSP_PC_FORM_MTLTXNS SQL Statements
12.1.1
-
View: WMS_COST_GROUPS_INPUT_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_COST_GROUPS_INPUT_V, object_name:WMS_COST_GROUPS_INPUT_V, status:VALID, product: WMS - Warehouse Management , description: This view joins MTL_TXN_REQUEST_LINES with MTL_MATERIAL_TRANSACTIONS_TEMP. A record from WMS_COST_GROUP_INPUT_V serves as the input for the WMS cost group rules engine. , implementation_dba_data: APPS.WMS_COST_GROUPS_INPUT_V ,
-
View: MTL_TRANSACTIONS_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_INTERFACE_V, object_name:MTL_TRANSACTIONS_INTERFACE_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_TRANSACTIONS_INTERFACE_V ,
-
View: MTL_TRANSACTIONS_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_INTERFACE_V, object_name:MTL_TRANSACTIONS_INTERFACE_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_TRANSACTIONS_INTERFACE_V ,
-
APPS.WMS_BULK_PICK SQL Statements
12.1.1
-
APPS.MTL_TXNS_TEMP_PKG SQL Statements
12.1.1
-
APPS.MTL_TXNS_TEMP_PKG SQL Statements
12.2.2
-
PACKAGE: APPS.CSP_MATERIAL_TRANSACTIONS_PVT
12.1.1
-
PACKAGE: APPS.CSP_MATERIAL_TRANSACTIONS_PVT
12.2.2
-
PACKAGE: APPS.WMS_CARTONIZATION_USER_PUB
12.1.1
-
PACKAGE: APPS.WMS_CARTONIZATION_USER_PUB
12.2.2
-
View: MTL_TRANSACTIONS_TEMP_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_TEMP_ALL_V, object_name:MTL_TRANSACTIONS_TEMP_ALL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_TRANSACTIONS_TEMP_ALL_V ,
-
View: MTL_TRANSACTIONS_TEMP_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_TRANSACTIONS_TEMP_ALL_V, object_name:MTL_TRANSACTIONS_TEMP_ALL_V, status:VALID, product: INV - Inventory , description: - Retrofitted , implementation_dba_data: APPS.MTL_TRANSACTIONS_TEMP_ALL_V ,