DBA Data[Home] [Help]

APPS.EAM_COPY_BOM_PKG dependencies on MTL_SYSTEM_ITEMS_VL

Line 208: FROM mtl_system_items_vl

204: /*populating unit price for non stock items*/
205: BEGIN
206: SELECT LIST_PRICE_PER_UNIT
207: INTO l_material_req_table(i).unit_price
208: FROM mtl_system_items_vl
209: WHERE inventory_item_id=p_bom_table(l_index).component_item_id
210: AND stock_enabled_flag='N'
211: AND organization_id = p_organization_id;
212: EXCEPTION