DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 3465: from mtl_system_items_b_kfv

3461: select primary_uom_code, stock_enabled_flag,
3462: purchasing_item_flag, description
3463: into l_uom_code, l_non_stock_flag,
3464: l_purch_flag, l_description
3465: from mtl_system_items_b_kfv
3466: where inventory_item_id = l_eam_mat_req_rec.inventory_item_id
3467: and organization_id = l_eam_mat_req_rec.organization_id;
3468:
3469: IF l_non_stock_flag = 'Y' then