DBA Data[Home] [Help]

APPS.EAM_WB_UTILS dependencies on MTL_SYSTEM_ITEMS_VL

Line 194: from mtl_system_items_vl

190: l_eam_wo_tbl(i).responsibility_id := fnd_global.resp_id;
191:
192: begin
193: select description into l_eam_wo_tbl(i).description
194: from mtl_system_items_vl
195: where inventory_item_id = sugg_rec.asset_activity_id
196: and organization_id = sugg_rec.organization_id;
197:
198: exception