Search Results eam_direct_item_recs_v
Overview
EAM_DIRECT_ITEM_RECS_V is a VALID Oracle EBS view owned by the APPS schema and delivered as part of the Enterprise Asset Management (EAM) module. Its documented purpose is to select both description-based direct items and non-stockable inventory items associated with EAM work orders. In practice, the view consolidates the direct-item procurement recommendations that an organization attaches to a work order, exposing supplier, pricing, quantity, and requirement data in a single reporting surface. Because it is a view rather than a base table, it enforces no storage of its own; all values are derived at runtime from the underlying work order direct-item, category, lookup, and accounting structures.
The view is relevant to both 12.1.1 and 12.2.2 environments. It is used for operational reporting, requisition and purchase order visibility, and integration extracts where a flat, denormalized representation of EAM direct item requirements is needed. The user search term "suggested_vendor_contact_id" corresponds directly to a column exposed by this view, indicating that the object is commonly interrogated for suggested sourcing details, including the contact person at the vendor suggested by the system.
Underlying Base Objects
Per the documented ETRM metadata, EAM_DIRECT_ITEM_RECS_V is defined over the following base objects:
- EAM_WORK_ORDER_DIRECT_ITEMS_V (VIEW) — the primary driving view, aliased as EWODI, supplying direct item attributes.
- EAM_WORK_ORDER_REQ_PO_V (VIEW) — related requisition and purchase order information.
- FND_GLOBAL (PACKAGE) — used for session context such as organization and currency derivation.
- GL_SETS_OF_BOOKS (VIEW) — aliased as GLOB, providing CURRENCY_CODE for the set of books.
- HR_ORGANIZATION_INFORMATION (SYNONYM) — aliased as HOI, linking operating units to the set of books.
- MFG_LOOKUPS (VIEW) — aliased as ML, supplying lookup meanings for EAM_SERVICE_LINE_TYPE.
- MTL_CATEGORIES_KFV (SYNONYM) — aliased as MC, supplying CONCATENATED_SEGMENTS for the category.
- MTL_SYSTEM_ITEMS_B_KFV (VIEW) — key flexfield view for item information.
- WIP_EAM_DIRECT_ITEMS (SYNONYM) and WIP_REQUIREMENT_OPERATIONS (SYNONYM) — work in process requirement and direct item sources.
The join structure links category to the key flexfield view, resolves the lookup meaning via a decode on ORDER_TYPE_LOOKUP_CODE, and ties the set of books to the organization through HR_ORGANIZATION_INFORMATION.
Key Columns
The view exposes a broad column set. Identifiers include DIRECT_ITEM_TYPE, DIRECT_ITEM_TYPE_ID, DIRECT_ITEM_SEQUENCE_ID, WIP_ENTITY_ID, ORGANIZATION_ID, ITEM_ID, CATEGORY_ID, DEPARTMENT_ID, and OPERATION_SEQ_NUM. Item descriptive fields include ITEM_NAME, ITEM_DESCRIPTION, UOM_CODE, and MC.CONCATENATED_SEGMENTS for the category. Sourcing columns are central to the searched term and include SUPPLIER_NAME, VENDOR_ID, SUGGESTED_VENDOR_SITE, SUGGESTED_VENDOR_SITE_ID, SUGGESTED_VENDOR_CONTACT, SUGGESTED_VENDOR_CONTACT_ID, SUGGESTED_VENDOR_PHONE, and SUGGESTED_VENDOR_ITEM_NUM. Financial and quantity columns include UNIT_PRICE (derived as NVL of UNIT_PRICE and AMOUNT), AMOUNT, QUANTITY_REQUIRED, QUANTITY_RECEIVED, RQL_QUANTITY_ORDERED, PO_QUANTITY_ORDERED, and PO_QUANTITY_CANCELLED. Currency is supplied via GLOB.CURRENCY_CODE. Fifteen ATTRIBUTE columns provide flexfield extension capacity.
Common Use Cases and Queries
Typical usage includes reporting suggested vendor contacts per work order, tracking direct item quantities ordered versus received, and feeding procurement extracts. A representative query is:
- SELECT wip_entity_id, item_name, suggested_vendor_contact, suggested_vendor_contact_id, suggested_vendor_phone, quantity_required, need_by_date FROM apps.eam_direct_item_recs_v WHERE wip_entity_id = :p_wip_entity_id;
- SELECT vendor_id, supplier_name, suggested_vendor_contact_id, SUM(quantity_required) FROM apps.eam_direct_item_recs_v GROUP BY vendor_id, supplier_name, suggested_vendor_contact_id;
- SELECT order_type_lookup_code, meaning, COUNT(*) FROM apps.eam_direct_item_recs_v GROUP BY order_type_lookup_code, meaning;
Because the view joins several large underlying objects, filters on ORGANIZATION_ID, WIP_ENTITY_ID, or VENDOR_ID are recommended to constrain execution cost. The SUGGESTED_VENDOR_CONTACT_ID column is the specific attribute users search for when reconciling recommended supplier contacts against actual purchase order contacts in EAM work order procurement.
-
View: EAM_DIRECT_ITEM_RECS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_DIRECT_ITEM_RECS_V, object_name:EAM_DIRECT_ITEM_RECS_V, status:VALID, product: EAM - Enterprise Asset Management , description: View to select both the description based direct items as well as non-stockable inventory items , implementation_dba_data: APPS.EAM_DIRECT_ITEM_RECS_V ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.EAM_MATERIAL_VALIDATE_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_MATERIAL_VALIDATE_PUB, status:VALID,
-
SYNONYM: APPS.WIP_EAM_DIRECT_ITEMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_EAM_DIRECT_ITEMS, status:VALID,
-
PACKAGE BODY: APPS.EAM_PROCESS_WO_UTIL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_PROCESS_WO_UTIL_PVT, status:VALID,
-
PACKAGE BODY: APPS.EAM_PROCESS_WO_UTIL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_PROCESS_WO_UTIL_PVT, status:VALID,
-
PACKAGE BODY: APPS.EAM_WORKORDERREP_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_WORKORDERREP_PVT, status:VALID,
-
PACKAGE BODY: APPS.EAM_MATERIAL_VALIDATE_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_MATERIAL_VALIDATE_PUB, status:VALID,
-
VIEW: APPS.EAM_CAPT_BILL_BY_REQ_V
12.1.1
-
VIEW: APPS.EAM_CAPT_BILL_BY_REQ_V
12.2.2
-
VIEW: APPS.WIP_EAM_REQUIREMENTS_ALL_V
12.2.2
-
PACKAGE BODY: APPS.EAM_WORKORDERREP_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:EAM_WORKORDERREP_PVT, status:VALID,
-
VIEW: APPS.WIP_EAM_REQUIREMENTS_ALL_V
12.1.1
-
VIEW: APPS.EAM_CAPT_BILL_BY_REQ_V
12.1.1
owner:APPS, object_type:VIEW, object_name:EAM_CAPT_BILL_BY_REQ_V, status:VALID,
-
VIEW: APPS.EAM_CAPT_BILL_BY_REQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_CAPT_BILL_BY_REQ_V, object_name:EAM_CAPT_BILL_BY_REQ_V, status:VALID,
-
View: WIP_EAM_REQUIREMENTS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_REQUIREMENTS_ALL_V, object_name:WIP_EAM_REQUIREMENTS_ALL_V, status:VALID, product: WIP - Work in Process , description: This view provides all materials for a work order , implementation_dba_data: APPS.WIP_EAM_REQUIREMENTS_ALL_V ,
-
View: WIP_EAM_REQUIREMENTS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_REQUIREMENTS_ALL_V, object_name:WIP_EAM_REQUIREMENTS_ALL_V, status:VALID, product: WIP - Work in Process , description: This view provides all materials for a work order , implementation_dba_data: APPS.WIP_EAM_REQUIREMENTS_ALL_V ,
-
View: EAM_CAPT_BILL_BY_REQ_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_CAPT_BILL_BY_REQ_V, object_name:EAM_CAPT_BILL_BY_REQ_V, status:VALID, product: EAM - Enterprise Asset Management , description: This view will be used to display the materials, direct items and resources of a work order. It is essentially a union of eam_bill_by_requirements_v and direct items view.Note that for direct items, we are fetching only those records from e , implementation_dba_data: APPS.EAM_CAPT_BILL_BY_REQ_V ,
-
VIEW: APPS.WIP_EAM_REQUIREMENTS_ALL_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_REQUIREMENTS_ALL_V, object_name:WIP_EAM_REQUIREMENTS_ALL_V, status:VALID,
-
VIEW: APPS.WIP_EAM_REQUIREMENTS_ALL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WIP.WIP_EAM_REQUIREMENTS_ALL_V, object_name:WIP_EAM_REQUIREMENTS_ALL_V, status:VALID,
-
VIEW: APPS.EAM_WORK_ORDER_REQ_PO_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_WORK_ORDER_REQ_PO_V, object_name:EAM_WORK_ORDER_REQ_PO_V, status:VALID,
-
SYNONYM: APPS.MTL_CATEGORIES_KFV
12.1.1
owner:APPS, object_type:SYNONYM, object_name:MTL_CATEGORIES_KFV, status:VALID,
-
APPS.EAM_MATERIAL_VALIDATE_PUB SQL Statements
12.1.1
-
VIEW: APPS.EAM_WORK_ORDER_REQ_PO_V
12.1.1
owner:APPS, object_type:VIEW, object_name:EAM_WORK_ORDER_REQ_PO_V, status:VALID,
-
SYNONYM: APPS.MTL_CATEGORIES_KFV
12.2.2
owner:APPS, object_type:SYNONYM, object_name:MTL_CATEGORIES_KFV, status:VALID,
-
APPS.EAM_MATERIAL_VALIDATE_PUB SQL Statements
12.2.2
-
VIEW: APPS.EAM_WORK_ORDER_DIRECT_ITEMS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:EAM_WORK_ORDER_DIRECT_ITEMS_V, status:VALID,
-
VIEW: APPS.EAM_WORK_ORDER_DIRECT_ITEMS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_WORK_ORDER_DIRECT_ITEMS_V, object_name:EAM_WORK_ORDER_DIRECT_ITEMS_V, status:VALID,
-
SYNONYM: APPS.WIP_REQUIREMENT_OPERATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WIP_REQUIREMENT_OPERATIONS, status:VALID,
-
VIEW: APPS.EAM_DIRECT_ITEM_RECS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:EAM_DIRECT_ITEM_RECS_V, status:VALID,
-
SYNONYM: APPS.WIP_REQUIREMENT_OPERATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WIP_REQUIREMENT_OPERATIONS, status:VALID,
-
VIEW: APPS.EAM_DIRECT_ITEM_RECS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:EAM.EAM_DIRECT_ITEM_RECS_V, object_name:EAM_DIRECT_ITEM_RECS_V, status:VALID,
-
APPS.EAM_WORKORDERREP_PVT dependencies on EAM_DIRECT_ITEM_RECS_V
12.1.1
-
APPS.EAM_PROCESS_WO_UTIL_PVT dependencies on EAM_DIRECT_ITEM_RECS_V
12.2.2
-
APPS.EAM_MATERIAL_VALIDATE_PUB dependencies on EAM_DIRECT_ITEM_RECS_V
12.2.2
-
APPS.EAM_PROCESS_WO_UTIL_PVT dependencies on EAM_DIRECT_ITEM_RECS_V
12.1.1
-
APPS.EAM_MATERIAL_VALIDATE_PUB dependencies on EAM_DIRECT_ITEM_RECS_V
12.1.1
-
APPS.EAM_WORKORDERREP_PVT dependencies on EAM_DIRECT_ITEM_RECS_V
12.2.2
-
eTRM - EAM Tables and Views
12.2.2
description: Table for storing workflow item type and keys corresponding to a work order ,
-
PACKAGE BODY: APPS.EAM_MATERIAL_VALIDATE_PUB
12.1.1
-
PACKAGE BODY: APPS.EAM_MATERIAL_VALIDATE_PUB
12.2.2
-
VIEW: APPS.MFG_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MFG_LOOKUPS, object_name:MFG_LOOKUPS, status:VALID,
-
VIEW: APPS.MFG_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:INV.MFG_LOOKUPS, object_name:MFG_LOOKUPS, status:VALID,
-
APPS.EAM_WORKORDERREP_PVT SQL Statements
12.1.1
-
APPS.EAM_WO_CHANGE_STATUS_PVT dependencies on DUAL
12.1.1
-
APPS.EAM_WO_CHANGE_STATUS_PVT dependencies on DUAL
12.2.2
-
APPS.EAM_WORKORDERREP_PVT SQL Statements
12.2.2
-
VIEW: APPS.MTL_SYSTEM_ITEMS_B_KFV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:INV.MTL_SYSTEM_ITEMS_B_KFV, object_name:MTL_SYSTEM_ITEMS_B_KFV, status:VALID,