DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 3444: from mtl_system_items_b_kfv

3440: select primary_uom_code, stock_enabled_flag,
3441: purchasing_item_flag, description
3442: into l_uom_code, l_non_stock_flag,
3443: l_purch_flag, l_description
3444: from mtl_system_items_b_kfv
3445: where inventory_item_id = l_eam_mat_req_rec.inventory_item_id
3446: and organization_id = l_eam_mat_req_rec.organization_id;
3447:
3448: IF l_non_stock_flag = 'Y' then