Search Results component_item_desc
Overview
APPS.WSM_CO_PRODUCT_COMPONENTS_V is a supplementary Oracle EBS view owned by the APPS schema and registered in FND Design Data under the WSM (Work in Process / Shop Floor Management) product family. It exposes the component lines that belong to co-product and by-product definitions stored in the WSM co-products model. In Oracle EBS 12.1.1 and 12.2.2, co-products and by-products are defined against a primary assembly, and each definition carries one or more component entries describing the items that are expected to be produced or consumed alongside the primary item.
The view exists primarily to simplify Oracle Forms coding, which means it is a display and validation layer rather than a general-purpose reporting interface. Oracle explicitly does not recommend querying or altering data through this view because its definition may change dramatically in subsequent minor or major releases. Despite that caveat, the view is frequently discovered by users searching for the column component_item_desc, because the component description is resolved through the join to MTL_SYSTEM_ITEMS. Developers and report authors should treat it as a convenient but non-contractual access path to co-product component data.
Underlying Base Objects
According to the documented view metadata, WSM_CO_PRODUCT_COMPONENTS_V is defined over the following base objects:
- WSM_CO_PRODUCTS (synonym) — stores the header record for a co-product or by-product definition, keyed by CO_PRODUCT_GROUP_ID.
- MTL_SYSTEM_ITEMS (synonym) — supplies the item master attributes used to resolve component number and description.
- MFG_LOOKUPS (view) — supplies the meaning of code-based columns such as WIP_SUPPLY_TYPE and SUPPLY_TYPE.
- FND_COMMON_LOOKUPS (view) — supplies common lookup meanings, typically for attribute or status values.
- FND_GLOBAL (package) — provides session context functions such as ORG_ID and USER_ID used for organization and security filtering.
- WSMPCOGI (package) — the WSM co-product and by-product processing package that underpins maintenance and validation logic.
The view therefore joins the co-product header to its component rows and enriches them with item and lookup descriptions. No direct DML should be attempted, and any modification must be routed through the WSMPCOGI package or the standard co-product forms.
Key Columns
The view exposes a substantial set of columns. The most significant include:
- CO_PRODUCT_GROUP_ID — identifier of the parent co-product definition; the join key back to WSM_CO_PRODUCTS.
- COMPONENT_ID and COMPONENT_SEQUENCE_ID — the component item and its sequence within the definition.
- ORGANIZATION_ID — the inventory organization that owns the definition.
- EFFECTIVITY_DATE and DISABLE_DATE — the date range during which the component is active.
- USAGE_RATE, PLANNING_FACTOR, COMPONENT_YIELD_FACTOR, and DUALITY_FLAG — quantity and planning parameters that govern how the component contributes to the co-product or by-product output.
- WIP_SUPPLY_TYPE, SUPPLY_TYPE, SUPPLY_SUBINVENTORY, and SUPPLY_LOCATOR_ID — supply and backflush sourcing attributes.
- INCLUDE_IN_COST_ROLLUP — controls whether the component is considered during cost rollup.
- COMPONENT_REMARKS and COMP_ATTRIBUTE1 through COMP_ATTRIBUTE15 — descriptive flexfield context and segments.
- ROW_ID and the standard Who columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN) — auditability.
Common Use Cases and Queries
The most frequent requirement is retrieving the component item description for each co-product component row, which is the reason this view is discovered through the search term component_item_desc. A representative query is:
SELECT co_product_group_id, component_id, component_sequence_id, usage_rate, component_yield_factor, effectivity_date, disable_date FROM apps.wsm_co_product_components_v WHERE organization_id = :org_id;SELECT co_product_group_id, component_id FROM apps.wsm_co_product_components_v WHERE include_in_cost_rollup = 1 AND TRUNC(SYSDATE) BETWEEN effectivity_date AND NVL(disable_date, TRUNC(SYSDATE));
Note that because the component description is not a physical column in the view's documented structure, reports requiring an explicit description should join the component identifier to MTL_SYSTEM_ITEMS using ORGANIZATION_ID and INVENTORY_ITEM_ID. This avoids reliance on a view whose definition Oracle may change without notice.
-
VIEW: APPS.WSM_CO_PRODUCT_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_CO_PRODUCT_COMPONENTS_V, object_name:WSM_CO_PRODUCT_COMPONENTS_V, status:VALID,
-
View: ENG_REVISED_COMPONENTS_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_COMPONENTS_ERV, object_name:ENG_REVISED_COMPONENTS_ERV, status:VALID, product: ENG - Engineering , description: Pending, implemented, and cancelled revised components , implementation_dba_data: APPS.ENG_REVISED_COMPONENTS_ERV ,
-
View: ENG_REVISED_COMPONENTS_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_COMPONENTS_ERV, object_name:ENG_REVISED_COMPONENTS_ERV, status:VALID, product: ENG - Engineering , description: Pending, implemented, and cancelled revised components , implementation_dba_data: APPS.ENG_REVISED_COMPONENTS_ERV ,
-
VIEW: APPS.ENG_REVISED_COMPONENTS_ERV
12.1.1
-
VIEW: APPS.ENG_REVISED_COMPONENTS_ERV
12.2.2
-
View: WSM_CO_PRODUCT_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_CO_PRODUCT_COMPONENTS_V, object_name:WSM_CO_PRODUCT_COMPONENTS_V, status:VALID, product: WSM - Shop Floor Management , implementation_dba_data: APPS.WSM_CO_PRODUCT_COMPONENTS_V ,
-
VIEW: APPS.WSM_CO_PRODUCT_COMPONENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_CO_PRODUCT_COMPONENTS_V, object_name:WSM_CO_PRODUCT_COMPONENTS_V, status:VALID,
-
View: WSM_CO_PRODUCT_COMPONENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WSM.WSM_CO_PRODUCT_COMPONENTS_V, object_name:WSM_CO_PRODUCT_COMPONENTS_V, status:VALID, product: WSM - Shop Floor Management , implementation_dba_data: APPS.WSM_CO_PRODUCT_COMPONENTS_V ,
-
VIEW: APPS.ENG_REVISED_COMPONENTS_ERV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_COMPONENTS_ERV, object_name:ENG_REVISED_COMPONENTS_ERV, status:VALID,
-
VIEW: APPS.ENG_REVISED_COMPONENTS_ERV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:ENG.ENG_REVISED_COMPONENTS_ERV, object_name:ENG_REVISED_COMPONENTS_ERV, status:VALID,
-
eTRM - WSM Tables and Views
12.2.2
description: Sector Extensions associated with a subinventory in an OSFM organization. ,
-
eTRM - WSM Tables and Views
12.1.1
description: Sector Extensions associated with a subinventory in an OSFM organization. ,
-
eTRM - ENG Tables and Views
12.2.2
description: Change type organization properties ,
-
eTRM - ENG Tables and Views
12.1.1
description: Change type organization properties ,