DBA Data[Home] [Help]

APPS.EAM_MTL_TXN_PROCESS dependencies on MTL_SYSTEM_ITEMS_B_KFV

Line 202: from mtl_system_items_b_kfv

198: /* Finding out Item ID from Name */
199: if(p_item_id IS NULL and p_item IS NOT NULL) then
200: begin
201: select inventory_item_id into p_item_id
202: from mtl_system_items_b_kfv
203: where
204: concatenated_segments = p_item
205: and organization_id = p_org_id;
206: exception