[Home] [Help]
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