Search Results bill_address
Overview
ICX_MRP_FORECAST_ITEMS_V is a reporting view in the Oracle iProcurement (ICX) module of Oracle E-Business Suite, exposed as the "Forecast Items View." Its purpose is to present forecast item information sourced from Oracle Advanced Supply Chain Planning / MRP forecast tables, enriched with customer, address, and item master descriptive data, so that iProcurement and related planning or sourcing functions can display forecast demands at the item and organization level without directly joining the underlying transactional tables.
The view is not a standalone transactional entity; it is a denormalized read-only projection that consolidates forecast designators, forecast items, customer identities, bill-to and ship-to addresses, and item master attributes into a single queryable structure. In the ETRM documentation for release 12.2.2, the object is listed with no owner recorded in the database and no referenced base objects explicitly documented, which is consistent with an object that may not be implemented in every environment. The view text itself, however, clearly enumerates its dependencies.
Underlying Base Objects
The view is defined over a set of forecast, customer, address, item, and lookup tables. The principal forecast objects are MRP_FORECAST_ITEMS (MFI) and MRP_FORECAST_DESIGNATORS (MFD), which provide the forecast item rows and the forecast designator context respectively. Customer information is drawn from RA_CUSTOMERS_VIEW (CUST). Address and site-use data come from RA_ADDRESSES_ALL for both bill-to and ship-to addresses, joined through RA_SITE_USES_ALL using the site use codes 'BILL_TO' and 'SHIP_TO'. Item master attributes are supplied by MTL_SYSTEM_ITEMS and MTL_ITEM_FLEXFIELDS (KFV), while BOM_ITEM_TYPE meanings are resolved through MFG_LOOKUPS. All address, customer, and lookup joins are outer joins, permitting forecast rows to be returned even where customer or address data is absent.
Key Columns
- ROW_ID — the ROWID of the MRP_FORECAST_ITEMS record, useful for row identification.
- FORECAST_SET / FORECAST_DESIGNATOR — the forecast set and designator that qualify the forecast entry.
- CUSTOMER_ID / CUSTOMER_NAME — the customer associated with the forecast designator.
- BILL_ID / BILL_ADDRESS and SHIP_ID / SHIP_ADDRESS — the bill-to and ship-to site use identifiers and concatenated city/state address strings.
- INVENTORY_ITEM_ID / ORGANIZATION_ID — the item and inventory organization keys linking to the item master.
- ITEM_NUMBER / DESCRIPTION / PRIMARY_UOM_CODE — item descriptive attributes from MTL_ITEM_FLEXFIELDS.
- BOM_ITEM_TYPE / BOM_ITEM_TYPE_DESC — the numeric BOM item type and its decoded meaning from MFG_LOOKUPS.
- ITEM_URL — sourced from flexfield ATTRIBUTE14, typically a navigable link to item detail.
- PRODUCT_FAMILY_ITEM_ID — the product family item reference from MTL_SYSTEM_ITEMS.
- Audit columns — LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY.
Common Use Cases and Queries
The view is typically used to display forecast demand by customer and shipping location for iProcurement requisitioning or planning review. A representative query filters by organization and forecast designator:
SELECT item_number, description, customer_name, ship_address, primary_uom_code
FROM icx_mrp_forecast_items_v
WHERE organization_id = :org_id
AND forecast_designator = :designator;
ORDER BY item_number;
Because the joins to RA_SITE_USES_ALL and RA_ADDRESSES_ALL are outer joins, queries that include forecast rows without a defined ship-to or bill-to site return null address values rather than dropping rows. When troubleshooting the RA_SITE_USES_ALL dependency, note that BILLSU and SHIPSU are the only intervening objects joining address identifiers to site-use identifiers, and both are constrained to the 'BILL_TO' and 'SHIP_TO' site use codes.
-
View: ICX_MRP_FORECAST_ITEMS_V
12.2.2
product: ICX - Oracle iProcurement , description: Forecast Items View , implementation_dba_data: Not implemented in this database ,
-
View: MRP_FORECAST_UPDATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_UPDATES_V, object_name:MRP_FORECAST_UPDATES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast consumption transaction history view , implementation_dba_data: APPS.MRP_FORECAST_UPDATES_V ,
-
View: ICX_MRP_FORECAST_ITEMS_V
12.1.1
product: ICX - Oracle iProcurement , description: Forecast Items View , implementation_dba_data: Not implemented in this database ,
-
View: MRP_FORECAST_UPDATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_UPDATES_V, object_name:MRP_FORECAST_UPDATES_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast consumption transaction history view , implementation_dba_data: APPS.MRP_FORECAST_UPDATES_V ,
-
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: APPS.AR_SHIP_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_ADDRESS_V, object_name:AR_SHIP_ADDRESS_V, status:VALID,
-
VIEW: APPS.AR_SHIP_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_ADDRESS_V, object_name:AR_SHIP_ADDRESS_V, status:VALID,
-
VIEW: APPS.MRPFV_FORECASTS
12.1.1
-
VIEW: APPS.MRPFV_FORECASTS
12.2.2
-
VIEW: APPS.MRP_FORECAST_UPDATES_V
12.1.1
-
VIEW: APPS.MRP_FORECAST_UPDATES_V
12.2.2
-
VIEW: APPS.MRP_FORECAST_UPDATES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_UPDATES_V, object_name:MRP_FORECAST_UPDATES_V, status:VALID,
-
VIEW: APPS.MRP_FORECAST_UPDATES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_UPDATES_V, object_name:MRP_FORECAST_UPDATES_V, status:VALID,
-
View: MRP_FORECAST_DESIGNATORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_DESIGNATORS_V, object_name:MRP_FORECAST_DESIGNATORS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast designators view , implementation_dba_data: APPS.MRP_FORECAST_DESIGNATORS_V ,
-
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: AR_SHIP_ADDRESS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_ADDRESS_V, object_name:AR_SHIP_ADDRESS_V, status:VALID, product: AR - Receivables , description: Active Ship to Addresses , implementation_dba_data: APPS.AR_SHIP_ADDRESS_V ,
-
VIEW: APPS.MRP_FORECAST_DESIGNATORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_DESIGNATORS_V, object_name:MRP_FORECAST_DESIGNATORS_V, status:VALID,
-
View: AR_SHIP_ADDRESS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_SHIP_ADDRESS_V, object_name:AR_SHIP_ADDRESS_V, status:VALID, product: AR - Receivables , description: Active Ship to Addresses , implementation_dba_data: APPS.AR_SHIP_ADDRESS_V ,
-
View: MRP_FORECAST_DESIGNATORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_DESIGNATORS_V, object_name:MRP_FORECAST_DESIGNATORS_V, status:VALID, product: MRP - Master Scheduling/MRP , description: Forecast designators view , implementation_dba_data: APPS.MRP_FORECAST_DESIGNATORS_V ,
-
VIEW: APPS.MRP_FORECAST_DESIGNATORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:MRP.MRP_FORECAST_DESIGNATORS_V, object_name:MRP_FORECAST_DESIGNATORS_V, status:VALID,
-
VIEW: APPS.AR_SHIP_ADDRESS_V
12.2.2
-
VIEW: APPS.AR_SHIP_ADDRESS_V
12.1.1
-
View: RHX_DP_BOOKINGS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_SHIPMENTS_V
12.1.1
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_SHIPMENTS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
View: RHX_DP_BOOKINGS_V
12.2.2
product: MRP - Master Scheduling/MRP , description: - Retrofitted , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.ASO_WORKFLOW_PVT
12.1.1
-
PACKAGE BODY: APPS.ASO_WORKFLOW_PVT
12.2.2
-
APPS.ASO_WORKFLOW_PVT dependencies on ASO_DEBUG_PUB
12.2.2
-
APPS.ASO_WORKFLOW_PVT dependencies on ASO_DEBUG_PUB
12.1.1
-
PACKAGE BODY: APPS.ASO_WORKFLOW_QUOTE_PVT
12.2.2
-
PACKAGE BODY: APPS.ASO_WORKFLOW_QUOTE_PVT
12.1.1
-
APPS.ASO_WORKFLOW_QUOTE_PVT dependencies on ASO_DEBUG_PUB
12.1.1
-
APPS.ASO_WORKFLOW_QUOTE_PVT dependencies on ASO_DEBUG_PUB
12.2.2
-
APPS.IBE_WORKFLOW_PVT dependencies on IBE_UTIL
12.1.1
-
APPS.IBE_WORKFLOW_PVT dependencies on IBE_UTIL
12.2.2
-
PACKAGE BODY: APPS.IBE_WORKFLOW_PVT
12.2.2
-
PACKAGE BODY: APPS.IBE_WORKFLOW_PVT
12.1.1
-
eTRM - MRP Tables and Views
12.1.1
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
eTRM - MRP Tables and Views
12.2.2
description: Recommendations based on user criteria selected in MRP Planner WorkBench ,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,